From 8a51c42091047913e28ebd3b10661b440c49a0f4 Mon Sep 17 00:00:00 2001 From: proudlx <965752348@qq.com> Date: Thu, 22 Apr 2021 10:25:54 +0800 Subject: [PATCH 1/2] =?UTF-8?q?'=E5=8D=8F=E5=90=8C=E5=8D=95=E4=BD=8D'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/SearchField.vue | 9 +- src/views/ebiz/sale/InsuredInfo.vue | 171 ++++++++++++++++---------- src/views/ebiz/sale/InsuredPerson.vue | 153 ++++++++++++++--------- 3 files changed, 209 insertions(+), 124 deletions(-) diff --git a/src/components/common/SearchField.vue b/src/components/common/SearchField.vue index 127b8b1bc..54bfac43e 100644 --- a/src/components/common/SearchField.vue +++ b/src/components/common/SearchField.vue @@ -70,6 +70,7 @@ export default { const result = await getTreasureMenus(param) if (result.result === '0') { this.customerList = result.content + this.$emit('workcompanys',result.content) } else { this.$toast(result.resultMessage) } @@ -80,11 +81,11 @@ export default { }, onInputBlur() { this.showCustomer = false - if (this.isAsync) { - this.$emit('input', '') - } else { + // if (this.isAsync) { + // this.$emit('input', '') + // } else { this.$emit('input', this.value) - } + // } }, onInputFocus() { this.showCustomer = true diff --git a/src/views/ebiz/sale/InsuredInfo.vue b/src/views/ebiz/sale/InsuredInfo.vue index 4e3cd96c8..76592f758 100644 --- a/src/views/ebiz/sale/InsuredInfo.vue +++ b/src/views/ebiz/sale/InsuredInfo.vue @@ -122,7 +122,7 @@ placeholder="请输入" v-validate="'required|mobileLength11|mobileStartWith1|mobile'" maxlength="11" - /> + /> --> -

工作信息

+

工作信息

- + - + -

工作信息

+

工作信息

- + + -

- 地址信息 -

+

地址信息