|
@@ -20,16 +20,16 @@
|
|
<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="line-height: 20pt;width: 56pt;background:#f6f6f6;">日期</th>
|
|
|
|
- <th style="line-height: 20pt;width: 62pt;background:#f6f6f6;">客户名称</th>
|
|
|
|
- <th style="line-height: 20pt;width: 62pt;background:#f6f6f6;">营业执照名称</th>
|
|
|
|
- <th style="line-height: 20pt;width: 54pt;background:#f6f6f6;">订单金额</th>
|
|
|
|
- <th style="line-height: 20pt;width: 54pt;background:#f6f6f6;">收款金额</th>
|
|
|
|
- <th style="line-height: 20pt;width: 54pt;background:#f6f6f6;">使用授信</th>
|
|
|
|
- <th style="line-height: 20pt;width: 54pt;background:#f6f6f6;">余款抵扣</th>
|
|
|
|
- <th style="line-height: 20pt;width: 54pt;background:#f6f6f6;">汇入银行</th>
|
|
|
|
- <th style="line-height: 20pt;width: 54pt;background:#f6f6f6;">足额打款</th>
|
|
|
|
- <th style="line-height: 20pt;width: 60pt;background:#f6f6f6;">说明</th>
|
|
|
|
|
|
+ <th style="width: 56pt;background:#f6f6f6;">日期</th>
|
|
|
|
+ <th style="width: 62pt;background:#f6f6f6;">客户名称</th>
|
|
|
|
+ <th style="width: 62pt;background:#f6f6f6;">营业执照名称</th>
|
|
|
|
+ <th style="width: 54pt;background:#f6f6f6;">订单金额</th>
|
|
|
|
+ <th style="width: 54pt;background:#f6f6f6;">收款金额</th>
|
|
|
|
+ <th style="width: 54pt;background:#f6f6f6;">使用授信</th>
|
|
|
|
+ <th style="width: 54pt;background:#f6f6f6;">余款抵扣</th>
|
|
|
|
+ <th style="width: 54pt;background:#f6f6f6;">汇入银行</th>
|
|
|
|
+ <th style="width: 54pt;background:#f6f6f6;">足额打款</th>
|
|
|
|
+ <th style="width: 60pt;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;width: 50pt;">{{ moment(item.receiptDate).format('YYYY/MM/DD') }}</td>
|
|
<td style="padding:3pt;width: 50pt;">{{ moment(item.receiptDate).format('YYYY/MM/DD') }}</td>
|
|
@@ -124,6 +124,8 @@ export default {
|
|
for (let i = 0; i < printCons.length; i++) {
|
|
for (let i = 0; i < printCons.length; i++) {
|
|
if (printCons[i].h > 560) {
|
|
if (printCons[i].h > 560) {
|
|
htmlStr.push('')
|
|
htmlStr.push('')
|
|
|
|
+ }else{
|
|
|
|
+ printCons[i].t = '<div style="width:564pt;margin:0 auto;height:535px;">' +printCons[i].t+'</div>'
|
|
}
|
|
}
|
|
htmlStr.push(printCons[i].t)
|
|
htmlStr.push(printCons[i].t)
|
|
}
|
|
}
|