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