增加质量巡检待办
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user