CY_ECommercePlatform/CY.WebForm/Pages/financial/WaixieExpenses.aspx.cs
@@ -87,15 +87,10 @@ } else { if (fukuanshenqing.SupplierId > 0) { var oA_Suppliers = oA_SuppliersBLL.getSingleSupplier(fukuanshenqing.SupplierId.ToString()); if (oA_Suppliers != null) { this.txtPaymentUnit.Value = oA_Suppliers.Name; this.txtSupplierId.Value = oA_Suppliers.Keyid.ToString(); } } this.txtPaymentUnit.Value = fukuanshenqing.SupplierName; this.txtSupplierId.Value = fukuanshenqing.SupplierId.ToString(); }