返回<%- ctx.paymentTender.name %> / <%- trInfo.rpt_name %> / <%- ctx.detail.code %>
<% if ((ctx.detail.status == auditConst.status.uncheck || ctx.detail.status == auditConst.status.checkNo) && trInfo.is_change) { %> 报表内容已发生变化,请删除并重新生成详情 <% } else { %> <% include ./audit_btn.ejs %> <% if (rptAudit && ((ctx.detail.status !== auditConst.status.checkNo && ctx.detail.status !== auditConst.status.checked) || (ctx.detail.status === auditConst.status.checked && !nextDetail) || (ctx.detail.status === auditConst.status.checkNo && ctx.detail.uid === ctx.session.sessionUser.accountId)) ) { %> 签字意见 <% } %> 签署进度 <% } %>
<% for (const c of content) { %>
<%- c.title %>内容
<% for (const item of c.items) { %>
<% if (item.type === 'textarea') { %> <% } else { %> readonly<% } %> type="<%- item.type %>" value="<%- item.type === 'number' && ctx.helper._.indexOf(item.value, '元') !== -1 ? parseFloat(item.value) : item.value %>" <% if (item.type === 'number') { %>step="0.000001"<% } %> data-index="<%- item.index %>" class="form-control form-control-sm" placeholder="请输入"> <% } %>
<% } %>
<% } %>
<% if (attList !== undefined && attList !== '') { %> <% for (const [index,att] of attList.entries()) { %> <% } %> <% } %>
序号 名称 上传时间/大小 操作
> <%- index+1 %> <%- att.filename %><%- att.fileext %> <%- moment(att.upload_time).format("YYYY-MM-DD HH:mm:ss") %>
<%- ctx.helper.bytesToSize(att.filesize) %>
<% if (att.uid === ctx.session.sessionUser.accountId && (ctx.detail.status === auditConst.status.checked ? Boolean(att.extra_upload) : true )) { %> <% } %>