|
@@ -20,19 +20,19 @@
|
|
<div>
|
|
<div>
|
|
<table border="1" style="width: 564pt;border-collapse: collapse;text-align: center;">
|
|
<table border="1" style="width: 564pt;border-collapse: collapse;text-align: center;">
|
|
<tr>
|
|
<tr>
|
|
- <th style="width: 42pt;background:#f6f6f6;">日期</th>
|
|
|
|
|
|
+ <th style="width: 36pt;background:#f6f6f6;">日期</th>
|
|
<th style="background:#f6f6f6;width: 82pt;">客户名称</th>
|
|
<th style="background:#f6f6f6;width: 82pt;">客户名称</th>
|
|
- <th style="background:#f6f6f6;width: 82pt;">营业执照名称</th>
|
|
|
|
|
|
+ <th style="background:#f6f6f6;width: 82pt;">营业执照<br>名称</th>
|
|
<th style="width: 53pt;background:#f6f6f6;">订单金额</th>
|
|
<th style="width: 53pt;background:#f6f6f6;">订单金额</th>
|
|
<th style="width: 53pt;background:#f6f6f6;">收款金额</th>
|
|
<th style="width: 53pt;background:#f6f6f6;">收款金额</th>
|
|
<th style="width: 53pt;background:#f6f6f6;">使用授信</th>
|
|
<th style="width: 53pt;background:#f6f6f6;">使用授信</th>
|
|
<th style="width: 53pt;background:#f6f6f6;">余款抵扣</th>
|
|
<th style="width: 53pt;background:#f6f6f6;">余款抵扣</th>
|
|
<th style="width: 53pt;background:#f6f6f6;">汇入银行</th>
|
|
<th style="width: 53pt;background:#f6f6f6;">汇入银行</th>
|
|
- <th style="width: 53pt;background:#f6f6f6;">足额打款</th>
|
|
|
|
- <th style="width: 72pt;background:#f6f6f6;">说明</th>
|
|
|
|
|
|
+ <th style="width: 37pt;background:#f6f6f6;">足额<br>打款</th>
|
|
|
|
+ <th style="width: 64pt;background:#f6f6f6;">说明</th>
|
|
</tr>
|
|
</tr>
|
|
<tr v-for="item in fcItem.subList" :key="item.bookDetailSn">
|
|
<tr v-for="item in fcItem.subList" :key="item.bookDetailSn">
|
|
- <td style="padding:3pt 1pt;width: 40pt;">{{ item.receiptDate.split('-')[0] }}<br>{{ item.receiptDate.split('-')[1]+'/'+item.receiptDate.split('-')[2] }}</td>
|
|
|
|
|
|
+ <td style="padding:3pt 1pt;width: 34pt;">{{ item.receiptDate.split('-')[0] }}<br>{{ item.receiptDate.split('-')[1]+'/'+item.receiptDate.split('-')[2] }}</td>
|
|
<td style="padding:3pt 1pt;width: 80pt;word-break:break-all;">
|
|
<td style="padding:3pt 1pt;width: 80pt;word-break:break-all;">
|
|
{{ item.payerName }}
|
|
{{ item.payerName }}
|
|
<div>
|
|
<div>
|
|
@@ -58,8 +58,8 @@
|
|
{{ item.bankAccount }}<br>
|
|
{{ item.bankAccount }}<br>
|
|
{{ item.bankName }}
|
|
{{ item.bankName }}
|
|
</td>
|
|
</td>
|
|
- <td style="padding:3pt 1pt;width: 51pt;">{{ item.fullPaymentFlagDictValue }}</td>
|
|
|
|
- <td style="padding:3pt 1pt;width: 70pt;word-break:break-all;">{{ item.explainInfo }}</td>
|
|
|
|
|
|
+ <td style="padding:3pt 1pt;width: 35pt;">{{ item.fullPaymentFlagDictValue }}</td>
|
|
|
|
+ <td style="padding:3pt 1pt;width: 62pt;word-break:break-all;">{{ item.explainInfo }}</td>
|
|
</tr>
|
|
</tr>
|
|
</table>
|
|
</table>
|
|
<div style="padding:5pt 0;border-bottom: 1px solid #999;overflow:hidden;">
|
|
<div style="padding:5pt 0;border-bottom: 1px solid #999;overflow:hidden;">
|