username@email.com
2024-09-26 d5574b3631e7a9667d43fdf6e73a1d876e37c365
CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsEdit.aspx.cs
@@ -471,7 +471,7 @@
            this.selCustomerIndustriesId.DataTextField = "Name";
            this.selCustomerIndustriesId.DataBind();
            this.selCustomerIndustriesId.Value = "454";
            this.selCustomerIndustriesId.Value = "69";
            this.selCustomerTypeId.DataSource = bll_Sys_DictionaryBLL.GetDataByType("客户类型");
            this.selCustomerTypeId.DataValueField = "Keyid";
@@ -484,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";