2023-03-30 报表升级
This commit is contained in:
@@ -107,8 +107,8 @@ namespace FineUIPro.Web.ZHGL.Information
|
||||
if (!string.IsNullOrEmpty(handleMan) && handleMan != Const._Null)
|
||||
{
|
||||
|
||||
#region 百万工时安全统计月报
|
||||
if (Type == "MillionsMonthlyReport")//百万工时安全统计月报
|
||||
#region 企业安全数据统计月报
|
||||
if (Type == "MillionsMonthlyReport")//企业安全数据统计月报
|
||||
{
|
||||
var report = BLL.MillionsMonthlyReportService.GetMillionsMonthlyReportByMillionsMonthlyReportId(Id);
|
||||
if (report != null)
|
||||
@@ -177,6 +177,34 @@ namespace FineUIPro.Web.ZHGL.Information
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 安全管理工作总结报告
|
||||
//if (Type== "WorkSummaryReport")//安全管理工作总结报告
|
||||
//{
|
||||
// var report = BLL.WorkSummaryReportService.GetWorkSummaryReportById(this.Id);
|
||||
// if (report != null)
|
||||
// {
|
||||
// SetFlowData(Const.WorkSummaryReportMenuId, this.Id, handleMan);
|
||||
// report.HandleState = handleStates;
|
||||
// report.HandleMan = handleMan;
|
||||
// BLL.WorkSummaryReportService.UpdateWorkSummaryReport(report);
|
||||
// }
|
||||
//}
|
||||
#endregion
|
||||
|
||||
#region 质量管理工作总结报告
|
||||
//if (Type == "QualityWorkSummaryReport")//质量管理工作总结报告
|
||||
//{
|
||||
// var report = BLL.QualityWorkSummaryReportService.GetQualityWorkSummaryReportById(this.Id);
|
||||
// if (report != null)
|
||||
// {
|
||||
// SetFlowData(Const.QualityWorkSummaryReportMenuId, this.Id, handleMan);
|
||||
// report.HandleState = handleStates;
|
||||
// report.HandleMan = handleMan;
|
||||
// BLL.QualityWorkSummaryReportService.UpdateQualityWorkSummaryReport(report);
|
||||
// }
|
||||
//}
|
||||
#endregion
|
||||
|
||||
ShowNotify("提交成功!", MessageBoxIcon.Success);
|
||||
PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user