|
|
|
@ -253,6 +253,11 @@
|
|
|
|
|
prop="count"
|
|
|
|
|
width="100"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="扫码数量"
|
|
|
|
|
prop="reCount"
|
|
|
|
|
width="100"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="价格"
|
|
|
|
|
prop="price"
|
|
|
|
@ -283,11 +288,7 @@
|
|
|
|
|
prop="certCode"
|
|
|
|
|
show-overflow-tooltip
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="扫码数量"
|
|
|
|
|
prop="reCount"
|
|
|
|
|
width="100"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
|
|
|
|
|
</el-table>
|
|
|
|
|
<pagination
|
|
|
|
|
v-show="productTotal>0"
|
|
|
|
@ -311,6 +312,7 @@
|
|
|
|
|
<el-table-column label="规格型号" width="150" prop="spec"></el-table-column>
|
|
|
|
|
<el-table-column label="批次号" width="100" prop="batchNo"></el-table-column>
|
|
|
|
|
<el-table-column label="数量" prop="count" width="100"></el-table-column>
|
|
|
|
|
<el-table-column label="扫码数量" prop="reCount" width="100"></el-table-column>
|
|
|
|
|
<el-table-column label="价格" prop="price" width="100"></el-table-column>
|
|
|
|
|
<el-table-column label="金额" prop="amount" width="100"></el-table-column>
|
|
|
|
|
<el-table-column label="生产日期" prop="productDate" width="100"></el-table-column>
|
|
|
|
@ -318,7 +320,7 @@
|
|
|
|
|
<el-table-column width="100" label="计量单位" prop="measname"></el-table-column>
|
|
|
|
|
<el-table-column label="生产企业" prop="manufacturer" width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="注册/备案号" width="160" prop="certCode" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="扫码数量" prop="reCount" width="100"></el-table-column>
|
|
|
|
|
|
|
|
|
|
</el-table>
|
|
|
|
|
<pagination
|
|
|
|
|
v-show="codeTotal>0"
|
|
|
|
|