% if (ctx.phasePay && (ctx.phasePay.audit_status === auditConst.status.uncheck || ctx.phasePay.audit_status === auditConst.status.checkNo) && ctx.session.sessionUser.accountId === ctx.phasePay.create_user_id) { %>
审批流程 | 审批人员 | 审批状态 | 操作 |
---|---|---|---|
<% if (j === 0) { %> <%- i + '审' %> <% if (auditor.audit_type !== auditType.key.common) { %> <%- auditType.info[auditor.audit_type].short %> <% } %> <% } %> | <%- auditor.name %> <%- auditor.role %> | <%- auditor.audit_status !== auditConst.status.uncheck ? auditConst.auditString[auditor.audit_status] : '待审批' %> |
<% if (auditor.audit_status === auditConst.status.checking && j === group.length - 1) { %>
增加
<% } %>
<% if (auditor.audit_status === auditConst.status.uncheck) { %>
<% if (j === group.length - 1) { %>
增加
<% if (auditor.audit_type !== auditType.key.common) { %>
平级
<% } %>
<% } %>
更换
移除
确认移除审批人?
<% } %>
|