CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsEdit.aspx.cs
@@ -89,7 +89,11 @@
            OA_CorporateClients m_OA_CorporateClients = new OA_CorporateClients();
            OA_CustomerCommunications m_OA_CustomerCommunications = new OA_CustomerCommunications();
            EC_AcceptWayByCustomers m_EC_AcceptWayByCustomers = new EC_AcceptWayByCustomers();
            if ( this.selSourcesInfoId.Value.ToString() == "452" && string.IsNullOrWhiteSpace(this.txtJigoudaima.Value.ToString()))
            {
                JavaScript.MessageBox("客户来源为政府采购,请填写机构代码", this);
                return;
            }
            try
            {
                //var files = Request.Files;
@@ -464,11 +468,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";
@@ -481,12 +488,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";