|
@@ -5002,13 +5002,14 @@
|
|
<el-radio v-model="radio" :label="2" @change="radioChange">千克(KG)</el-radio>
|
|
<el-radio v-model="radio" :label="2" @change="radioChange">千克(KG)</el-radio>
|
|
<div id="print_area80" class="print-div">
|
|
<div id="print_area80" class="print-div">
|
|
<div
|
|
<div
|
|
- class="print-title"
|
|
|
|
- style="
|
|
|
|
- display: flex;
|
|
|
|
- justify-content: center;
|
|
|
|
- font-size: 24px;
|
|
|
|
- margin-bottom: 5px;
|
|
|
|
- "
|
|
|
|
|
|
+ class="print-title"
|
|
|
|
+ style="
|
|
|
|
+ width: 100%;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ font-size: 24px;
|
|
|
|
+ margin-bottom: 5px;
|
|
|
|
+ "
|
|
>
|
|
>
|
|
{{ fCompanyName? fCompanyName: company }}
|
|
{{ fCompanyName? fCompanyName: company }}
|
|
</div>
|
|
</div>
|
|
@@ -5018,6 +5019,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="print_table" style="display: flex">
|
|
<div class="print_table" style="display: flex">
|
|
<table border="0" cellspacing="0" cellpadding="0" style="width: 100%; line-height: 30px">
|
|
<table border="0" cellspacing="0" cellpadding="0" style="width: 100%; line-height: 30px">
|
|
|
|
+ <thead style="display: table-header-group;width: 100%;">
|
|
<tr>
|
|
<tr>
|
|
<td>品名</td>
|
|
<td>品名</td>
|
|
<td colspan="3">{{ form.goodName }}</td>
|
|
<td colspan="3">{{ form.goodName }}</td>
|
|
@@ -5037,6 +5039,7 @@
|
|
<td v-if="radio == 2">毛重(千克)</td>
|
|
<td v-if="radio == 2">毛重(千克)</td>
|
|
<td>备注</td>
|
|
<td>备注</td>
|
|
</tr>
|
|
</tr>
|
|
|
|
+ </thead>
|
|
<tr v-for="(item, index) in Printinglist" :key="index">
|
|
<tr v-for="(item, index) in Printinglist" :key="index">
|
|
<td>{{ item.fBsdate }}</td>
|
|
<td>{{ item.fBsdate }}</td>
|
|
<td>{{ item.fCntrno }}</td>
|
|
<td>{{ item.fCntrno }}</td>
|