SVN-Revision: r756
This commit is contained in:
tdx
2025-06-18 10:41:48 +00:00
parent 7d322f7e63
commit 46c4c0da1b
+1 -1
View File
@@ -1166,7 +1166,7 @@ namespace Lskj.PubBill
DataRow row = BillImpl.GetDataRowResult(this.SysModel.BillMasterSql); DataRow row = BillImpl.GetDataRowResult(this.SysModel.BillMasterSql);
if (row != null) if (row != null)
{ {
this.ControlObj.SetAllControlValue(row, true); this.ControlObj.SetAllControlValue(row);
// 设置Brp模版 // 设置Brp模版
if (this.IsBrpTemplete || this.BillModel.IsBrp) if (this.IsBrpTemplete || this.BillModel.IsBrp)
{ {