|
@@ -105,7 +105,6 @@
|
|
|
<!-- >导出</el-button>-->
|
|
|
<!-- </el-col>-->
|
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
|
|
- </el-row>
|
|
|
|
|
|
<el-table v-loading="loading" :data="barcodesList" @selection-change="handleSelectionChange">
|
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
@@ -134,7 +133,7 @@
|
|
|
<!-- </template>-->
|
|
|
<!-- </el-table-column>-->
|
|
|
</el-table>
|
|
|
-
|
|
|
+
|
|
|
<pagination
|
|
|
v-show="total>0"
|
|
|
:total="total"
|
|
@@ -209,7 +208,6 @@ export default {
|
|
|
lotnum: null,
|
|
|
qty: null,
|
|
|
lotatt02: null,
|
|
|
- stockId: null,
|
|
|
type: null,
|
|
|
erpNo: null,
|
|
|
erpName: null,
|