SVN r798
SVN-Revision: r798
This commit is contained in:
@@ -1605,6 +1605,9 @@ namespace Lskj.PubBillSpecial
|
|||||||
{
|
{
|
||||||
userControl.EditText = this.rdRed.Checked ? "1" : "0";
|
userControl.EditText = this.rdRed.Checked ? "1" : "0";
|
||||||
}
|
}
|
||||||
|
string gridExSql = this.gridEx.SysModel.MenuSql;
|
||||||
|
gridExSql = ReplaceHelper.ReplaceRowParam(rowItem, gridExSql);
|
||||||
|
this.gridEx.GridControlObj.SetGridViewDataSource(BaseImpl.GetDataTableResult(gridExSql));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@@ -1646,6 +1649,7 @@ namespace Lskj.PubBillSpecial
|
|||||||
{
|
{
|
||||||
userControl.EditText = this.rdRed.Checked ? "1" : "0";
|
userControl.EditText = this.rdRed.Checked ? "1" : "0";
|
||||||
}
|
}
|
||||||
|
this.gridEx.GridControlObj.SetGridViewDataSource(new DataTable());
|
||||||
}
|
}
|
||||||
|
|
||||||
this._waterMark = new WaterMark(this.BillModel.MasterPreFix, rowItem);
|
this._waterMark = new WaterMark(this.BillModel.MasterPreFix, rowItem);
|
||||||
|
|||||||
Reference in New Issue
Block a user