From a150b945905b050470a28f38aa6bb80847be245c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=B3=E5=8D=8E=E7=A5=A5?= Date: Wed, 11 Mar 2020 09:59:32 +0800 Subject: [PATCH] =?UTF-8?q?GFRS-729=E3=80=900326=E3=80=91=E5=9B=BD?= =?UTF-8?q?=E5=AF=8C=E4=BA=BA=E5=AF=BF=E5=9B=BD=E5=AF=8C=E6=B0=91=E5=AE=89?= =?UTF-8?q?=E9=87=8D=E5=A4=A7=E7=96=BE=E7=97=85=E4=BF=9D=E9=99=A9=EF=BC=88?= =?UTF-8?q?2020=E7=89=88=EF=BC=89=20=E8=A2=AB=E4=BF=9D=E4=BA=BA=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E8=A2=AB=E4=BF=9D=E9=99=A9=E4=BA=BA=20--?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BA=BA=EF=BC=9A=E9=98=B3=E5=8D=8E=E7=A5=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/ebiz/proposal.js | 4 ++-- src/views/ebiz/agentEenter/js/methods.js | 8 ++++---- src/views/ebiz/proposal/InsuredPerson.vue | 16 ++++++++-------- src/views/ebiz/sale/AttachmentManagement.vue | 2 +- src/views/ebiz/sale/Detail.vue | 4 ++-- src/views/ebiz/sale/InsuredPerson.vue | 12 ++++++------ src/views/ebiz/sale/SignatureConfirmationOld.vue | 2 +- src/views/ebiz/sale/SignatureOfElectronic.vue | 4 ++-- 8 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/router/ebiz/proposal.js b/src/router/ebiz/proposal.js index 444331f1f..5377f7790 100644 --- a/src/router/ebiz/proposal.js +++ b/src/router/ebiz/proposal.js @@ -31,7 +31,7 @@ export default [ name: 'ChooseInsuredPerson', component: chooseInsuredPerson, meta: { - title: '选择被保人' + title: '选择被保险人' } }, { @@ -49,7 +49,7 @@ export default [ name: 'InsuredPerson', component: insuredPerson, meta: { - title: '被保人信息', + title: '被保险人信息', index: 1 } }, diff --git a/src/views/ebiz/agentEenter/js/methods.js b/src/views/ebiz/agentEenter/js/methods.js index a067b331b..442d5a74b 100644 --- a/src/views/ebiz/agentEenter/js/methods.js +++ b/src/views/ebiz/agentEenter/js/methods.js @@ -93,7 +93,7 @@ export function appCallBack(that, type) { title = '投保人信息' break case '2': - title = '被保人信息' + title = '被保险人信息' break case '3': title = '指定受益人信息' @@ -129,7 +129,7 @@ export function chooseOccupation(that, type) { title = '投保人信息' break case '2': - title = '被保人信息' + title = '被保险人信息' break case '3': title = '指定受益人信息' @@ -514,7 +514,7 @@ export function chooseCustomer(that, data, type) { title = '投保人信息' break case '2': - title = '被保人信息' + title = '被保险人信息' break case '3': title = '指定受益人信息' @@ -829,7 +829,7 @@ export function getIdentityInfo(that, data, type) { } that.isScan = false that.bankisScan = false - let title = type == '1' ? '投保人信息' : '被保人信息' + let title = type == '1' ? '投保人信息' : '被保险人信息' that.$jump({ flag: 'navigation', extra: { diff --git a/src/views/ebiz/proposal/InsuredPerson.vue b/src/views/ebiz/proposal/InsuredPerson.vue index 371cdf4f8..4cbd42e5d 100644 --- a/src/views/ebiz/proposal/InsuredPerson.vue +++ b/src/views/ebiz/proposal/InsuredPerson.vue @@ -9,7 +9,7 @@ @nameChange="nameChange" @on-choose="chooseCustomer" v-validate="'required'" - name="被保人" + name="被保险人" required :readonly="disabled" label="姓名" @@ -48,15 +48,15 @@ label="职业" name="职业" v-validate="'required'" - placeholder="被保人职业" + placeholder="被保险人职业" />
- +
- + 下一步 @@ -195,7 +195,7 @@ export default { this.$jump({ flag: 'navigation', extra: { - title: '被保人信息', + title: '被保险人信息', hiddenRight: '1' } }) @@ -209,7 +209,7 @@ export default { this.$jump({ flag: 'navigation', extra: { - title: '被保人信息', + title: '被保险人信息', hiddenRight: '1' } }) @@ -234,7 +234,7 @@ export default { let resultSex = checkSex(cacheSex, localSex, relation) let resultRelation = checkRelation(relation, this.insured.age) if (!resultSex) { - return Toast.fail('被保人性别有误') + return Toast.fail('被保险人性别有误') } if (!resultRelation) { return Toast.fail('0-7岁未成年人须由其父母投保') @@ -323,7 +323,7 @@ export default { this.$jump({ flag: 'navigation', extra: { - title: '被保人信息', + title: '被保险人信息', hiddenRight: '1' } }) diff --git a/src/views/ebiz/sale/AttachmentManagement.vue b/src/views/ebiz/sale/AttachmentManagement.vue index 90adf60ab..33c4eaa52 100644 --- a/src/views/ebiz/sale/AttachmentManagement.vue +++ b/src/views/ebiz/sale/AttachmentManagement.vue @@ -158,7 +158,7 @@
- 被保人附件 + 被保险人附件
diff --git a/src/views/ebiz/sale/Detail.vue b/src/views/ebiz/sale/Detail.vue index 024f41697..a337453ec 100644 --- a/src/views/ebiz/sale/Detail.vue +++ b/src/views/ebiz/sale/Detail.vue @@ -22,7 +22,7 @@
- + @@ -45,7 +45,7 @@
- + diff --git a/src/views/ebiz/sale/InsuredPerson.vue b/src/views/ebiz/sale/InsuredPerson.vue index 2d7abe2ac..36e826c9a 100644 --- a/src/views/ebiz/sale/InsuredPerson.vue +++ b/src/views/ebiz/sale/InsuredPerson.vue @@ -714,7 +714,7 @@ export default { this.$jump({ flag: 'navigation', extra: { - title: '被保人信息', + title: '被保险人信息', hiddenRight: '1' } }) @@ -1002,7 +1002,7 @@ export default { this.$jump({ flag: 'navigation', extra: { - title: '被保人信息', + title: '被保险人信息', hiddenRight: '1' } }) @@ -1022,7 +1022,7 @@ export default { this.$jump({ flag: 'navigation', extra: { - title: '被保人信息', + title: '被保险人信息', hiddenRight: '1' } }) @@ -1106,13 +1106,13 @@ export default { if (this.userInfo.relationToAppnt == '2') { //投保人或者被保人不是已婚 if (this.appntMarriage != '1' || this.userInfo.marriage != '1') { - return this.$toast('投被保人婚姻状况有误') + return this.$toast('投被保险人婚姻状况有误') } let insuredSex = this.userInfo.sex let appntSex = JSON.parse(localStorage.saleInsuredInfo).sex //投被保人性别相同 if (insuredSex == appntSex) { - return this.$toast('被保人性别有误') + return this.$toast('被保险人性别有误') } } @@ -1243,7 +1243,7 @@ export default { //如果是已婚 if ((this.userInfo.sex == '0' && age < 22) || (this.userInfo.sex == '1' && age < 20)) { if (this.userInfo.marriage != '2') { - return this.$toast('被保人不符合国家婚姻法定年龄') + return this.$toast('被保险人不符合国家婚姻法定年龄') } } // this.save() diff --git a/src/views/ebiz/sale/SignatureConfirmationOld.vue b/src/views/ebiz/sale/SignatureConfirmationOld.vue index 2c332886a..8646cf5a0 100644 --- a/src/views/ebiz/sale/SignatureConfirmationOld.vue +++ b/src/views/ebiz/sale/SignatureConfirmationOld.vue @@ -588,7 +588,7 @@ export default { share(code) { let shareName = '' if (code == '1') { - shareName = '被保人' + shareName = '被保险人' } else { shareName = '投保人' } diff --git a/src/views/ebiz/sale/SignatureOfElectronic.vue b/src/views/ebiz/sale/SignatureOfElectronic.vue index 769671df3..5a7f78405 100644 --- a/src/views/ebiz/sale/SignatureOfElectronic.vue +++ b/src/views/ebiz/sale/SignatureOfElectronic.vue @@ -65,7 +65,7 @@
- 被保人/监护人签名: + 被保险人/监护人签名:
{{ insuredSign.documentStatus == '2' ? '未签名' : '已签名' @@ -570,7 +570,7 @@ export default { this.toAirSign('1', '法定监护人', '10', '4') } else { // 不在微信被保人 - console.log('被保人签名') + console.log('被保险人签名') EWebBridge.webCallAppInJs('ca_sign', { //身份证号码 number: that.saleInsuredPersonInfo.idNo,