|
@@ -21,7 +21,10 @@
|
|
|
<tr class="text-center">
|
|
<tr class="text-center">
|
|
|
<th width="80px">期数</th>
|
|
<th width="80px">期数</th>
|
|
|
<th width="70px">报审月份</th>
|
|
<th width="70px">报审月份</th>
|
|
|
|
|
+ <th width="70px">关联成本</th>
|
|
|
<th width="70px">创建人</th>
|
|
<th width="70px">创建人</th>
|
|
|
|
|
+ <th>本期入账金额</th>
|
|
|
|
|
+ <th>截止本期入账金额</th>
|
|
|
<th>本期入账金额(不含税)</th>
|
|
<th>本期入账金额(不含税)</th>
|
|
|
<th>截止本期入账金额(不含税)</th>
|
|
<th>截止本期入账金额(不含税)</th>
|
|
|
<th width="180px">审批进度</th>
|
|
<th width="180px">审批进度</th>
|
|
@@ -35,7 +38,10 @@
|
|
|
<a href="/sp/<%- ctx.subProject.id %>/cost/tender/<%- ctx.tender.id %>/book/<%- s.stage_order %>/stage" target="_blank">第 <%- s.stage_order %> 期</a>
|
|
<a href="/sp/<%- ctx.subProject.id %>/cost/tender/<%- ctx.tender.id %>/book/<%- s.stage_order %>/stage" target="_blank">第 <%- s.stage_order %> 期</a>
|
|
|
</td>
|
|
</td>
|
|
|
<td class="text-center"><%- s.stage_date %></td>
|
|
<td class="text-center"><%- s.stage_date %></td>
|
|
|
|
|
+ <td class="text-center">第<%- s.rela_stage.sorder %>期</td>
|
|
|
<td class="text-center"><%- s.user_name %></td>
|
|
<td class="text-center"><%- s.user_name %></td>
|
|
|
|
|
+ <td class="text-right"><%- s.stage_tp.in_tp %></td>
|
|
|
|
|
+ <td class="text-right"><%- s.stage_end_tp.in_tp %></td>
|
|
|
<td class="text-right"><%- s.stage_tp.in_excl_tax_tp %></td>
|
|
<td class="text-right"><%- s.stage_tp.in_excl_tax_tp %></td>
|
|
|
<td class="text-right"><%- s.stage_end_tp.in_excl_tax_tp %></td>
|
|
<td class="text-right"><%- s.stage_end_tp.in_excl_tax_tp %></td>
|
|
|
<td class="<%- auditConst.info[s.audit_status].class %>">
|
|
<td class="<%- auditConst.info[s.audit_status].class %>">
|