|
@@ -25,16 +25,17 @@
|
|
|
<th class="text-center" rowspan="2">计量期</th>
|
|
|
<th class="text-center" colspan="2">信息价调差</th>
|
|
|
<th class="text-center" colspan="2">指数法调差</th>
|
|
|
- <th class="text-center" width="130" rowspan="2">合计(含税)</th>
|
|
|
- <th class="text-center" width="130" rowspan="2">合计</th>
|
|
|
+ <th class="text-center" colspan="2">合计</th>
|
|
|
<th class="text-center" rowspan="2">审批进度</th>
|
|
|
<th class="text-center" rowspan="2" width="140">操作</th>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th class="text-center" width="130">价差费用(含税)</th>
|
|
|
- <th class="text-center" width="130">价差费用</th>
|
|
|
- <th class="text-center" width="130">价差费用(含税)</th>
|
|
|
- <th class="text-center" width="130">价差费用</th>
|
|
|
+ <th class="text-center">价差费用</th>
|
|
|
+ <th class="text-center">价差费用(含税)</th>
|
|
|
+ <th class="text-center">价差费用</th>
|
|
|
+ <th class="text-center">价差费用(含税)</th>
|
|
|
+ <th class="text-center">价差费用</th>
|
|
|
+ <th class="text-center">价差费用(含税)</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
@@ -46,12 +47,12 @@
|
|
|
<% console.log(ctx.helper.add(ctx.helper.round(ctx.helper.mul(m.ex_tp, 1+m.rate/100), 2), ctx.helper.round(ctx.helper.mul(m.m_tp, 1+m.rate/100), 2))) %>
|
|
|
<td class="text-center"><%= moment(m.in_time).format('YYYY-MM-DD') %></td>
|
|
|
<td class="text-center">第 <%= m.s_order %> 期</td>
|
|
|
- <td class="text-right"><%= m.m_tp !== null ? ctx.helper.round(ctx.helper.mul(m.m_tp, 1+m.rate/100), 2) : null %></td>
|
|
|
<td class="text-right"><%= m.m_tp !== null ? ctx.helper.round(m.m_tp, 2) : null %></td>
|
|
|
- <td class="text-right"><%= m.ex_tp !== null ? ctx.helper.round(ctx.helper.mul(m.ex_tp, 1+m.rate/100), 2) : null %></td>
|
|
|
+ <td class="text-right"><%= m.m_tp !== null ? ctx.helper.round(ctx.helper.mul(m.m_tp, 1+m.rate/100), 2) : null %></td>
|
|
|
<td class="text-right"><%= m.ex_tp !== null ? ctx.helper.round(m.ex_tp, 2) : null %></td>
|
|
|
- <td class="text-right"><%= ctx.helper.add(ctx.helper.round(ctx.helper.mul(m.ex_tp, 1+m.rate/100), 2), ctx.helper.round(ctx.helper.mul(m.m_tp, 1+m.rate/100), 2)) %></td>
|
|
|
+ <td class="text-right"><%= m.ex_tp !== null ? ctx.helper.round(ctx.helper.mul(m.ex_tp, 1+m.rate/100), 2) : null %></td>
|
|
|
<td class="text-right"><%= ctx.helper.add(ctx.helper.round(m.ex_tp, 2), ctx.helper.round(m.m_tp, 2)) %></td>
|
|
|
+ <td class="text-right"><%= ctx.helper.add(ctx.helper.round(ctx.helper.mul(m.ex_tp, 1+m.rate/100), 2), ctx.helper.round(ctx.helper.mul(m.m_tp, 1+m.rate/100), 2)) %></td>
|
|
|
<td class="<%- auditConst.auditProgressClass[m.status] %>">
|
|
|
<% if (m.curAuditor) { %>
|
|
|
<a href="#sp-list" data-toggle="modal" data-target="#sp-list" m-order="<%- m.order %>"><%- m.curAuditor.name %><%if (m.curAuditor.role !== '' && m.curAuditor.role !== null) { %>-<%- m.curAuditor.role %><% } %></a>
|