|
|
|
@ -210,9 +210,22 @@
|
|
|
|
|
onLoad(page, params = {}) { |
|
|
|
|
this.loading = true; |
|
|
|
|
const { |
|
|
|
|
nodeInfo, |
|
|
|
|
enableStatus, |
|
|
|
|
allocationStatus, |
|
|
|
|
} = this.query; |
|
|
|
|
let values = { |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
let values = { |
|
|
|
|
|
|
|
|
|
enableStatus:enableStatus, |
|
|
|
|
allocationStatus:allocationStatus |
|
|
|
|
}; |
|
|
|
|
if (!!this.query.nodeInfo){ |
|
|
|
|
values.warehouseId=nodeInfo[0]; |
|
|
|
|
values.goodsAreaId=nodeInfo[1]; |
|
|
|
|
values.goodsShelfId=nodeInfo[2]; |
|
|
|
|
} |
|
|
|
|
console.log(">>>>>>>",values); |
|
|
|
|
getList(page.currentPage, page.pageSize, values).then(res => { |
|
|
|
|
const data = res.data.data; |
|
|
|
|
this.page.total = data.total; |
|
|
|
|