From c459aa8566c84410b2fd660dea3e34409510873a Mon Sep 17 00:00:00 2001 From: sunzehua Date: Tue, 25 Jun 2024 16:54:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=8F=82=E6=95=B0=E5=AD=98?= =?UTF-8?q?=E6=A1=A3=E8=88=B9=E5=8F=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BookingLedger/detail/modules/preOrder.vue | 3 + src/views/main/CommondbPackage/index.vue | 15 ++- src/views/main/Customer/index.vue | 2 +- src/views/main/customerParam/addItemForm.vue | 80 ++++++++++++-- src/views/main/customerParam/editItemForm.vue | 102 ++++++++++++++---- 5 files changed, 167 insertions(+), 35 deletions(-) diff --git a/src/views/main/BookingLedger/detail/modules/preOrder.vue b/src/views/main/BookingLedger/detail/modules/preOrder.vue index 1a5bbf6..44adbce 100644 --- a/src/views/main/BookingLedger/detail/modules/preOrder.vue +++ b/src/views/main/BookingLedger/detail/modules/preOrder.vue @@ -2391,6 +2391,9 @@ export default { this.orderDetails[type] = res['ediCode'] || '' this.orderDetails[type.replace('id', '')] = res['enName'] || '' this.orderDetails.forwarder = '' + if(type==='portloadid'){ + console.log(res) + } } console.log('== 模糊搜索后的预定舱 ==', this.orderDetails) }, diff --git a/src/views/main/CommondbPackage/index.vue b/src/views/main/CommondbPackage/index.vue index 7407c27..f4dda9c 100644 --- a/src/views/main/CommondbPackage/index.vue +++ b/src/views/main/CommondbPackage/index.vue @@ -27,9 +27,9 @@ - {{ item.cnName - }}/ {{ item.enName}} - + {{ item.cnName + }}/ {{ item.enName }} + @@ -56,7 +56,14 @@ - +