<% include ../tender/tender_sub_menu.ejs %>
<% include ../tender/tender_sub_mini_menu.ejs %>

合同支付列表

<% if (ctx.session.sessionUser.accountId === ctx.tender.data.user_id && (phasePays.length === 0 || phasePays[0].audit_status === auditConst.status.checked) && validStages.length > 0) { %> <% } %>
<% for (const pay of phasePays) { %> <% } %>
支付期数 支付月份 计量期 本期付款 本期扣款 本期应付 本期实付 截止本期应付 截止本期实付 审批进度 操作 备注
第 <%- pay.phase_order %> 期 <% if (pay.audit_status !== auditConst.status.checked && pay.create_user_id === ctx.session.sessionUser.accountId) { %> <% } %> <%- pay.phase_date %> <% for (const s of pay.rela_stage) { %> 第 <%- s.stage_order %> 期 <% } %> <%- pay.display_pay_tp %> <%- pay.display_cut_tp %> <%- pay.display_yf_tp %> <%- pay.display_sf_tp %> <%- pay.display_end_yf_tp %> <%- pay.display_end_sf_tp %> <% if (pay.audit_status === auditConst.status.checked && pay.final_auditor_str) { %> <%- pay.final_auditor_str %> <% } else { %> <% if (pay.curAuditors.length > 0) { %> <% if (pay.curAuditors[0].audit_type === auditType.key.common) { %> <%- pay.curAuditors[0].name %><%if (pay.curAuditors[0].role !== '' && pay.curAuditors[0].role !== null) { %>-<%- pay.curAuditors[0].role %><% } %> <% } else { %> <%- ctx.helper.transFormToChinese(pay.curAuditors[0].audit_order) + '审' %> <% } %> <% } %> <% } %> <%- auditConst.info[pay.audit_status].title %> <% if (pay.audit_status === auditConst.status.uncheck && pay.create_user_id === ctx.session.sessionUser.accountId) { %> <%- auditConst.info[pay.audit_status].btnTitle %> <% } else if (pay.status === auditConst.status.checkNo && pay.user_id === ctx.session.sessionUser.accountId) { %> <%- auditConst.info[pay.audit_status].btnTitle %> <% } else if ((pay.status === auditConst.status.checking || pay.status === auditConst.status.checkNoPre) && pay.curAuditors && pay.curAuditors.findIndex(x => { return x.aid === ctx.session.sessionUser.accountId; }) >= 0) { %> <%- auditConst.info[pay.audit_status].btnTitle %> <% } else { %> <%- auditConst.info[pay.audit_status].title %> <% } %> <%- pay.memo %>