集团三库
This commit is contained in:
@@ -294,6 +294,14 @@ namespace FineUIPro.Web.HSSE.Check
|
||||
Funs.DB.SubmitChanges();
|
||||
|
||||
ShowNotify(saveType + "成功!", MessageBoxIcon.Success);
|
||||
//更新三库隐患记录
|
||||
string message = string.Empty;
|
||||
SanKuDataSummaryReportService.UpdateHazardRecord(this.RectifyNoticesId, ref message);
|
||||
if (!string.IsNullOrWhiteSpace(message))
|
||||
{
|
||||
ShowNotify(message, MessageBoxIcon.Warning);
|
||||
}
|
||||
|
||||
PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user