修改安全月报
This commit is contained in:
@@ -236,7 +236,9 @@ namespace FineUIPro.Web.HSSE.Manager
|
||||
var mont = BLL.MonthReportCService.GetMonthReportByMonthReportId(rowID);
|
||||
if (mont != null)
|
||||
{
|
||||
BLL.ComplianceObligationsCService.DeleteComplianceObligationsCByMonthReportId(rowID);
|
||||
BLL.LogService.AddSys_Log(this.CurrUser, mont.MonthReportCode, mont.MonthReportId, BLL.Const.ProjectManagerMonthCMenuId, BLL.Const.BtnDelete);
|
||||
BLL.RewardAndPunishSortCService.DeleteRewardAndPunishSortCByMonthReportId(rowID);
|
||||
BLL.PersonSortCService.DeletePersonSortsByMonthReportId(rowID);
|
||||
BLL.HazardSortCService.DeleteHazardSortsByMonthReportId(rowID);
|
||||
BLL.AccidentSortCService.DeleteAccidentSortsByMonthReportId(rowID);
|
||||
@@ -272,6 +274,7 @@ namespace FineUIPro.Web.HSSE.Manager
|
||||
BLL.ManageDocPlanCService.DeleteManageDocPlanByMonthReportId(rowID);
|
||||
BLL.OtherWorkPlanCService.DeleteOtherWorkPlanByMonthReportId(rowID);
|
||||
BLL.MonthReportCService.DeleteMonthReportByMonthReportId(rowID);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user