1、关键事项导出文件名:关键事项跟踪一览表
2、质量月报,保存提示文本调整
This commit is contained in:
@@ -2867,7 +2867,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||
}
|
||||
SaveMethod();
|
||||
|
||||
ShowNotify("保存成功!", MessageBoxIcon.Success);
|
||||
//ShowNotify("保存成功!", MessageBoxIcon.Success);
|
||||
//PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
|
||||
|
||||
//Model.Report_WeekAndMonthReport_New weekAndMonthReport = WeekAndMonthReportNewService.Detail(this.ReportId);
|
||||
@@ -3147,14 +3147,21 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||
saveTxtContent();
|
||||
#endregion
|
||||
|
||||
bool save = false;
|
||||
if (AddOrUpdate == "add")
|
||||
{
|
||||
save = true;
|
||||
WeekAndMonthReportNewService.Insert(report);
|
||||
}
|
||||
else
|
||||
{
|
||||
save = true;
|
||||
WeekAndMonthReportNewService.Update(report);
|
||||
}
|
||||
if (save)
|
||||
{
|
||||
ShowNotify("保存成功!", MessageBoxIcon.Success);
|
||||
}
|
||||
}
|
||||
|
||||
#region 保存本月质量目标管理情况
|
||||
|
||||
Reference in New Issue
Block a user