<% include ../tender/tender_sub_menu.ejs %>
签约<%- typeColMap[type].text%> <%- ctx.helper.formatMoney(advancePayTotal, ',', parseFloat(advancePayTotal).toString().split('.')[1] && parseFloat(advancePayTotal).toString().split('.')[1].length || 0) %>
<%- progress.p_ratio.toFixed() %>%
<%- progress.c_ratio.toFixed() %>%
<%- progress.s_ratio.toFixed() %>%
<% if(showAddBtn) { %>
<% } %>
<% advanceList.forEach(item => { %> <% }) %>
期数 支付比例 本期金额 截止上期 截止本期金额 附件 进度 操作
第<%- item.order %>期 <%- item.pay_ratio %>% <%- item.cur_amount %> <%- item.prev_amount %> <%- item.prev_total_amount %> <%- 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] %> <% } %>