diff --git a/src/views/main/BookingLedger/detail/modules/mailingInfo.vue b/src/views/main/BookingLedger/detail/modules/mailingInfo.vue index c145446..92a3155 100644 --- a/src/views/main/BookingLedger/detail/modules/mailingInfo.vue +++ b/src/views/main/BookingLedger/detail/modules/mailingInfo.vue @@ -122,7 +122,7 @@ @@ -1324,9 +1324,7 @@ export default { val += k } this.details[type] = val - if (type === 'shippername') { - document.getElementById('notifyparty-scroll').value = val - } + // console.log(type, this.details[type]) this.$forceUpdate() }, inputChange({ type, value }) {