期进度表

左右滑动

月进度表

左右滑动

<% 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.subProject.page_show.closeWapYfSf) { %> <% } %> <% if (!ctx.subProject.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) { %> <% } %>
<% for (const m of materials) { %>
第<%- m.order %>期 <% if (m.curAuditors && m.curAuditors.length > 0 && m.status !== auditMaterialConst.status.checked) { %> <% if (m.curAuditors[0].audit_type === auditType.key.common) { %> <%- m.curAuditors[0].name %><%if (m.curAuditors[0].role !== '' && m.curAuditors[0].role !== null) { %>-<%- m.curAuditors[0].role %><% } %> <% } else { %> <%- ctx.helper.transFormToChinese(m.curAuditors[0].audit_order) + '审' %> <% } %> <% } %> <%- m.status === auditMaterialConst.status.checked ? '审批完成' : auditMaterialConst.auditProgress[m.status] %>
<% if (materialColShow[0].checked) { %> <% } %> <% if (materialColShow[0].checked) { %> <% if (openMaterialTax) { %> <% } %> <% if ((openMaterialTax && !allMaterialTax) || !openMaterialTax) { %> <% } %> <% } %> <% if (materialColShow[1].checked) { %> <% } %> <% if (m.curAuditors && m.curAuditors.length > 0 && m.status == auditMaterialConst.status.checking && m.curAuditors.find(x => { return x.aid === ctx.session.sessionUser.accountId})) { %> <% } %>

计量期

第<%- m.s_order %>期

信息价价差费用

¥<%= m.m_tp !== null ? ctx.helper.round(m.m_tp, m.decimal.tp) : 0 %>

信息价(含材料税)

¥<% if (m.material_tax) { %><% if (m.m_tax_tp) { %><%- m.m_tax_tp || 0 %><% } else { %><%- m.m_tp || 0 %><% } %><% } else { %>0<% } %>

信息价(含建筑税)

¥<% if (!m.material_tax) { %><%- m.rate_tp || 0 %><% } else { %>0<% } %>

指数法价差费用

¥<%= m.ex_tp !== null ? ctx.helper.round(m.ex_tp, m.decimal.tp) : 0 %>

指数法(含建筑税)

¥<%= m.ex_tp !== null ? ctx.helper.round(ctx.helper.mul(m.ex_tp, 1+m.exponent_rate/100), m.decimal.tp) : 0 %>
审批本期
<% } %>