合并最新

This commit is contained in:
2022-12-20 09:32:32 +08:00
parent 844e9f1488
commit 1abdaa9476
654 changed files with 73563 additions and 9746 deletions
@@ -293,8 +293,8 @@ namespace FineUIPro.Web.CQMS.Check
{
detail.State = handleType.SelectedValue;
}
System.Web.UI.WebControls.DropDownList drpHandleMan = (System.Web.UI.WebControls.DropDownList)(Grid1.Rows[i].FindControl("drpHandleMan"));
detail.SaveHandleMan = drpHandleMan.SelectedValue;
}
BindData2();
}
@@ -534,6 +534,7 @@ namespace FineUIPro.Web.CQMS.Check
System.Web.UI.WebControls.DropDownList handtype = (System.Web.UI.WebControls.DropDownList)(row.FindControl("drpHandleType"));
System.Web.UI.WebControls.DropDownList handman = (System.Web.UI.WebControls.DropDownList)(row.FindControl("drpHandleMan"));
System.Web.UI.WebControls.HiddenField lblHandleMan = (System.Web.UI.WebControls.HiddenField)(row.FindControl("hdHandleMan"));
System.Web.UI.WebControls.HiddenField lblSaveHandleMan = (System.Web.UI.WebControls.HiddenField)(row.FindControl("hdSaveHandleMan"));
System.Web.UI.WebControls.HiddenField lblsite = (System.Web.UI.WebControls.HiddenField)(row.FindControl("hdState"));
Model.Check_JointCheckDetail detail = JointCheckDetailService.GetJointCheckDetailByJointCheckDetailId(Grid1.Rows[i].RowID);
handtype.Items.AddRange(JointCheckService.GetDHandleTypeByState(detail.State));
@@ -577,6 +578,10 @@ namespace FineUIPro.Web.CQMS.Check
{
handman.Enabled = false;
}
if (!string.IsNullOrEmpty(lblSaveHandleMan.Value))
{
handman.SelectedValue = lblSaveHandleMan.Value;
}
}