username@email.com
2024-12-23 4ddba64becec3891e4682ec92f0066ab571d9422
CY_ECommercePlatform/CY.WebForm/Pages/financial/WaixieExpenses.aspx.cs
@@ -81,11 +81,23 @@
            var fukuanshenqing = _fukuanshenqingBLL.GetModelByKeyid(id.ToInt32().Value);
            if (fukuanshenqing != null)
            {
              var oA_Suppliers  =  oA_SuppliersBLL.getSingleSupplier(fukuanshenqing.SupplierId.ToString());
                this.txtPaymentUnit.Value = oA_Suppliers.Name;
                if (!string.IsNullOrWhiteSpace(fukuanshenqing.Huming))
                {
                    this.txtPaymentUnit.Value = fukuanshenqing.Huming;
                }
                else
                {
                    this.txtPaymentUnit.Value = fukuanshenqing.SupplierName;
                    this.txtSupplierId.Value = fukuanshenqing.SupplierId.ToString();
                }
                this.Keyid.Value = id;
                this.txtSupplierId.Value = oA_Suppliers.Keyid.ToString();
                this.txtYouwufapiao.Value = fukuanshenqing.YouwufapiaoName;