危险源辨识 导出

This commit is contained in:
2023-04-29 17:46:29 +08:00
parent 9a94d0a844
commit e084057b6b
6 changed files with 438 additions and 12 deletions
@@ -366,6 +366,10 @@ namespace FineUIPro.Web.HSSE.Check
}
////保存流程审核数据
this.ctlAuditFlow.btnSaveData(this.ProjectId, BLL.Const.ProjectCheckColligationMenuId, this.CheckColligationId, (type == BLL.Const.BtnSubmit ? true : false), this.txtCheckDate.Text.Trim(), "~/Check/CheckColligationView.aspx?CheckColligationId={0}");
//if (type == BLL.Const.BtnSubmit)
//{
// APICommonService.SendSubscribeMessage(this.ctlAuditFlow.NextPerson, "职业健康安全待办理", this.CurrUser.UserName, string.Format("{0:yyyy-MM-dd HH:mm:ss}", DateTime.Now));
//}
}
#region