<% include ../tender/tender_sub_menu.ejs %>
签约<%- type === 0 ? '开工' : '材料' %>预付款 <%- ctx.helper.formatMoney(advancePayTotal) %>
<%- progress.p_ratio.toFixed() %>%
<%- progress.c_ratio.toFixed() %>%
<%- progress.s_ratio.toFixed() %>%
<% if(showAddBtn) { %>
<% } %>
<% advanceList.forEach(item => { %> <% }) %>
期数 支付比例 本期金额 截止上期 截止本期金额 附件 进度 操作
第<%- item.order %>期 <%- item.cur_amount && ctx.helper.mul(ctx.helper.div(item.cur_amount, advancePayTotal), 100).toFixed(2) || 0%>% <%- ctx.helper.formatMoney(item.cur_amount, ',', decimal)%> <%- ctx.helper.formatMoney(item.prev_amount, ',', decimal)%> <%- ctx.helper.formatMoney(item.prev_total_amount, ',', decimal)%> <%- item.fileList.length %> <% if (item.curAuditor) { %> <%- item.curAuditor.name %><%if (item.curAuditor.role !== '' && item.curAuditor.role !== null) { %>-<%- item.curAuditor.role %><% } %> <% } %> <%- auditConst.statusString[item.status] %> <% if((item.status === auditConst.status.uncheck || item.status === auditConst.status.checkNo) && item.uid === ctx.session.sessionUser.accountId) { %> 编辑 <% } else if(item.status === auditConst.status.checking && item.curAuditor.audit_id === ctx.session.sessionUser.accountId) {%> 审批 <% } else {%> <%- auditConst.statusString[item.status] %> <% } %>