打印问题
This commit is contained in:
parent
6539c548fb
commit
d3dcd43eae
@ -134,7 +134,7 @@
|
||||
<span>制单人:{{ formData.creatorName }}</span>
|
||||
<span>-客户联-</span>
|
||||
</div>
|
||||
<div class="divide_line" style="margin: 20px 0"></div>
|
||||
<div class="divide_line" style="margin: 5px 0"></div>
|
||||
<!-- 回单联 -->
|
||||
<table border="2" cellspacing="0" style="position: relative !important">
|
||||
<tbody>
|
||||
@ -263,7 +263,8 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div style="
|
||||
<div
|
||||
style="
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
@ -276,7 +277,7 @@
|
||||
|
||||
<!-- 附件 -->
|
||||
<div v-if="subTotalAmount > splitThreshold">
|
||||
<div class="divide_line1" style="margin-top: 40px"></div>
|
||||
<div class="divide_line1" style="margin-top: 50px"></div>
|
||||
<table border="2" cellspacing="0" style="height: 28cm">
|
||||
<tbody>
|
||||
<tr>
|
||||
@ -343,16 +344,17 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div style="
|
||||
<div
|
||||
style="
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 20px;
|
||||
">
|
||||
<span>制单人:{{ formData.creatorName }}</span>
|
||||
<span>-客户联-</span>
|
||||
</div>
|
||||
<div style="height: 1px; background-color: white; width: 100%;"></div>
|
||||
</div>
|
||||
|
||||
<!-- 附件需要判断 -->
|
||||
@ -424,16 +426,17 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div style="
|
||||
<div
|
||||
style="
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 20px;
|
||||
">
|
||||
<span>制单人:{{ formData.creatorName }}</span>
|
||||
<span>-回单联-</span>
|
||||
</div>
|
||||
<div style="height: 1px; background-color: white; width: 100%;"></div>
|
||||
</div>
|
||||
</div>
|
||||
<template #footer>
|
||||
|
Loading…
Reference in New Issue
Block a user