|
@@ -246,10 +246,8 @@
|
|
<el-tab-pane label="仓库排队列表" name="third">
|
|
<el-tab-pane label="仓库排队列表" name="third">
|
|
<el-table
|
|
<el-table
|
|
:data="tableData3"
|
|
:data="tableData3"
|
|
- :span-method="objectSpanMethod"
|
|
|
|
border
|
|
border
|
|
style="width: 100%; margin-top: 20px"
|
|
style="width: 100%; margin-top: 20px"
|
|
- @selection-change="handleSelectionChange"
|
|
|
|
max-height="500px"
|
|
max-height="500px"
|
|
>
|
|
>
|
|
<el-table-column prop="warehouseName" label="仓库" fit></el-table-column>
|
|
<el-table-column prop="warehouseName" label="仓库" fit></el-table-column>
|
|
@@ -311,6 +309,7 @@ export default {
|
|
this.infomation();
|
|
this.infomation();
|
|
this.getSpellingArray();
|
|
this.getSpellingArray();
|
|
this.getNoSpellingArray();
|
|
this.getNoSpellingArray();
|
|
|
|
+ this.getStoreArray();
|
|
this.getSteelOrderNum();
|
|
this.getSteelOrderNum();
|
|
this.wantEnfactory();
|
|
this.wantEnfactory();
|
|
this.start();
|
|
this.start();
|
|
@@ -364,6 +363,7 @@ export default {
|
|
this.getSpellingArray();
|
|
this.getSpellingArray();
|
|
this.getNoSpellingArray();
|
|
this.getNoSpellingArray();
|
|
this.getSteelOrderNum();
|
|
this.getSteelOrderNum();
|
|
|
|
+ this.getStoreArray();
|
|
this.redDotNum = null;
|
|
this.redDotNum = null;
|
|
this.totalQueueNum = null;
|
|
this.totalQueueNum = null;
|
|
this.totalQueueNumFirst = null;
|
|
this.totalQueueNumFirst = null;
|
|
@@ -538,7 +538,7 @@ export default {
|
|
)
|
|
)
|
|
.then(res => {
|
|
.then(res => {
|
|
this.tableData3 = res.data.data;
|
|
this.tableData3 = res.data.data;
|
|
- console.log("getStoreArray "+this.tableData3);
|
|
|
|
|
|
+ console.log("getStoreArray "+JSON.stringify(this.tableData3));
|
|
});
|
|
});
|
|
},
|
|
},
|
|
onclick() {
|
|
onclick() {
|
|
@@ -635,6 +635,7 @@ export default {
|
|
this.$refs.mutiData.clearSelection();
|
|
this.$refs.mutiData.clearSelection();
|
|
this.getNoSpellingArray();
|
|
this.getNoSpellingArray();
|
|
this.getSpellingArray();
|
|
this.getSpellingArray();
|
|
|
|
+ this.getStoreArray();
|
|
this.redDotNum = null;
|
|
this.redDotNum = null;
|
|
this.totalQueueNum = null;
|
|
this.totalQueueNum = null;
|
|
this.totalQueueNumFirst = null;
|
|
this.totalQueueNumFirst = null;
|
|
@@ -647,6 +648,7 @@ export default {
|
|
this.$refs.mutiData.clearSelection();
|
|
this.$refs.mutiData.clearSelection();
|
|
this.getNoSpellingArray();
|
|
this.getNoSpellingArray();
|
|
this.getSpellingArray();
|
|
this.getSpellingArray();
|
|
|
|
+ this.getStoreArray();
|
|
this.redDotNum = null;
|
|
this.redDotNum = null;
|
|
this.totalQueueNum = null;
|
|
this.totalQueueNum = null;
|
|
this.totalQueueNumFirst = null;
|
|
this.totalQueueNumFirst = null;
|