20250225 月报修改

This commit is contained in:
2025-02-25 16:21:42 +08:00
parent c3699e594e
commit 80aa9856a6
4 changed files with 249 additions and 218 deletions
@@ -1379,7 +1379,9 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
Grid10.Hidden = true;
hidWsjcgl.Hidden = false;
}
else {
else {
Grid10.Hidden = false;
hidWsjcgl.Hidden = true;
Grid10.DataSource = list;
Grid10.DataBind();
@@ -2866,7 +2868,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
SaveMethod();
ShowNotify("编辑成功!", MessageBoxIcon.Success);
PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
//PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
}
private void SaveMethod()
@@ -4108,5 +4110,10 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
{
Session["_ViewState"] = viewState;
}
protected void btnClose_Click(object sender, EventArgs e)
{
PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
}
}
}