12

标段个数

63.25%

计量进度

123,456,789.36

台帐金额

163,000.00

累计变更金额

123,456,789.36

累计完成金额

163,000.00

材料调差

标段明细数据
标段 期数 0号台帐 本期完成 截至本期完成 本期应付 截至本期应付
隧道工程一标段 第1期 1000000 80000 95000 75000 85000
隧道工程二标段 第2期 1000000 80000 95000 75000 85000
第二工地试验室 第0期 1000000 80000 95000 75000 85000
桥梁工程二标段 第1期 1000000 80000 95000 75000 85000
标段5 第2期 1000000 80000 95000 75000 85000
标段6 第1期 1000000 80000 95000 75000 85000
隧道工程一标段 第1期 1000000 80000 95000 75000 85000
隧道工程二标段 第2期 1000000 80000 95000 75000 85000
第二工地试验室 第0期 1000000 80000 95000 75000 85000
桥梁工程二标段 第1期 1000000 80000 95000 75000 85000
标段5 第2期 1000000 80000 95000 75000 85000
标段6 第1期 1000000 80000 95000 75000 85000
本月审批统计
5

计量期

25

变更令

3

台帐修订

0

材料调差

标段审批信息
    <% for (const notice of noticeList) { %> <% if(notice.type === pushType.stage) { %>
  • 计量审批
    <%- notice.name %> 第<%- notice.order %>期 <%- acStage.statusString[notice.status]%>

    <%- notice.su_name %><%- (notice.su_role ? '- ' + notice.su_role : '') %> <%- ctx.helper.formatFullDate(notice.create_time) %>

  • <% } else if(notice.type === pushType.material) { %>
  • 材料调差
    <%- notice.name %> 第<%- notice.order %>期 <%- acMaterial.statusString[notice.status]%>

    <%- notice.su_name %><%- (notice.su_role ? '- ' + notice.su_role : '') %> <%- ctx.helper.formatFullDate(notice.create_time) %>

  • <% } else if(notice.type === pushType.ledger) { %>
  • 台账审批
    <%- notice.name %> <%- acLedger.statusString[notice.status]%>

    <%- notice.su_name %><%- (notice.su_role ? '- ' + notice.su_role : '') %> <%- ctx.helper.formatFullDate(notice.create_time) %>

  • <% } else if(notice.type === pushType.revise) { %>
  • 台账修订
    <%- notice.name %> 台账修订(第<%- notice.corder %>次) <%- acRevise.statusString[notice.status]%>

    <%- notice.su_name %><%- (notice.su_role ? '- ' + notice.su_role : '') %> <%- ctx.helper.formatFullDate(notice.create_time) %>

  • <% } else if(notice.type === pushType.change){ %>
  • 变更审批
    <%- notice.name %> <%- notice.c_code %> <%- acChange.statusString[notice.status]%>

    <%- notice.su_name %><%- (notice.su_role ? '- ' + notice.su_role : '') %> <%- ctx.helper.formatFullDate(notice.create_time) %>

  • <% } else if(notice.type === pushType.advance) { %>
  • 预付款
    <%- notice.name %> 第<%- notice.order %>期 <%- acAdvance.statusString[notice.status]%>

    <%- notice.su_name %><%- (notice.su_role ? '- ' + notice.su_role : '') %> <%- ctx.helper.formatFullDate(notice.create_time) %>

  • <% } %> <% } %>