20250225 质量周报
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user