diff --git a/src/views/main/BookingLedger/detail/components/autoView.vue b/src/views/main/BookingLedger/detail/components/autoView.vue index 72d2fbd..acb4d5a 100644 --- a/src/views/main/BookingLedger/detail/components/autoView.vue +++ b/src/views/main/BookingLedger/detail/components/autoView.vue @@ -105,6 +105,7 @@ export default { defaultVal(nval, oval) { if (this.inEdit) { return false } this.value = nval + console.log('== 修改内容auto ==', nval) } }, mounted() { @@ -165,6 +166,10 @@ export default { this.inEdit = false }, 800) console.log('== handleChange ==', e) + this.$emit('selectInput', { + type: this.type, + res: e || '' + }) if (e) { Object.keys(this.searchQuery).map((item, index) => { if (['Title', 'KeyWord', 'SearchValue', 'name', 'keyword', 'queryItem'].includes(item)) { diff --git a/src/views/main/BookingLedger/detail/modules/preOrder.vue b/src/views/main/BookingLedger/detail/modules/preOrder.vue index 35bf18d..4c2e955 100644 --- a/src/views/main/BookingLedger/detail/modules/preOrder.vue +++ b/src/views/main/BookingLedger/detail/modules/preOrder.vue @@ -109,6 +109,7 @@ }" :showLabel="['vessel']" @select="getAutoViewRes" + @selectInput="getAutoViewResInput" >