|
@@ -54,7 +54,7 @@
|
|
|
</a-col>
|
|
|
</a-row>
|
|
|
<div class="container" :style="labelWidthProgress" id="print-container-batch">
|
|
|
- <table class="gridtable list" :style="labelContentWidthProgress" v-for="record in sbInfoList" :key="record.id">
|
|
|
+ <table class="gridtable list" :style="labelContentWidthProgress" :id="'printDiv' + record.id" v-for="record in sbInfoList" :key="record.id">
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td class="text-center">名称</td>
|
|
@@ -225,6 +225,7 @@ table.gridtable {
|
|
|
border-width: 1px;
|
|
|
border-color: #666666;
|
|
|
border-collapse: collapse;
|
|
|
+ page-break-after: always;
|
|
|
}
|
|
|
|
|
|
table.gridtable th {
|