| | |
| | | m_OA_CorporateClients.DegreeImportanId = this.selDegreeImportanId.Value.ToInt32() ?? 0; |
| | | m_OA_CorporateClients.AccountManagerId = this.selAccountManagerId.Value.ToInt32() ?? 0; |
| | | m_OA_CorporateClients.BusinessManagerId = this.selBusinessManagerId.Value.ToInt32() ?? 0; |
| | | m_OA_CorporateClients.Shifouwanjie = 2; |
| | | |
| | | //add by zyyao |
| | | m_OA_CorporateClients.Paytime = this.selPaytime.Value.ToInt32() ?? 0; |
| | |
| | | this.selSourcesInfoId.DataValueField = "Keyid"; |
| | | this.selSourcesInfoId.DataTextField = "Name"; |
| | | this.selSourcesInfoId.DataBind(); |
| | | this.selSourcesInfoId.Value = "452"; |
| | | |
| | | this.selCustomerIndustriesId.DataSource = bll_Sys_DictionaryBLL.GetDataByType("客户所属行业"); |
| | | this.selCustomerIndustriesId.DataValueField = "Keyid"; |
| | | this.selCustomerIndustriesId.DataTextField = "Name"; |
| | | this.selCustomerIndustriesId.DataBind(); |
| | | |
| | | this.selCustomerIndustriesId.Value = "454"; |
| | | |
| | | this.selCustomerTypeId.DataSource = bll_Sys_DictionaryBLL.GetDataByType("客户类型"); |
| | | this.selCustomerTypeId.DataValueField = "Keyid"; |
| | | this.selCustomerTypeId.DataTextField = "Name"; |