% include ../tender/tender_sub_menu.ejs %>
计量期数 | 计量月份 | 截止日期 | 本期合同计量 | 本期数量变更计量 | <% if (ctx.tender.info.display.stage.priceDiff) { %>本期补差 | <% } %>本期完成计量 | 截止上期完成计量 | 截止本期完成计量 | 本期应付 | 本期实付 | 审批进度 | 操作 | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
第 <%- s.order %> 期 <% if ((i === 0 || (stages[i-1] && stages[i-1].status !== auditConst.status.checked)) && s.user_id === ctx.session.sessionUser.accountId) { %> <% } %> | <%- s.s_time %> | <%- (s.period ? (s.period.split('~')[1] ? s.period.split('~')[1] : s.period) : '') %> | <% if (ctx.tender.info.display.thousandth) { %><%- (s.contract_tp ? ctx.helper.formatNum(s.contract_tp, '#,##0.######') : '')%> | <%- (s.qc_tp ? ctx.helper.formatNum(s.qc_tp, '#,##0.######') : '')%> | <% if (ctx.tender.info.display.stage.priceDiff) { %><%- (s.pc_tp ? ctx.helper.formatNum(s.pc_tp, '#,##0.######') : '')%> | <% } %><%- (s.tp ? ctx.helper.formatNum(s.tp, '#,##0.######') : '')%> | <%- (s.pre_tp ? ctx.helper.formatNum(s.pre_tp, '#,##0.######') : '')%> | <%- (s.end_tp ? ctx.helper.formatNum(s.end_tp, '#,##0.######') : '')%> | <%- (s.yf_tp ? ctx.helper.formatNum(s.yf_tp, '#,##0.######') : '') %> | <%- (s.sf_tp ? ctx.helper.formatNum(s.sf_tp, '#,##0.######') : '') %> | <% } else { %><%- (s.contract_tp ? s.contract_tp : '')%> | <%- (s.qc_tp ? s.qc_tp : '')%> | <% if (ctx.tender.info.display.stage.priceDiff) { %><%- (s.pc_tp ? s.pc_tp : '')%> | <% } %><%- (s.tp ? s.tp : '')%> | <%- (s.pre_tp ? s.pre_tp : '')%> | <%- (s.end_tp ? s.end_tp : '')%> | <%- (s.yf_tp ? s.yf_tp : '') %> | <%- (s.sf_tp ? s.sf_tp : '') %> | <% } %><% if (s.curAuditors.length > 0) { %> <% if (s.curAuditors[0].audit_type === auditType.key.common) { %> <%- s.curAuditors[0].name %><%if (s.curAuditors[0].role !== '' && s.curAuditors[0].role !== null) { %>-<%- s.curAuditors[0].role %><% } %> <% } else { %> <%- ctx.helper.transFormToChinese(s.curAuditors[0].audit_order) + '审' %> <% } %> <% } %> <%- auditConst.auditProgress[s.status] %> | <% if (s.status === auditConst.status.uncheck && s.user_id === ctx.session.sessionUser.accountId) { %> <%- auditConst.statusButton[s.status] %> <% } else if (s.status === auditConst.status.checkNo && s.curAuditors && s.user_id === ctx.session.sessionUser.accountId) { %> <%- auditConst.statusButton[s.status] %> <% } else if (s.status === auditConst.status.checking && s.curAuditors && s.curAuditors.findIndex(x => { return x.aid === ctx.session.sessionUser.accountId; }) >= 0) { %> <%- auditConst.statusButton[s.status] %> <% } else if (s.status === auditConst.status.checkNoPre && s.curAuditors && s.curAuditor2.findIndex(x => { return x.aid === ctx.session.sessionUser.accountId; }) >= 0) { %> <%- auditConst.statusButton[s.status] %> <% } else { %> <%- auditConst.auditString[s.status] %> <% } %> |