From b285abd3ae29a5e8601f2bb992332828c2b4f328 Mon Sep 17 00:00:00 2001
From: "li.yuetong"
Date: Fri, 25 Mar 2022 11:33:18 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E5=A2=9E=E7=94=B5=E5=AD=90?=
=?UTF-8?q?=E6=8A=95=E4=BF=9D=E5=8D=95=E6=A8=A1=E6=9D=BF=E5=92=8C=E8=B4=B5?=
=?UTF-8?q?=E5=B7=9E=E8=81=94=E7=B3=BB=E5=9C=B0=E5=9D=80=E7=9A=84=E9=9C=80?=
=?UTF-8?q?=E6=B1=82=E3=80=91=E6=8A=95=E4=BF=9D=E4=BA=BA=EF=BC=8C=E8=A2=AB?=
=?UTF-8?q?=E4=BF=9D=E4=BA=BA=EF=BC=8C=E8=BF=98=E6=9C=89=E5=86=8D=E6=AC=A1?=
=?UTF-8?q?=E6=8A=95=E4=BF=9D=EF=BC=8C=E5=AE=A2=E6=88=B7=E5=88=97=E8=A1=A8?=
=?UTF-8?q?=EF=BC=8C=E9=85=8D=E7=BD=AEareaValue?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/ebiz/customer/formBlock.vue | 7 +++++--
src/views/ebiz/insureAgain/InsureInformation.vue | 7 +++++--
src/views/ebiz/sale/InsuredInfo.vue | 7 +++++--
src/views/ebiz/sale/InsuredPerson.vue | 7 +++++--
4 files changed, 20 insertions(+), 8 deletions(-)
diff --git a/src/components/ebiz/customer/formBlock.vue b/src/components/ebiz/customer/formBlock.vue
index 7c2ca1c45..2c4c1224e 100644
--- a/src/components/ebiz/customer/formBlock.vue
+++ b/src/components/ebiz/customer/formBlock.vue
@@ -190,7 +190,7 @@
-
+
@@ -274,7 +274,8 @@ export default {
value: '1'
}
],
- manageComCode:''//代理人管理机构 52贵州 45广西
+ manageComCode:'',//代理人管理机构 52贵州 45广西
+ areaValue:'' //代理人管理机构--省级编号
}
},
watch: {
@@ -310,10 +311,12 @@ export default {
areaLists.province_list = {
520000: '贵州省'
}
+ this.areaValue = '520000'
}else{
areaLists.province_list = {
450000: '广西壮族自治区'
}
+ this.areaValue = '450000'
}
this.areaLists = areaLists
},
diff --git a/src/views/ebiz/insureAgain/InsureInformation.vue b/src/views/ebiz/insureAgain/InsureInformation.vue
index c2e9a592c..88e83b4e8 100644
--- a/src/views/ebiz/insureAgain/InsureInformation.vue
+++ b/src/views/ebiz/insureAgain/InsureInformation.vue
@@ -314,7 +314,7 @@
-
+
@@ -455,7 +455,8 @@ export default {
occupationShowPicker: false, //职业类别
occupationName: '',
occupationCode: '',
- manageComCode:''//代理人管理机构 52贵州 45广西
+ manageComCode:'',//代理人管理机构 52贵州 45广西
+ areaValue:'' //代理人管理机构--省级编号
}
},
created() {
@@ -474,10 +475,12 @@ export default {
areaLists.province_list = {
520000: '贵州省'
}
+ this.areaValue = '520000'
}else{
areaLists.province_list = {
450000: '广西壮族自治区'
}
+ this.areaValue = '450000'
}
this.areaLists = areaLists
},
diff --git a/src/views/ebiz/sale/InsuredInfo.vue b/src/views/ebiz/sale/InsuredInfo.vue
index 7b964254e..af3b81801 100644
--- a/src/views/ebiz/sale/InsuredInfo.vue
+++ b/src/views/ebiz/sale/InsuredInfo.vue
@@ -369,7 +369,7 @@
-->
-
+
@@ -604,7 +604,8 @@ export default {
idLimit: false, //证件起止日期是否只读
salePageFlag: '2',
userWorkcompanys:[],//单位数据
- manageComCode:''//代理人管理机构 52贵州 45广西
+ manageComCode:'',//代理人管理机构 52贵州 45广西
+ areaValue:'' //代理人管理机构--省级编号
}
},
created() {
@@ -769,10 +770,12 @@ export default {
areaLists.province_list = {
520000: '贵州省'
}
+ this.areaValue = '520000'
}else{
areaLists.province_list = {
450000: '广西壮族自治区'
}
+ this.areaValue = '450000'
}
this.areaLists = areaLists
},