|
@@ -255,7 +255,7 @@ export default {
|
|
allowEdit:response[i].allowEdit
|
|
allowEdit:response[i].allowEdit
|
|
})
|
|
})
|
|
}
|
|
}
|
|
- this.warehouseName = this.warehouseList[0].value
|
|
|
|
|
|
+ this.warehouseName = this.warehouseList[0].value
|
|
if (this.warehouseId) {
|
|
if (this.warehouseId) {
|
|
this.warehouseName = this.WAREHOUSE[2].payname
|
|
this.warehouseName = this.WAREHOUSE[2].payname
|
|
} else {
|
|
} else {
|
|
@@ -270,7 +270,7 @@ export default {
|
|
})
|
|
})
|
|
},
|
|
},
|
|
getList() {
|
|
getList() {
|
|
- getweighingList({
|
|
|
|
|
|
+ getweighingList({
|
|
compId: sessionStorage.getItem('ws-pf_compId'),
|
|
compId: sessionStorage.getItem('ws-pf_compId'),
|
|
currentPage: this.currentPage,
|
|
currentPage: this.currentPage,
|
|
pageSize: this.pageSize,
|
|
pageSize: this.pageSize,
|