修改wbs勾选保存检验批问题
This commit is contained in:
parent
059da8996a
commit
bc7fb516ec
|
@ -1296,6 +1296,8 @@ namespace FineUIPro.Web.CQMS.WBS
|
||||||
#region 保存事件
|
#region 保存事件
|
||||||
protected void btnSave_Click(object sender, EventArgs e)
|
protected void btnSave_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
SelectedList.Clear();
|
||||||
|
NoSelectedList.Clear();
|
||||||
for (int i = 0; i < this.Grid1.Rows.Count; i++)
|
for (int i = 0; i < this.Grid1.Rows.Count; i++)
|
||||||
{
|
{
|
||||||
if (this.Grid1.SelectedRowIDArray.Contains(this.Grid1.Rows[i].RowID))
|
if (this.Grid1.SelectedRowIDArray.Contains(this.Grid1.Rows[i].RowID))
|
||||||
|
|
Loading…
Reference in New Issue