diff --git a/.eslintignore b/.eslintignore index fc0ba2c30..0d00134a8 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,5 @@ public dist node_modules +/node_modules +./node_modules diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index c293328a6..9184185aa 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -49,7 +49,7 @@ /> -
- 同投保人 + 同投保人
- 长期 + 长期
- + insuredInfo.age) { + return this.$toast('亲,请确认受益人与被保险人关系哦') + } + } //如果证件类型是身份证 if (this.userInfo.idType == '1') { //校验性别是否与身份证号码位相符 @@ -846,7 +844,7 @@ export default { flag: 'h5', extra: { url: location.origin + '/#/sale/beneficiary', - needRefresh:'1' + needRefresh: '1' }, routerInfo: { path: '/sale/beneficiary' @@ -1023,7 +1021,7 @@ export default { // this.isRequired = false // this.userInfo.effectiveDateType = true if (from) { - this.userInfo.effectiveDateType = true + this.userInfo.effectiveDateType = true } this.effectiveDateTypeAble = false } else { diff --git a/src/views/ebiz/sale/AttachmentManagement.vue b/src/views/ebiz/sale/AttachmentManagement.vue index 90adf60ab..1776bc11d 100644 --- a/src/views/ebiz/sale/AttachmentManagement.vue +++ b/src/views/ebiz/sale/AttachmentManagement.vue @@ -23,7 +23,7 @@
- 投保人附件 + 请点击+上传投保人身份证件
@@ -158,7 +158,7 @@
- 被保人附件 + 请点击+上传被保险人身份证件
diff --git a/src/views/ebiz/sale/InsuredPerson.vue b/src/views/ebiz/sale/InsuredPerson.vue index afce8aebd..a019b79ed 100644 --- a/src/views/ebiz/sale/InsuredPerson.vue +++ b/src/views/ebiz/sale/InsuredPerson.vue @@ -44,7 +44,7 @@ label="证件号码" name="证件号码" required - placeholder="请输入" + placeholder="手工录入或点击右侧证件扫描" clearable :readonly="isAppnt" v-validate="'required'" @@ -170,7 +170,7 @@ label="身高(cm)" name="身高" required - placeholder="请输入" + placeholder="请输入,单位cm" v-validate="'required|onlyNumber|stature'" clearable maxlength="5" @@ -182,7 +182,7 @@ label="体重(kg)" name="体重" required - placeholder="请输入" + placeholder="请输入,单位kg" v-validate="'required|onlyNumber'" clearable :readonly="isAppnt" @@ -265,7 +265,7 @@ v-model="userInfo.averageAnnualIncome" label="平均年收入(万元)" name="平均年收入" - placeholder="请输入" + placeholder="请输入,单位万元" required v-validate="'required|onlyNumber'" clearable @@ -275,7 +275,7 @@