diff --git a/src/views/main/BookingLedger/detail/modules/basicInfo.vue b/src/views/main/BookingLedger/detail/modules/basicInfo.vue index 6ea9c22..9e103f9 100644 --- a/src/views/main/BookingLedger/detail/modules/basicInfo.vue +++ b/src/views/main/BookingLedger/detail/modules/basicInfo.vue @@ -953,7 +953,7 @@ export default { console.log('=== 获取到选择数据 ===', type, res) if (type === 'customername') { this.details.customername = res.shortName || '' - this.details.customerid = res.codeName || '' + this.details.customerid = res.id || '' if (res.op) { this.details.op = res.op this.details.opid = res.opid diff --git a/src/views/main/BookingLedger/detail/modules/goodsTable.vue b/src/views/main/BookingLedger/detail/modules/goodsTable.vue index d6695ab..e38e6ee 100644 --- a/src/views/main/BookingLedger/detail/modules/goodsTable.vue +++ b/src/views/main/BookingLedger/detail/modules/goodsTable.vue @@ -980,7 +980,7 @@ export default { immediate: true, handler(nD, oD) { this.id = this.$route.query.id - // this.init() + this.init() } }, totalKgs() { diff --git a/src/views/main/BookingLedger/detail/modules/mailingInfo.vue b/src/views/main/BookingLedger/detail/modules/mailingInfo.vue index d362477..2f75746 100644 --- a/src/views/main/BookingLedger/detail/modules/mailingInfo.vue +++ b/src/views/main/BookingLedger/detail/modules/mailingInfo.vue @@ -15,6 +15,7 @@
发货人
收货人 通知人