合并最新

This commit is contained in:
2022-12-20 09:32:32 +08:00
parent 844e9f1488
commit 1abdaa9476
654 changed files with 73563 additions and 9746 deletions
@@ -47,13 +47,10 @@ namespace FineUIPro.Web.HSSE.Manager
this.drpCompileMan.Text = users.UserName;
}
this.txtCompileDate.Text = string.Format("{0:yyyy-MM-dd}", completionReport.CompileDate);
this.txtFileContent.Text = HttpUtility.HtmlDecode(completionReport.FileContent);
this.txtRemark.Text = completionReport.Remark;
}
}
///初始化审核菜单
this.ctlAuditFlow.MenuId = BLL.Const.ProjectCompletionReportMenuId;
this.ctlAuditFlow.DataId = this.CompletionReportId;
}
}
#endregion