20250225 质量周报

This commit is contained in:
2025-02-25 16:33:45 +08:00
parent 80aa9856a6
commit bb30002799
3 changed files with 246 additions and 216 deletions
@@ -1307,6 +1307,8 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
}
else
{
Grid10.Hidden = false;
hidWsjcgl.Hidden = true;
Grid10.DataSource = list;
Grid10.DataBind();
@@ -2795,8 +2797,8 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
return;
}
SaveMethod();
ShowNotify("编辑成功!", MessageBoxIcon.Success);
PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
ShowNotify("保存成功!", MessageBoxIcon.Success);
//PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
}
#region
@@ -4051,5 +4053,10 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
{
Session["_ViewState"] = viewState;
}
protected void btnClose_Click(object sender, EventArgs e)
{
PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
}
}
}