% include ../tender/tender_sub_menu.ejs %>
签约<%- advance.type === auditConst.type.start ? '开工' : '材料' %>预付款:<%- ctx.helper.formatMoney(advancePayTotal) %> 元 | |||
---|---|---|---|
支付比例 |
%
|
本期金额 |
元
|
支付比例 | <%- advance.cur_amount && ctx.helper.mul(ctx.helper.div(advance.cur_amount, advancePayTotal), 100, 2) || 0 %>% | 本期金额 | <%- ctx.helper.formatMoney((advance.cur_amount || 0), ',', decimal) %> |
截止上期 | <%- ctx.helper.formatMoney((prevAdvance && prevAdvance.prev_total_amount || 0), ',', decimal) %> | 截止本期金额 | <%- ctx.helper.formatMoney((prevAdvance && prevAdvance.prev_total_amount + advance.cur_amount || (advance.cur_amount || 0)), ',', decimal) %> |
备注 |
附件 |
---|
审批流程 | |
---|---|
|
审批流程
|
审批流程 | |
---|---|
|
<% auditHistory.forEach((auditors, idx) => { %>
>
<%- idx === auditHistory.length - 1 ? 1 : idx+1 %>#
|