From 9b2fcbe42a4d13c968780884a3e9008b773fa5af Mon Sep 17 00:00:00 2001 From: dwq <15731277156@163.com> Date: Thu, 12 Aug 2021 10:10:21 +0800 Subject: [PATCH 01/12] =?UTF-8?q?=E3=80=90=E9=94=80=E7=AE=A1=E4=BA=8C?= =?UTF-8?q?=E6=AC=A1=E4=BC=98=E5=8C=96=E9=9C=80=E6=B1=82=E3=80=91=20?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=8F=8D=E9=A6=88=E4=B8=89=E6=9D=A1=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ebiz/agentEenter/AgentEenterBasicFamily.vue | 15 +++++++++++++++ .../ebiz/agentEenter/AgentEenterBasicInfor.vue | 2 +- src/views/ebiz/agentEenter/approve/BasicInfo.vue | 2 ++ .../ebiz/agentEenter/approve/RecordDetail.vue | 4 +++- 4 files changed, 21 insertions(+), 2 deletions(-) diff --git a/src/views/ebiz/agentEenter/AgentEenterBasicFamily.vue b/src/views/ebiz/agentEenter/AgentEenterBasicFamily.vue index ad7f20b9f..4d0ac324e 100644 --- a/src/views/ebiz/agentEenter/AgentEenterBasicFamily.vue +++ b/src/views/ebiz/agentEenter/AgentEenterBasicFamily.vue @@ -61,6 +61,7 @@ :required='!!item.requiredType' :disabled='!item.requiredType' maxlength='18' + @blur="getRelatedData(item, '1')" /> +

家属信息

+ @@ -72,6 +73,7 @@ +
diff --git a/src/views/ebiz/agentEenter/approve/RecordDetail.vue b/src/views/ebiz/agentEenter/approve/RecordDetail.vue index e25d69d76..40196f8d0 100644 --- a/src/views/ebiz/agentEenter/approve/RecordDetail.vue +++ b/src/views/ebiz/agentEenter/approve/RecordDetail.vue @@ -65,7 +65,8 @@

家属信息

- + + @@ -73,6 +74,7 @@ +

审批信息

