| | |
| | | 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 |
| | | { |
| | | 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.Keyid.Value = id; |
| | | this.txtSupplierId.Value = oA_Suppliers.Keyid.ToString(); |
| | | |
| | | |
| | | this.txtYouwufapiao.Value = fukuanshenqing.YouwufapiaoName; |
| | | |