diff --git a/src/views/main/BookingLedger/detail/modules/basicInfo.vue b/src/views/main/BookingLedger/detail/modules/basicInfo.vue index c84dded..e62437d 100644 --- a/src/views/main/BookingLedger/detail/modules/basicInfo.vue +++ b/src/views/main/BookingLedger/detail/modules/basicInfo.vue @@ -164,7 +164,7 @@ :defaultVal="details.contractno" :dropdownStyle="{ width: '300px' }" searchApi="getContractno" - :searchQuery="{ queryItem: '', top: 50, lanecname: this.details.lineName,carrier: this.details.carrierid,pod: this.details.destinationid }" + :searchQuery="{ queryItem: '', top: 50, laneCName: this.details.lineName,carrier: this.details.carrierid,pod: this.details.destinationid }" :showLabel="['contractNo']" @select="getAutoViewRes" > @@ -215,7 +215,7 @@ :defaultVal="details.contractno" :dropdownStyle="{ width: '300px' }" searchApi="getContractno" - :searchQuery="{ queryItem: '', top: 50, lanecname: this.details.lineName,carrier: this.details.carrierid,pod: this.details.destinationid }" + :searchQuery="{ queryItem: '', top: 50, laneCName: this.details.lineName,carrier: this.details.carrierid,pod: this.details.destinationid }" :showLabel="['contractNo']" @select="getAutoViewRes" > diff --git a/src/views/main/BookingLedger/list/modules/importBcMore.vue b/src/views/main/BookingLedger/list/modules/importBcMore.vue index 15d13ce..89da997 100644 --- a/src/views/main/BookingLedger/list/modules/importBcMore.vue +++ b/src/views/main/BookingLedger/list/modules/importBcMore.vue @@ -1,7 +1,7 @@