<%- 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))
) { %>
签字意见
<% } %>
签署进度
<% } %>