|
@@ -24,16 +24,16 @@
|
|
|
<table class="table table-bordered">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th class="text-center" width="80px">计量期数</th>
|
|
|
+ <th class="text-center" width="70px">计量期数</th>
|
|
|
<th class="text-center" width="70px">计量月份</th>
|
|
|
- <th class="text-center" width="70px">计量周期</th>
|
|
|
- <th class="text-center" width="110px">本期合同计量</th>
|
|
|
- <th class="text-center" width="110px">本期数量变更计量</th>
|
|
|
- <th class="text-center" width="110px">本期完成计量</th>
|
|
|
- <th class="text-center" width="110px">截止上期完成计量</th>
|
|
|
- <th class="text-center" width="110px">截止本期完成计量</th>
|
|
|
- <th class="text-center" width="110px">本期应付</th>
|
|
|
- <th class="text-center" width="110px">本期实付</th>
|
|
|
+ <th class="text-center" width="70px">截止日期</th>
|
|
|
+ <th class="text-center" width="100px">本期合同计量</th>
|
|
|
+ <th class="text-center" width="100px">本期数量变更计量</th>
|
|
|
+ <th class="text-center" width="100px">本期完成计量</th>
|
|
|
+ <th class="text-center" width="100px">截止上期完成计量</th>
|
|
|
+ <th class="text-center" width="100px">截止本期完成计量</th>
|
|
|
+ <th class="text-center" width="100px">本期应付</th>
|
|
|
+ <th class="text-center" width="100px">本期实付</th>
|
|
|
<th class="text-center" width="200px">审批进度</th>
|
|
|
<th class="text-center" width="90px">操作</th>
|
|
|
</tr>
|
|
@@ -48,7 +48,11 @@
|
|
|
<% } %>
|
|
|
</td>
|
|
|
<td class="text-center"><%- s.s_time %></td>
|
|
|
- <td class="text-center"><%- s.period %></td>
|
|
|
+ <td class="text-center">
|
|
|
+ <span data-toggle="tooltip" data-placement="bottom" data-original-title="<%- (s.period ? s.period : '') %>">
|
|
|
+ <%- (s.period ? s.period.split('~')[1] : '') %>
|
|
|
+ </span>
|
|
|
+ </td>
|
|
|
<% if (ctx.tender.info.display.thousandth) { %>
|
|
|
<td class="text-right"><%- (s.contract_tp ? ctx.helper.formatNum(s.contract_tp, '#,##0.######') : '')%></td>
|
|
|
<td class="text-right"><%- (s.qc_tp ? ctx.helper.formatNum(s.qc_tp, '#,##0.######') : '')%></td>
|