username@email.com
4 天以前 e8e3122fdc4844202fb9e05477d47139e47a8aae
CY_ECommercePlatform/CY.WebForm/Pages/business/Waixiefukuanshenqing.aspx.cs
@@ -98,6 +98,13 @@
                    {
                      var  corporateClients = _oA_CorporateClientsBLL.GetModel(models[0].SellerId);
                        this.txtSupplierName.Value = corporateClients.OutVendorName;
                        if(corporateClients.OutVendorName == "其他" || corporateClients.OutVendorName == "业务经理打印")
                        {
                            JavaScript.MessageBox("该供应商不能申请付款", this,true,false);
                            return;
                        }
                        this.selSuppliersss.Value = corporateClients.Keyid.ToString(); 
                     var sss =   _OA_SuppliersBLL.getSupplierByFirmId(CurrentUser.MemberId, corporateClients.OutVendorName.Trim()).ToList();