From 7a4de61cca5ccddc674703dbb2eae7ef048d509e Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Wed, 28 Feb 2024 09:20:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=AE=A2=E5=8A=9F=E8=83=BD=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/GBC/InsuredInfo.vue | 80 +++++------------------------------ 1 file changed, 11 insertions(+), 69 deletions(-) diff --git a/src/views/GBC/InsuredInfo.vue b/src/views/GBC/InsuredInfo.vue index 890b3a36f..6ddb6a742 100644 --- a/src/views/GBC/InsuredInfo.vue +++ b/src/views/GBC/InsuredInfo.vue @@ -284,16 +284,16 @@ />
- 总保费:0 - 提交 + + 总保费:0 元 + + + 提交 +
- - { @@ -803,9 +800,6 @@ case '2': this.columns = DataDictionary.insuredIdType break - // case '3': - // this.columns = DataDictionary.degree - // break case '4': this.columns = [ { id: 0, text: '有' }, @@ -815,12 +809,6 @@ case '5': this.columns = DataDictionary.taxIdentity break - // case '6': - // this.columns = DataDictionary.marriage - // break - // case '7': - // this.columns = DataDictionary.workCondition - // break case '8': this.columns = DataDictionary.salarySource break @@ -846,37 +834,6 @@ this.columns = this.departmentList break } - - // if (pickerType == '1') { - // this.columns = DataDictionary.nativeplace - // } else if (pickerType == '2') { - // this.columns = DataDictionary.insuredIdType - // } else if (pickerType == '3') { - // this.columns = DataDictionary.degree - // } else if (pickerType == '4') { - // this.columns = [ - // { id: 0, text: '有' }, - // { id: 1, text: '无' } - // ] - // } else if (pickerType == '5') { - // this.columns = DataDictionary.taxIdentity - // } else if (pickerType == '6') { - // this.columns = DataDictionary.marriage - // } else if (pickerType == '7') { - // this.columns = DataDictionary.workCondition - // } else if (pickerType == '8') { - // this.columns = DataDictionary.salarySource - // } else if (pickerType == '9') { - // this.productCodes.length = 0 - // this.productCodes.push('GFRS_M0024') - // getCompany({ productCodes: this.productCodes }).then(res => { - // if (res.result == 0) { - // this.columns = res.content - // } else { - // this.$toast(res.resultMessage) - // } - // }) - // } }, //确认选择字段 onConfirm(value) { @@ -1061,17 +1018,6 @@ this.userInfo.homeAddress = data.homeAddress //家庭详细地址 this.userInfo.isNewPeopleFlag = data.isNewPeopleFlag //新市民身份 this.userInfo.npType = data.npType //新市民类型 - // this.userInfo.homeZip = data.homeZip //家庭邮编 - // this.userInfo.homePhone = data.homePhone //家庭电话 - // this.userInfo.householdProvince = data.province //户籍省 - // this.userInfo.householdCity = data.city //户籍市 - this.isElecCont = data.isElecCont //保单形式 - // if (data.province.length) { - // this.census = getAreaName([{ code: data.province }, { code: data.city }]) //户籍 - // } - // if (data.companyProvince.length) { - // this.areaName = getAreaName([{ code: data.companyProvince }, { code: data.companyCity }, { code: data.companyArea }]) //单位地址 - // } if (data.homeProvince.length) { this.homeName = getAreaName([{ code: data.homeProvince }, { code: data.homeCity }, { code: data.homeArea }]) //联系地址 } @@ -1330,17 +1276,13 @@ async save() { let params = { - orderType: 'APPNT_ORDER', - orderDTO: { - orderInfoDTO: { - orderNo: this.$route.query.orderNo, - isElecCont: this.isElecCont - }, - appntDTO: {} - } + appntDTO: this.userInfo, + riskDTO:{ + riskName: this.userInfo.riskName, + riskProductCode: this.userInfo.riskProductCode + }, } this.thismystr = '' - params.orderDTO.appntDTO = this.userInfo if(this.branchType == '13'){ params.orderDTO.ebizOrderGbcRelDTO = { projectCode: this.projectDTO.projectCode,