审批金额:<%- ctx.helper.roundNum(change.total_price, ctx.tender.info.decimal.tp) %> 元
  • <% if (change.status === auditConst.status.uncheck) { %> 上报中 <% } else { %> <%- change.auditors[0].begin_time.toLocaleDateString() %> 上报 <% } %>
    <%- change.user.name %><%- change.user.role %>
  • <% for (let iA = 0; iA < change.auditors.length; iA++) { %> <% const auditors = change.auditors; %>
  • <% if (auditors[iA].status === auditConst.status.checked) { %> <%- auditors[iA].end_time.toLocaleDateString() %> 审批通过
    <%- auditors[iA].name %> <%- auditors[iA].role %>

    <%- auditors[iA].opinion %>

    <% } else if (auditors[iA].status == auditConst.status.checking) { %> 审批中
    <%- auditors[iA].name %> <%- auditors[iA].role %>
    <% if (auditors[iA].aid === ctx.session.sessionUser.accountId) { %> <% audit = auditors[iA]; %>
    <% } %> <% } else if (auditors[iA].status === auditConst.status.checkNo) { %> <%- auditors[iA].end_time.toLocaleDateString() %>审批退回
    <%- auditors[iA].name %> <%- auditors[iA].role %>

    <%- auditors[iA].opinion %>

    <% } else { %>
    <%- auditors[iA].name %> <%- auditors[iA].role %>
    <% } %>
  • <% } %>