username@email.com
2024-12-23 4ddba64becec3891e4682ec92f0066ab571d9422
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();
                   
                   
                }