% if ((ctx.material.status === auditConst.status.uncheck || ctx.material.status === auditConst.status.checkNo) && (ctx.session.sessionUser.accountId === ctx.material.user_id || ctx.tender.isTourist)) { %>
<%- ctx.material.user.name %><%- idx !== 0 ? '重新' : '' %>上报审批
<%- ctx.material.user.role %>
<%- auditor.name %><%- auditConst.statusString[auditor.status] %>
<%- auditor.role %>
<%- auditor.opinion %>
<%- auditor.name %> <%- auditor.status !== auditConst.status.uncheck ? auditConst.statusString[auditor.status] : ''%> <%- auditor.status === auditConst.status.checkNo ? ctx.material.user.name : '' %> <%- auditor.status === auditConst.status.checkNoPre ? (ctx.material.auditors2.find(item => item.order === auditor.sort-1) ? ctx.material.auditors2.find(item => item.order === auditor.sort-1).name : '') : '' %>
<%- auditor.role %>
<%- auditor.opinion %>