From 25bce7c6330a40ce629b159aa1427082b2c2f292 Mon Sep 17 00:00:00 2001 From: lilu Date: Fri, 10 Mar 2023 12:00:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MultiTab/MultiTab.vue | 1 + .../detail/components/ediMore.vue | 2 +- .../detail/components/sedOrder.vue | 2 +- src/views/main/BookingLedger/detail/index.vue | 2 +- .../detail/modules/goodsTable.vue | 2 +- .../detail/modules/inputView.vue | 2 +- .../detail/modules/selectView.vue | 2 +- .../BookingLedger/detail/style/billInfo.less | 89 ++++++++++++------- .../BookingLedger/detail/style/ediMore.less | 18 ++-- .../BookingLedger/detail/style/index.less | 16 ++-- .../detail/style/mailingInfo.less | 11 ++- 11 files changed, 91 insertions(+), 56 deletions(-) diff --git a/src/components/MultiTab/MultiTab.vue b/src/components/MultiTab/MultiTab.vue index 0e7ace6..83fc2cf 100644 --- a/src/components/MultiTab/MultiTab.vue +++ b/src/components/MultiTab/MultiTab.vue @@ -25,6 +25,7 @@ export default { this.activeKey = val }) .$on('close', val => { + console.log('== 关闭按钮 ==', val) if (!val) { this.closeThat(this.activeKey) return diff --git a/src/views/main/BookingLedger/detail/components/ediMore.vue b/src/views/main/BookingLedger/detail/components/ediMore.vue index 410b25c..1d29c80 100644 --- a/src/views/main/BookingLedger/detail/components/ediMore.vue +++ b/src/views/main/BookingLedger/detail/components/ediMore.vue @@ -548,6 +548,6 @@ export default { display: none; } - diff --git a/src/views/main/BookingLedger/detail/components/sedOrder.vue b/src/views/main/BookingLedger/detail/components/sedOrder.vue index 4318df4..adc6859 100644 --- a/src/views/main/BookingLedger/detail/components/sedOrder.vue +++ b/src/views/main/BookingLedger/detail/components/sedOrder.vue @@ -554,7 +554,7 @@ export default { } } - diff --git a/src/views/main/BookingLedger/detail/index.vue b/src/views/main/BookingLedger/detail/index.vue index 5709670..24839a9 100644 --- a/src/views/main/BookingLedger/detail/index.vue +++ b/src/views/main/BookingLedger/detail/index.vue @@ -1229,6 +1229,6 @@ export default { } } - diff --git a/src/views/main/BookingLedger/detail/modules/goodsTable.vue b/src/views/main/BookingLedger/detail/modules/goodsTable.vue index 3f5fcd2..d6695ab 100644 --- a/src/views/main/BookingLedger/detail/modules/goodsTable.vue +++ b/src/views/main/BookingLedger/detail/modules/goodsTable.vue @@ -1682,7 +1682,7 @@ export default { } } -