From 6499de7d198fd3fb91dc1708c59d4f3b4039a30a Mon Sep 17 00:00:00 2001 From: "bai.jinyan" Date: Thu, 12 Aug 2021 14:08:12 +0800 Subject: [PATCH 02/12] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=8E=92=E5=90=8D?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E5=88=97=E5=AE=BD=E8=B0=83=E6=95=B4--?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BA=BA=EF=BC=9A=E7=99=BD=E9=87=91=E5=B2=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/product/HomeProduct.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/product/HomeProduct.vue b/src/views/ebiz/product/HomeProduct.vue index 56d824fa0..a13ea83f9 100644 --- a/src/views/ebiz/product/HomeProduct.vue +++ b/src/views/ebiz/product/HomeProduct.vue @@ -62,7 +62,7 @@
- +
From 45043f9f68fef6c04396c0d1f758b0dbff50f675 Mon Sep 17 00:00:00 2001 From: "li.jieyu@ebiz-digits.com" Date: Thu, 12 Aug 2021 15:53:45 +0800 Subject: [PATCH 03/12] =?UTF-8?q?=E8=BA=AB=E4=BB=BD=E8=AF=81OCR=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C=E4=B9=8B=E5=89=8D=E7=AB=AF=E6=A0=A1=E9=AA=8C=E8=BA=AB?= =?UTF-8?q?=E4=BB=BD=E8=AF=81=E6=9C=89=E6=95=88=E6=9C=9F=20=20--=E6=9D=8E?= =?UTF-8?q?=E5=A9=95=E7=85=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/AttachmentManagement.vue | 52 ++++++++++++++------ 1 file changed, 36 insertions(+), 16 deletions(-) diff --git a/src/views/ebiz/sale/AttachmentManagement.vue b/src/views/ebiz/sale/AttachmentManagement.vue index 2fe4274b5..1f1503b88 100644 --- a/src/views/ebiz/sale/AttachmentManagement.vue +++ b/src/views/ebiz/sale/AttachmentManagement.vue @@ -1244,14 +1244,24 @@ export default { isFlag = false; } } - // else if('appentBack' == flag){ - // //投保人身份证反面 - // //"ValidDate": "2010.07.21-2020.07.21" - // res.content.validDate = res.content.validDate.split('-')[1].replace(/\./g,'-') - // if(this.saleInsuredInfo.certiexpiredate != res.content.validDate){ - // isFlag = false; - // } - // } + else if('appentBack' == flag){ + //投保人身份证反面 + //"ValidDate": "2010.07.21-2020.07.21" + //"ValidDate": "2010.07.21-长期" + let certiexpireDate = res.content.validDate.split('-')[1] + if('长期' == certiexpireDate){ + res.content.validDate = '9999-01-01' + if(this.saleInsuredInfo.certiexpiredate != res.content.validDate){ + isFlag = false; + } + }else{ + res.content.validDate = res.content.validDate.split('-')[1].replace(/\./g,'-') + if(this.saleInsuredInfo.certiexpiredate != res.content.validDate){ + isFlag = false; + } + } + + } else if('insuredFront' == flag){ this.saleInsuredPersonInfo.sex = this.saleInsuredPersonInfo.sex == '0'? '男' :'女' res.content.birth = utils.formatDate(Date.parse(res.content.birth), 'yyyy-MM-dd') @@ -1264,14 +1274,24 @@ export default { isFlag = false; } } - // else if('insuredBack' == flag){ - // //被保人身份证反面 - // //"ValidDate": "2010.07.21-2020.07.21" - // res.content.validDate = res.content.validDate.split('-')[1].replace(/\./g,'-') - // if(this.saleInsuredInfo.certiexpiredate != res.content.validDate){ - // isFlag = false; - // } - // } + else if('insuredBack' == flag){ + //被保人身份证反面 + //"ValidDate": "2010.07.21-2020.07.21" + //"ValidDate": "2010.07.21-长期" + let certiexpireDate = res.content.validDate.split('-')[1] + console.log("res.content.validDate", res.content.validDate) + if('长期' == certiexpireDate){ + res.content.validDate = '9999-01-01' + if(this.saleInsuredInfo.certiexpiredate != res.content.validDate){ + isFlag = false; + } + }else{ + res.content.validDate = res.content.validDate.split('-')[1].replace(/\./g,'-') + if(this.saleInsuredInfo.certiexpiredate != res.content.validDate){ + isFlag = false; + } + } + } if(!isFlag){ this.$toast.clear() this.$toast("上传的证件信息与录入的证件信息不一致,请核对修改并重新上传。") From 6276c11a847f691e181432a0b79fdf70b521be6b Mon Sep 17 00:00:00 2001 From: dwq <15731277156@163.com> Date: Thu, 12 Aug 2021 16:08:56 +0800 Subject: [PATCH 04/12] =?UTF-8?q?=E3=80=90=E5=AE=9A=E5=88=B6=E5=AD=A6?= =?UTF-8?q?=E5=B9=B3=E9=99=A9=E5=8D=A1=E5=8D=95=E4=BA=A7=E5=93=81=E3=80=91?= =?UTF-8?q?=20=E5=B9=BC=E5=84=BF=E5=9B=AD=E5=B9=B4=E9=BE=84=E6=9C=80?= =?UTF-8?q?=E5=B0=8F=E9=99=90=E5=88=B6=E5=88=B02?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/cardList/information.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/ebiz/cardList/information.vue b/src/views/ebiz/cardList/information.vue index ad2d40f2f..44dace581 100644 --- a/src/views/ebiz/cardList/information.vue +++ b/src/views/ebiz/cardList/information.vue @@ -1274,7 +1274,7 @@ export default { this.userInfo.homeAddress = data.homeAddress //家庭详细地址 this.userInfo.occupationCode = data.occupationCode this.userInfo.occupationName = data.occupationName - + this.userInfo.lifeGrade = data.lifeGrade this.userInfo.healthGrade = data.healthGrade this.userInfo.averageAnnualIncome = this.itemProductDTOS.productCode== 'GFRS_M0032'?data.averageYearlyIncome:'0' //平均年收入 @@ -1589,7 +1589,7 @@ export default { let insuredInfoAge = utilsAge.getAge(this.insuredInfo.birthday, new Date()) if (this.itemProductDTOS.productCode === 'GFRS_M0049') { //幼儿园:3岁≤被保险人≤7岁 - if(insuredInfoAge<3||insuredInfoAge>7){ + if(insuredInfoAge<2||insuredInfoAge>7){ return this.$toast('被保险人年龄应为3岁-7岁,请重新选择。') } }else if (this.itemProductDTOS.productCode === 'GFRS_M0048') { @@ -1954,7 +1954,7 @@ export default { }
{{ thead }}