<%- ctx.tender.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.value %>" data-index="<%- item.index %>" class="form-control form-control-sm" placeholder="请输入"> <% } %>
<% } %>
<% } %>