mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-20 06:06:44 +08:00
Merge branch 'feature/GFRS-2301【需求】健康险渠道国富无忧卡金掌桂开发的需求' into dev
This commit is contained in:
@@ -276,7 +276,7 @@ export default {
|
|||||||
marriageStatus: '', //婚姻状况
|
marriageStatus: '', //婚姻状况
|
||||||
homeProvince: '', //家庭省
|
homeProvince: '', //家庭省
|
||||||
homeCity: '', //家庭市
|
homeCity: '', //家庭市
|
||||||
homeArea: '450100', //家庭区
|
homeArea: '450101', //家庭区
|
||||||
homeName: '', //联系地址
|
homeName: '', //联系地址
|
||||||
homeAddress: '', //详细地址
|
homeAddress: '', //详细地址
|
||||||
mobile: '', //移动电话
|
mobile: '', //移动电话
|
||||||
@@ -298,7 +298,7 @@ export default {
|
|||||||
marriageStatus: '', //婚姻状况
|
marriageStatus: '', //婚姻状况
|
||||||
homeProvince: '1', //家庭省
|
homeProvince: '1', //家庭省
|
||||||
homeCity: '', //家庭市
|
homeCity: '', //家庭市
|
||||||
homeArea: '450100', //家庭区
|
homeArea: '450101', //家庭区
|
||||||
homeName: '', //联系地址
|
homeName: '', //联系地址
|
||||||
homeAddress: '', //详细地址
|
homeAddress: '', //详细地址
|
||||||
mobile: '', //移动电话
|
mobile: '', //移动电话
|
||||||
@@ -316,7 +316,7 @@ export default {
|
|||||||
pdf: ['', '', ''],
|
pdf: ['', '', ''],
|
||||||
insureType: '',
|
insureType: '',
|
||||||
pickerIndex: 0,
|
pickerIndex: 0,
|
||||||
areaCode: '450100',
|
areaCode: '450101',
|
||||||
occupationCode: '',
|
occupationCode: '',
|
||||||
occupationName: '',
|
occupationName: '',
|
||||||
itemProductDTOS: JSON.parse(CacheUtils.getLocItem('itemProductDTOS')) //
|
itemProductDTOS: JSON.parse(CacheUtils.getLocItem('itemProductDTOS')) //
|
||||||
@@ -402,7 +402,7 @@ export default {
|
|||||||
areaSelect(insureType) {
|
areaSelect(insureType) {
|
||||||
;[this.homeShow, this.insureType] = [true, insureType]
|
;[this.homeShow, this.insureType] = [true, insureType]
|
||||||
if (insureType === '1') {
|
if (insureType === '1') {
|
||||||
this.areaCode = this.userInfo.homeArea
|
this.areaCode = this.userInfo.homeArea
|
||||||
} else if (insureType === '2') {
|
} else if (insureType === '2') {
|
||||||
this.areaCode = this.insuredInfo.homeArea
|
this.areaCode = this.insuredInfo.homeArea
|
||||||
}
|
}
|
||||||
@@ -1177,7 +1177,7 @@ export default {
|
|||||||
this.areaShow = false
|
this.areaShow = false
|
||||||
break
|
break
|
||||||
case '2': //家庭地址
|
case '2': //家庭地址
|
||||||
if (this.insureType === '1') {
|
if (this.insureType === '1') {
|
||||||
this.userInfo.homeName = getAreaName(area)
|
this.userInfo.homeName = getAreaName(area)
|
||||||
;[this.userInfo.homeProvince, this.userInfo.homeCity, this.userInfo.homeArea] = [area[0].code, area[1].code, area[2].code]
|
;[this.userInfo.homeProvince, this.userInfo.homeCity, this.userInfo.homeArea] = [area[0].code, area[1].code, area[2].code]
|
||||||
this.homeShow = false
|
this.homeShow = false
|
||||||
@@ -1273,7 +1273,7 @@ export default {
|
|||||||
marriageStatus: '', //婚姻状况
|
marriageStatus: '', //婚姻状况
|
||||||
homeProvince: '', //家庭省
|
homeProvince: '', //家庭省
|
||||||
homeCity: '', //家庭市
|
homeCity: '', //家庭市
|
||||||
homeArea: '450100', //家庭区
|
homeArea: '450101', //家庭区
|
||||||
homeName: '', //联系地址
|
homeName: '', //联系地址
|
||||||
homeAddress: '', //详细地址
|
homeAddress: '', //详细地址
|
||||||
mobile: '', //移动电话
|
mobile: '', //移动电话
|
||||||
|
|||||||
Reference in New Issue
Block a user