打印问题
This commit is contained in:
parent
d3dcd43eae
commit
ae9305a150
@ -278,7 +278,7 @@ style="
|
||||
<!-- 附件 -->
|
||||
<div v-if="subTotalAmount > splitThreshold">
|
||||
<div class="divide_line1" style="margin-top: 50px"></div>
|
||||
<table border="2" cellspacing="0" style="height: 28cm">
|
||||
<table border="2" cellspacing="0" style="height: 26cm">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="10">
|
||||
@ -359,8 +359,8 @@ style="
|
||||
|
||||
<!-- 附件需要判断 -->
|
||||
<div v-if="subTotalAmount > splitThreshold">
|
||||
<div class="divide_line1" style="margin-top: 40px"></div>
|
||||
<table border="2" cellspacing="0" id="table1" style="height: 28cm">
|
||||
<div class="divide_line1" style="margin-top: 90px"></div>
|
||||
<table border="2" cellspacing="0" id="table1" style="height: 26cm">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="10">
|
||||
|
Loading…
Reference in New Issue
Block a user