diff --git a/src/views/main/BookingLedger/detail/modules/billInfo.vue b/src/views/main/BookingLedger/detail/modules/billInfo.vue index 0ec72fc..2d71c4c 100644 --- a/src/views/main/BookingLedger/detail/modules/billInfo.vue +++ b/src/views/main/BookingLedger/detail/modules/billInfo.vue @@ -443,10 +443,8 @@ export default { if (['issuetype', 'blfrt'].includes(type)) { this.details[type] = res.enName || '' if (type === 'blfrt') { - // portloadid this.details.prepardat = this.details.prepardat ? this.details.prepardat : this.details.portload || '' this.details.placereceiptid = this.details.placereceiptid ? this.details.placereceiptid : this.details.portloadid || '' - // portdischargeid this.details.payableat = this.details.payableat ? this.details.payableat : this.details.portdischarge || '' this.details.payableatid = this.details.payableatid ? this.details.payableatid : this.details.portdischargeid || '' } diff --git a/src/views/main/BookingLedger/list/index.vue b/src/views/main/BookingLedger/list/index.vue index 62b4820..e4354d0 100644 --- a/src/views/main/BookingLedger/list/index.vue +++ b/src/views/main/BookingLedger/list/index.vue @@ -106,7 +106,7 @@ -