增加质量巡检待办

This commit is contained in:
2023-08-02 17:20:28 +08:00
parent 976625dc9b
commit d1a1266949
4 changed files with 1073 additions and 3 deletions
@@ -349,7 +349,15 @@ namespace FineUIPro.Web.CQMS.Check
if (BLL.CommonService.GetAllButtonPowerList(CurrUser.LoginProjectId, this.CurrUser.UserId, BLL.Const.CheckListMenuId, BLL.Const.BtnSave))
{
SavePauseNotice("save");
PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
if (!string.IsNullOrEmpty(Request.Params["ToDo"]))
{
string scripts = String.Format("F.getActiveWindow().window.reloadGrid('{0}');", "");
PageContext.RegisterStartupScript(scripts + ActiveWindow.GetHidePostBackReference());
}
else
{
PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
}
//Response.Redirect("/check/CheckList.aspx");
}
@@ -364,7 +372,15 @@ namespace FineUIPro.Web.CQMS.Check
if (BLL.CommonService.GetAllButtonPowerList(CurrUser.LoginProjectId, this.CurrUser.UserId, BLL.Const.CheckListMenuId, BLL.Const.BtnSubmit))
{
SavePauseNotice("submit");
PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
if (!string.IsNullOrEmpty(Request.Params["ToDo"]))
{
string scripts = String.Format("F.getActiveWindow().window.reloadGrid('{0}');", "");
PageContext.RegisterStartupScript(scripts + ActiveWindow.GetHidePostBackReference());
}
else
{
PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
}
}
else
{