From 7b05278952dd078f5783541f65484c2639d45995 Mon Sep 17 00:00:00 2001 From: lilu Date: Wed, 4 Jan 2023 11:23:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=85=E5=A1=AB=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../detail/components/ediMore.vue | 169 +++++++++++----- src/views/main/BookingLedger/detail/index.vue | 182 +++++++++++++++++- .../detail/modules/basicInfo.vue | 1 + .../BookingLedger/detail/modules/billInfo.vue | 153 ++++++++++----- .../detail/modules/cargoInfo.vue | 15 +- .../detail/modules/goodsTable.vue | 2 +- .../detail/modules/mailingInfo.vue | 24 ++- .../detail/modules/operationArea.vue | 2 +- .../detail/modules/remarksInfo.vue | 66 +++++-- 9 files changed, 481 insertions(+), 133 deletions(-) diff --git a/src/views/main/BookingLedger/detail/components/ediMore.vue b/src/views/main/BookingLedger/detail/components/ediMore.vue index 4e12ec7..f379693 100644 --- a/src/views/main/BookingLedger/detail/components/ediMore.vue +++ b/src/views/main/BookingLedger/detail/components/ediMore.vue @@ -1,253 +1,277 @@