合并最新
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user