|
@@ -72,9 +72,10 @@
|
|
|
<table class="table table-bordered" id="change-table">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th width="20%" id="sort_change">申请编号/变更令号</th><th width="30%">变更工程名称</th>
|
|
|
- <th width="10%">变更性质</th><th width="10%">变更金额</th>
|
|
|
- <th width="10%">审批状态</th><th width="15%">审批进度</th><th></th>
|
|
|
+ <th width="20%" id="sort_change">申请编号/变更令号</th><th width="24%">变更工程名称</th>
|
|
|
+ <th width="10%">变更性质</th><th width="8%">变更金额</th>
|
|
|
+ <th width="8%">正变更金额</th><th width="8%">负变更金额</th>
|
|
|
+ <th width="10%">审批状态</th><th width="12%">审批进度</th><th></th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody id="changeList">
|
|
@@ -89,6 +90,8 @@
|
|
|
<td><%- c.name %></td>
|
|
|
<td><%- qualityArray[c.quality] %><% c.quality %></td>
|
|
|
<td style="text-align: right"><%= ctx.helper.roundNum(c.total_price, tpUnit) %></td>
|
|
|
+ <td style="text-align: right"><%= ctx.helper.roundNum(c.positive_tp, tpUnit) %></td>
|
|
|
+ <td style="text-align: right"><%= ctx.helper.roundNum(c.negative_tp, tpUnit) %></td>
|
|
|
<% if (c.status === auditConst.status.uncheck && ctx.tender.isTourist) { %>
|
|
|
<td>
|
|
|
上报中
|