|
@@ -231,10 +231,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>
|
|
@@ -296,6 +294,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();
|
|
@@ -333,6 +332,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;
|
|
@@ -507,7 +507,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() {
|
|
@@ -604,6 +604,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;
|
|
@@ -616,6 +617,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;
|