返回<%- (ctx.constructionTender.name.length > 20 ? ctx.constructionTender.name.substring(0,20) + '...' : ctx.constructionTender.name) %> / <%- logInfo.code %>
<% if (ctx.session.sessionUser.accountId === logInfo.shenpi_uid && logInfo.status === constructionConst.status.checking) { %> 确认审签 <% } else if (ctx.session.sessionUser.accountId === logInfo.report_uid && logInfo.status === constructionConst.status.uncheck) { %> 提交审签 <% } else { %> <%- constructionConst.statusString[logInfo.status] %> <% } %> <% if (logInfo.report_uid === ctx.session.sessionUser.accountId && logInfo.status === constructionConst.status.checking) { %> | 编辑 <% } %>
基本内容
readonly<% } %>>
<% if (logInfo.status === constructionConst.status.uncheck && logInfo.report_uid === ctx.session.sessionUser.accountId && logInfo.start_time === null) { %>
style="display: none" <% } %>>
<% } else { %> <% } %>
施工情况记录(施工内容、机械作业、班组工作、施工存在问题)
技术、质量、安全工作记录(技术质量安全活动、检查评定验收、技术质量安全问题)
人员、材料(构配件)、机械到场及运行情况
其他事宜
附件 <% if (filePermission) { %> <% } %>
<% if (attList.length !== 0) { %> <% for (const [index, att] of attList.entries()) { %> <% } %> <% } %>
<%- index+1 %> <%- att.filename %><%- att.fileext %> <%- moment(att.upload_time).format("YYYY-MM-DD HH:mm:ss") %> <% if (att.uid === ctx.session.sessionUser.accountId && (logInfo.status === constructionConst.status.checked ? Boolean(att.extra_upload) : true )) { %> <% } %>