|
@@ -15,15 +15,15 @@
|
|
|
<div class="content-wrap">
|
|
|
<div class="c-body">
|
|
|
<div class="sjs-height-0" style="height: 942px;">
|
|
|
- <div class="col-8 mx-auto">
|
|
|
- <h4 class="mt-3 text-center">第<%- advance.order %>期
|
|
|
+ <div class="col-xl-8 mx-auto">
|
|
|
+ <h4 class="mt-3 text-center mb-3">第<%- advance.order %>期
|
|
|
<%- advance.type === auditConst.type.start ? '开工' : '材料' %>预付款</h4>
|
|
|
<table class="table table-bordered">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th colspan="4" class="text-center">
|
|
|
- <h5>签约<%- advance.type === auditConst.type.start ? '开工' : '材料' %>预付款:<%- ctx.helper.formatMoney(advancePayTotal) %>
|
|
|
- 元</h5>
|
|
|
+ 签约<%- advance.type === auditConst.type.start ? '开工' : '材料' %>预付款:<%- ctx.helper.formatMoney(advancePayTotal) %>
|
|
|
+ 元
|
|
|
</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -53,22 +53,22 @@
|
|
|
<tr>
|
|
|
<th width="150">支付比例</th>
|
|
|
<td class="text-right">
|
|
|
- <h5><%- advance.pay_ratio || 0 %>%</h5>
|
|
|
+ <%- advance.pay_ratio || 0 %>%
|
|
|
</td>
|
|
|
<th width="150">本期金额</th>
|
|
|
<td class="text-right">
|
|
|
- <h5><%- ctx.helper.formatMoney(advance.cur_amount || 0) %></h5>
|
|
|
+ <%- ctx.helper.formatMoney(advance.cur_amount || 0) %>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<% } %>
|
|
|
<tr>
|
|
|
<th>截止上期</th>
|
|
|
<td class="text-right">
|
|
|
- <h5><%- ctx.helper.formatMoney(prevAdvance && prevAdvance.prev_total_amount || 0) %></h5>
|
|
|
+ <%- ctx.helper.formatMoney(prevAdvance && prevAdvance.prev_total_amount || 0) %>
|
|
|
</td>
|
|
|
<th>截止本期金额</th>
|
|
|
- <td class="text-right">
|
|
|
- <h5 id="p_total"><%- ctx.helper.formatMoney(prevAdvance && prevAdvance.prev_total_amount + advance.cur_amount || 0) %></h5>
|
|
|
+ <td class="text-right" id="p_total">
|
|
|
+ <%- ctx.helper.formatMoney(prevAdvance && prevAdvance.prev_total_amount + advance.cur_amount || 0) %>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|