|
@@ -41,12 +41,12 @@
|
|
{{ item.dealerEntity.licenseName }}
|
|
{{ item.dealerEntity.licenseName }}
|
|
</td>
|
|
</td>
|
|
<td style="padding:3pt;width: 94pt;">
|
|
<td style="padding:3pt;width: 94pt;">
|
|
- 订单金额:{{ item.orderAmount }}<br>
|
|
|
|
- 收款金额:{{ item.receiptAmount }}<br>
|
|
|
|
|
|
+ 订单金额:{{ item.orderAmount?item.orderAmount.toFixed(2):'0.00' }}<br>
|
|
|
|
+ 收款金额:{{ item.receiptAmount?item.receiptAmount.toFixed(2):'0.00' }}<br>
|
|
使用授信:{{ getTotal(item.detailItemUseList||[]) }}<br>
|
|
使用授信:{{ getTotal(item.detailItemUseList||[]) }}<br>
|
|
授信还款:{{ getTotal(item.detailItemPayList||[]) }}<br>
|
|
授信还款:{{ getTotal(item.detailItemPayList||[]) }}<br>
|
|
- 余款抵扣:{{ item.balanceAmount }}<br>
|
|
|
|
- 跨月打款:{{ item.nextMonthAmount }}
|
|
|
|
|
|
+ 余款抵扣:{{ item.balanceAmount?item.balanceAmount.toFixed(2):'0.00' }}<br>
|
|
|
|
+ 跨月打款:{{ item.nextMonthAmount?item.nextMonthAmount.toFixed(2):'0.00' }}
|
|
</td>
|
|
</td>
|
|
<td style="padding:3pt;width: 91pt;">
|
|
<td style="padding:3pt;width: 91pt;">
|
|
{{ item.bankAccount }}<br>
|
|
{{ item.bankAccount }}<br>
|