This commit is contained in:
geh
2026-09-14 15:58:12 +08:00
parent a815e09879
commit 77f61d7e06
128 changed files with 25181 additions and 960 deletions
@@ -1197,6 +1197,14 @@ namespace FineUIPro.Web.HSSE.Check
}
ShowNotify("提交成功!", MessageBoxIcon.Success);
//更新三库隐患记录
string message = string.Empty;
SanKuDataSummaryReportService.UpdateHazardRecord(this.RectifyNoticesId, ref message);
if (!string.IsNullOrWhiteSpace(message))
{
ShowNotify(message, MessageBoxIcon.Warning);
}
PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
}
#endregion