From 38ae6af6fceea98e64bdabc4a17be8707076ae23 Mon Sep 17 00:00:00 2001 From: lilu Date: Tue, 14 Mar 2023 10:40:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=97=E8=A1=A8=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E5=8C=BA=E9=97=B4=EF=BC=8C=E5=88=87=E6=8D=A2=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../detail/modules/basicInfo.vue | 2 +- .../detail/modules/goodsTable.vue | 2 +- .../detail/modules/mailingInfo.vue | 22 ++-- .../BookingLedger/list/modules/formLabel.vue | 104 ++++++++++++++---- 4 files changed, 99 insertions(+), 31 deletions(-) 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 @@
发货人
收货人 通知人