SVN-Revision: r854
This commit is contained in:
wyf
2025-07-12 09:17:21 +00:00
parent b88c944014
commit ef2e00775b
+4
View File
@@ -1003,6 +1003,10 @@ namespace Lskj.PubBill
{
string billNo = this.lblOrderNo.Text.Trim();
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();
}
}
}