From adc79274a9eddc6178f165087eb51da2a0f7c9fe Mon Sep 17 00:00:00 2001 From: lilu Date: Thu, 8 Dec 2022 10:17:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/setFormModel/index.vue | 1 + src/views/main/BookingLedger/detail/index.vue | 238 +++++++++--------- .../detail/modules/basicInfo.vue | 1 + .../detail/modules/cargoInfo.vue | 2 +- .../detail/modules/goodsTable.vue | 41 +-- .../detail/modules/mailingInfo.vue | 2 + .../detail/modules/operationArea.vue | 20 +- .../detail/modules/rightContent.vue | 43 +++- src/views/main/BookingLedger/list/index.vue | 7 +- 9 files changed, 206 insertions(+), 149 deletions(-) diff --git a/src/components/setFormModel/index.vue b/src/components/setFormModel/index.vue index a857eb1..b7575b5 100644 --- a/src/components/setFormModel/index.vue +++ b/src/components/setFormModel/index.vue @@ -4,6 +4,7 @@ :width="900" :visible="visible" :confirmLoading="confirmLoading" + :maskClosable="false" @ok="handleSubmit" @cancel="handleCancel" > diff --git a/src/views/main/BookingLedger/detail/index.vue b/src/views/main/BookingLedger/detail/index.vue index b65b2c7..0f64740 100644 --- a/src/views/main/BookingLedger/detail/index.vue +++ b/src/views/main/BookingLedger/detail/index.vue @@ -10,7 +10,7 @@ -