username@email.com
2024-09-25 6442fbe375c6b7abdc4b4b1dda7b990685bd02db
CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsEdit.aspx.cs
@@ -142,6 +142,7 @@
                        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;
@@ -463,11 +464,14 @@
            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 = "69";
            this.selCustomerTypeId.DataSource = bll_Sys_DictionaryBLL.GetDataByType("客户类型");
            this.selCustomerTypeId.DataValueField = "Keyid";
@@ -480,12 +484,16 @@
            this.selBusinessManagerId.DataBind();
            this.selBusinessManagerId.Items.Insert(0, new ListItem("请选择", ""));
            this.selBusinessManagerId.Value = CurrentUser.StaffId.Value.ToString();
            this.selAccountManagerId.DataSource = bll_OA_StaffBLL.SelectListByFirmId(CurrentUser.MemberId, false, true);
            this.selAccountManagerId.DataTextField = "Name";
            this.selAccountManagerId.DataValueField = "Keyid";
            this.selAccountManagerId.DataBind();
            this.selAccountManagerId.Items.Insert(0, new ListItem("请选择", ""));
            this.selAccountManagerId.Value = CurrentUser.StaffId.Value.ToString();
            this.selCreditId.DataSource = bll_Sys_DictionaryBLL.GetDataByType("客户信誉");
            this.selCreditId.DataValueField = "Keyid";
            this.selCreditId.DataTextField = "Name";