% include ../tender/tender_sub_menu.ejs %>
期数 | 支付比例 | 本期金额 | 截止上期 | 截止本期金额 | 附件 | 进度 | 操作 | |||
---|---|---|---|---|---|---|---|---|---|---|
第<%- item.order %>期 | <% if (item.status === auditConst.status.uncheck || item.status === auditConst.status.checkNo) { %><%- item.pay_ratio %>% | <%- ctx.helper.mul(advancePayTotal, ctx.helper.div(item.pay_ratio, 100, decimal), decimal)%> | <% } else {%><%- 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)%> | <% if (item.status === auditConst.status.uncheck || item.status === auditConst.status.checkNo) { %><%- ctx.helper.formatMoney(ctx.helper.add(ctx.helper.mul(advancePayTotal, ctx.helper.div(item.pay_ratio, 100, decimal), decimal), item.prev_amount), ',', decimal)%> | <% } else {%><%- 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] %> <% } %> |