From d24ad377c8a6511fdc8845469e9a7d658227a011 Mon Sep 17 00:00:00 2001 From: lilu Date: Tue, 25 Apr 2023 15:35:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BookingLedger/detail/components/autoView.vue | 5 +++++ .../main/BookingLedger/detail/modules/preOrder.vue | 14 ++++++++++++++ 2 files changed, 19 insertions(+) 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" >