SVN-Revision: r890
This commit is contained in:
wyf
2025-07-24 05:36:41 +00:00
parent 2da11181e4
commit 5ebde4c564
+2 -1
View File
@@ -1005,7 +1005,8 @@ namespace Lskj.PubBill
this.SetBillStatus(BillImpl.GetDataRowResult(string.Format("select * from {0} where {1}='{2}'", BillModel.MasterTable, BillModel.PrimaryKey, billNo)));
if (ControlObj != null && ControlObj.ParentPanel != null)
{
ControlObj.ParentPanel.Refresh();
ControlObj.ParentPanel.Invalidate();
ControlObj.ParentPanel.Update();
}
}