期进度表

左右滑动

月进度表

左右滑动

<% for (const lr of revises) { %>
第<%- lr.corder %>次修订 <% if (!lr.valid) {%> 作废 <% } else { %> <% if (lr.curAuditor && lr.status !== auditReviseConst.status.checked) { %> <%- lr.curAuditor.name %><%if (lr.curAuditor.role !== '' && lr.curAuditor.role !== null) { %>-<%- lr.curAuditor.role %><% } %> <% } %> <%- lr.status === auditReviseConst.status.checked ? '审批完成' : auditReviseConst.auditProgress[lr.status] %> <% } %>
<% if (lr.curAuditor && lr.status == auditReviseConst.status.checking && lr.curAuditor.audit_id === ctx.session.sessionUser.accountId) { %> <% } %>
修订时间<%- ctx.moment(lr.in_time).format('YYYY-MM-DD') %>
修订人<%- lr.user_name %>
修订详情<% if (lr.content) { %><% if (lr.content.length <= 22) { %><%- lr.content %><% } else { %><%- lr.content.substring(0,22) %>展开更多<% } %><% } %>
审批
<% } %>
<% for (const s of stages) { %>
第<%- s.order %>期 <% if (s.curAuditor && s.status !== auditConst.status.checked) { %> <%- s.curAuditor.name %><%if (s.curAuditor.role !== '' && s.curAuditor.role !== null) { %>-<%- s.curAuditor.role %><% } %> <% } %> <%- s.status === auditConst.status.checked ? '审批完成' : auditConst.auditProgress[s.status] %>
<% if (!ctx.session.sessionProject.page_show.closeWapYfSf) { %> <% } %> <% if (!ctx.session.sessionProject.page_show.closeWapYfSf) { %> <% } %> <% if (s.curAuditor && s.status == auditConst.status.checking && s.curAuditor.aid === ctx.session.sessionUser.accountId) { %> <% } %>

本期合同计量

¥<%- s.contract_tp ? s.contract_tp : 0 %>

本期数量变更计量

¥<%- s.qc_tp ? s.qc_tp : 0 %>

本期完成计量

¥<%- s.tp ? s.tp : 0 %>

截止上期完成计量

¥<%- s.pre_tp ? s.pre_tp : 0 %>

截止本期完成计量

¥<%- s.end_tp ? s.end_tp : 0 %>

本期应付

¥<%- s.yf_tp ? s.yf_tp : 0 %>

本期实付

¥<%- s.sf_tp ? s.sf_tp : 0 %>
审批本期
<% } %>
<% for (const c of changePlans) { %>
<%- c.code %>

工程名称

<%- c.name %>

变更性质

<%- c.quality %>

变更金额

<%- ctx.helper.roundNum(c.total_price, tpUnit) %>
<% if (c.status === auditChangePlanConst.status.checking && c.curAuditor.aid === ctx.session.sessionUser.accountId) { %> 审批变更 <% } else if (c.status === auditChangePlanConst.status.uncheck) { %> 待上报 <% } else { %> <%- c.curAuditor.name %><%if (c.curAuditor.role !== '' && c.curAuditor.role !== null) { %>-<%- c.curAuditor.role %><% } %> <%- auditChangePlanConst.auditString[c.curAuditor.status] %> <% } %>
<% } %> <% for (const c of changes) { %>
<% if (c.status !== auditChangeConst.status.checked) { %><%- c.code %><% } else { %><%- c.p_code %><% } %>

工程名称

<%- c.name %>

变更性质

<% for (const q in changeConst.quality) { %> <% const cQuality = changeConst.quality[q] %><% if (cQuality.value === c.quality) { %><%- cQuality.name %><% } %><% } %>

变更金额

<%- ctx.helper.roundNum(c.total_price, tpUnit) %>
<% if ((c.status === auditChangeConst.status.checking || c.status === auditChangeConst.status.backnew) && c.curAuditor.uid === ctx.session.sessionUser.accountId) { %> 审批变更 <% } else if (c.status === auditChangeConst.status.uncheck) { %> 待上报 <% } else { %> <%- c.curAuditor.name %>-<%- c.curAuditor.jobs %> <%- auditChangeConst.auditStatusString[c.curAuditor.status] %> <% } %>
<% } %>