SVN r890
SVN-Revision: r890
This commit is contained in:
@@ -1005,7 +1005,8 @@ namespace Lskj.PubBill
|
|||||||
this.SetBillStatus(BillImpl.GetDataRowResult(string.Format("select * from {0} where {1}='{2}'", BillModel.MasterTable, BillModel.PrimaryKey, billNo)));
|
this.SetBillStatus(BillImpl.GetDataRowResult(string.Format("select * from {0} where {1}='{2}'", BillModel.MasterTable, BillModel.PrimaryKey, billNo)));
|
||||||
if (ControlObj != null && ControlObj.ParentPanel != null)
|
if (ControlObj != null && ControlObj.ParentPanel != null)
|
||||||
{
|
{
|
||||||
ControlObj.ParentPanel.Refresh();
|
ControlObj.ParentPanel.Invalidate();
|
||||||
|
ControlObj.ParentPanel.Update();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user