username@email.com
2025-11-28 a3a8b2d5dbd0b4e17a8b8a9c0f2198a577fc31dc
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();