From b60c09970429a61c5b8e1d13ee9760d702729d10 Mon Sep 17 00:00:00 2001 From: lilu Date: Mon, 10 Apr 2023 15:40:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E9=A2=84=E4=BB=98=E5=92=8C?= =?UTF-8?q?=E5=88=B0=E4=BB=98=E5=9C=B0=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/main/BookingLedger/detail/modules/billInfo.vue | 2 +- src/views/main/BookingLedger/detail/modules/mailingInfo.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/main/BookingLedger/detail/modules/billInfo.vue b/src/views/main/BookingLedger/detail/modules/billInfo.vue index e3caeb1..70ed321 100644 --- a/src/views/main/BookingLedger/detail/modules/billInfo.vue +++ b/src/views/main/BookingLedger/detail/modules/billInfo.vue @@ -450,7 +450,7 @@ export default { } else { // 预付 prepardat this.details.prepardat = this.details.prepardat ? this.details.prepardat : this.details.portload || '' - this.details.placereceiptid = this.details.placereceiptid ? this.details.placereceiptid : this.details.portloadid || '' + this.details.prepardatid = this.details.prepardatid ? this.details.prepardatid : this.details.portloadid || '' } } } else if (['issueplace', 'prepardat', 'payableat'].includes(type)) { diff --git a/src/views/main/BookingLedger/detail/modules/mailingInfo.vue b/src/views/main/BookingLedger/detail/modules/mailingInfo.vue index 35f0433..833d8e5 100644 --- a/src/views/main/BookingLedger/detail/modules/mailingInfo.vue +++ b/src/views/main/BookingLedger/detail/modules/mailingInfo.vue @@ -1433,12 +1433,12 @@ export default { if (type === 'portloadid') { // 装货港 this.details.issueplace = res['enName'] || '' this.details.issueplaceid = res['ediCode'] || '' - this.details.prepardat = this.details.prepardat ? this.details.prepardat : res['enName'] || '' + // this.details.prepardat = this.details.prepardat ? this.details.prepardat : res['enName'] || '' this.details.placereceiptid = this.details.placereceiptid ? this.details.placereceiptid : res['ediCode'] || '' this.details.placereceipt = this.details.placereceipt ? this.details.placereceipt : res['enName'] || '' } else if (type === 'portdischargeid') { // 卸货港 - this.details.payableat = this.details.payableat ? this.details.payableat : res['enName'] || '' - this.details.payableatid = this.details.payableatid ? this.details.payableatid : res['ediCode'] || '' + // this.details.payableat = this.details.payableat ? this.details.payableat : res['enName'] || '' + // this.details.payableatid = this.details.payableatid ? this.details.payableatid : res['ediCode'] || '' } else if (type === 'placereceiptid') { this.details.portloadid = this.details.portloadid ? this.details.portloadid : res['ediCode'] || '' this.details.portload = this.details.portload ? this.details.portload : res['enName'] || ''