|
@@ -2,14 +2,16 @@
|
|
<!-- 发货打印 -->
|
|
<!-- 发货打印 -->
|
|
<div>
|
|
<div>
|
|
<div id="sendGood-print" v-if="financeBookList&&financeBookList.length">
|
|
<div id="sendGood-print" v-if="financeBookList&&financeBookList.length">
|
|
- <table
|
|
|
|
|
|
+ <div
|
|
v-for="(fcItem,index) in financeBookList"
|
|
v-for="(fcItem,index) in financeBookList"
|
|
:key="index+'-fcitem'"
|
|
:key="index+'-fcitem'"
|
|
- ref="printBox"
|
|
|
|
- cellspacing="0"
|
|
|
|
- cellpadding="0"
|
|
|
|
- style="border-collapse: collapse;width: 562pt;margin:0 auto;font-size:14px;">
|
|
|
|
- <tr>
|
|
|
|
|
|
+ >
|
|
|
|
+ <table
|
|
|
|
+ ref="printBox"
|
|
|
|
+ cellspacing="0"
|
|
|
|
+ cellpadding="0"
|
|
|
|
+ style="border-collapse: collapse;width: 562pt;margin:0 auto;font-size:14px;"
|
|
|
|
+ <tr>
|
|
<td>
|
|
<td>
|
|
<div class="print-box" style="width: 562pt;margin:0 auto;">
|
|
<div class="print-box" style="width: 562pt;margin:0 auto;">
|
|
<h1 style="text-align:center;margin:0.2cm 0">收款通知单</h1>
|
|
<h1 style="text-align:center;margin:0.2cm 0">收款通知单</h1>
|
|
@@ -61,8 +63,12 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</td>
|
|
- </tr>
|
|
|
|
- </table>
|
|
|
|
|
|
+ </tr>
|
|
|
|
+ </table>
|
|
|
|
+ <div
|
|
|
|
+ style="page-break-after:always"
|
|
|
|
+ v-if="(index+1)%2==0"> </div>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
<div class="btn-box" style="display:flex;align-item:center;justify-content: center;">
|
|
<div class="btn-box" style="display:flex;align-item:center;justify-content: center;">
|
|
<a-button @click="handleCommonCancel">取消</a-button>
|
|
<a-button @click="handleCommonCancel">取消</a-button>
|
|
@@ -102,7 +108,7 @@ export default {
|
|
_this.spinning = false
|
|
_this.spinning = false
|
|
_this.handleCommonCancel()
|
|
_this.handleCommonCancel()
|
|
_this.$emit('printOk')
|
|
_this.$emit('printOk')
|
|
- })
|
|
|
|
|
|
+ }, this.printNums)
|
|
},
|
|
},
|
|
getData (data, list) {
|
|
getData (data, list) {
|
|
console.log(data)
|
|
console.log(data)
|