|
|
@ -783,6 +783,7 @@ export default { |
|
|
|
//包件列表 |
|
|
|
//包件列表 |
|
|
|
handlePackage(page){ |
|
|
|
handlePackage(page){ |
|
|
|
let params={} |
|
|
|
let params={} |
|
|
|
|
|
|
|
console.log(11111,22222,">>>>>>>>>>>>>>>>>") |
|
|
|
params.deliveryId = this.orderdata.id |
|
|
|
params.deliveryId = this.orderdata.id |
|
|
|
getpackdetail(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { |
|
|
|
getpackdetail(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { |
|
|
|
console.log("查看>>>>>包间>>",res.data.data); |
|
|
|
console.log("查看>>>>>包间>>",res.data.data); |
|
|
@ -943,6 +944,8 @@ export default { |
|
|
|
this.getWrapdetails(this.wpage) |
|
|
|
this.getWrapdetails(this.wpage) |
|
|
|
}, |
|
|
|
}, |
|
|
|
onLoad() { |
|
|
|
onLoad() { |
|
|
|
|
|
|
|
console.log("初始化执行") |
|
|
|
|
|
|
|
console.log('this.$route.query :>> ', this.$route.query); |
|
|
|
//查询详情 |
|
|
|
//查询详情 |
|
|
|
const data = decodeURIComponent(this.$route.query.data); |
|
|
|
const data = decodeURIComponent(this.$route.query.data); |
|
|
|
this.orderdata = JSON.parse(data); |
|
|
|
this.orderdata = JSON.parse(data); |
|
|
@ -954,7 +957,7 @@ export default { |
|
|
|
const data = res.data.data |
|
|
|
const data = res.data.data |
|
|
|
this.wpage.total = data.total; |
|
|
|
this.wpage.total = data.total; |
|
|
|
this.packdata = data.records |
|
|
|
this.packdata = data.records |
|
|
|
|
|
|
|
this.data = this.packdata |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.loading = false; |
|
|
|
this.loading = false; |
|
|
|
} |
|
|
|
} |
|
|
|