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 @@ - +