From 4c8c6211541297cd83c12e7e3a5a5e77af088e8f Mon Sep 17 00:00:00 2001 From: lilu Date: Tue, 4 Apr 2023 16:31:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9edi=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=80=BC=EF=BC=8C=20=E5=85=AC=E5=8F=B8=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=80=BC=EF=BC=88=E8=B0=83=E7=94=A8=E5=B7=B2=E5=B1=8F=E8=94=BD?= =?UTF-8?q?=EF=BC=89=EF=BC=8C=E5=A4=AA=E5=B9=B3=E8=BF=90=E8=B4=B9=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE=E5=8F=B7=E6=8D=A2=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../detail/components/autoView.vue | 200 ++++++++++++++++++ .../detail/components/selectView.vue | 2 +- src/views/main/BookingLedger/detail/index.vue | 115 ++++++++-- .../detail/modules/basicInfo.vue | 30 ++- .../BookingLedger/detail/modules/sedOrder.vue | 78 ++++--- src/views/main/BookingLedger/list/index.vue | 18 +- 6 files changed, 377 insertions(+), 66 deletions(-) create mode 100644 src/views/main/BookingLedger/detail/components/autoView.vue diff --git a/src/views/main/BookingLedger/detail/components/autoView.vue b/src/views/main/BookingLedger/detail/components/autoView.vue new file mode 100644 index 0000000..c787b83 --- /dev/null +++ b/src/views/main/BookingLedger/detail/components/autoView.vue @@ -0,0 +1,200 @@ + + + diff --git a/src/views/main/BookingLedger/detail/components/selectView.vue b/src/views/main/BookingLedger/detail/components/selectView.vue index 64d02e8..9695a85 100644 --- a/src/views/main/BookingLedger/detail/components/selectView.vue +++ b/src/views/main/BookingLedger/detail/components/selectView.vue @@ -14,13 +14,13 @@ :open="open" optionLabelProp="label" :notFoundContent="inLoading ? '加载中...' : '暂无数据'" - v-clickDown="{ clickFun: () => {} , dblclickFun: this.dblclickFun }" @focus="getSelectFirst" @blur="getSelectBlur" @select="selectOption" @change="(value,option)=> debounce(this.handleChange, 200, option)" @search="debounce(handleSearch, 300, $event)" > +