SVN r854
SVN-Revision: r854
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user