期进度表

左右滑动

月进度表

左右滑动

<% 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.curAuditors.length > 0 && s.status !== auditConst.status.checked) { %> <% 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) + '审' %> <% } %> <% } %> <%- 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.curAuditors.length > 0 && s.status == auditConst.status.checking && s.curAuditors.find(x => { return x.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 %>
审批本期
<% } %>
<% if (ctx.subProject.page_show.openChangeProject) { %> <% } %> <% if (ctx.subProject.page_show.openChangeApply) { %> <% } %> <% if (ctx.subProject.page_show.openChangePlan) { %> <% } %>