mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 19:46:43 +08:00
GFRS-729【0326】国富人寿国富民安重大疾病保险(2020版)_1 被保人修改为被保险人 --提交人:阳华祥
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export default {
|
||||
//投、被保人年龄对险种的限制
|
||||
//投、被保险人年龄对险种的限制
|
||||
ageLimit(resultData, vm, isApplicant) {
|
||||
let age, tips
|
||||
if (isApplicant) {
|
||||
@@ -7,7 +7,7 @@ export default {
|
||||
tips = '投保人年龄不适合此款险种,请选择其他险种!'
|
||||
} else {
|
||||
age = this.getSaleInsuredPersonInfo().age
|
||||
tips = '被保人年龄不适合此款险种,请选择其他险种!'
|
||||
tips = '被保险人年龄不适合此款险种,请选择其他险种!'
|
||||
}
|
||||
let minAge = resultData.productTrialInfoDTO.ageRange && resultData.productTrialInfoDTO.ageRange.minAge
|
||||
let maxAge = resultData.productTrialInfoDTO.ageRange && resultData.productTrialInfoDTO.ageRange.maxAge;
|
||||
@@ -24,7 +24,7 @@ export default {
|
||||
let socialInsurance = resultData.productInsuredDTO.socialInsurance
|
||||
if (socialInsurance == 0) return false
|
||||
if (currentMedical != socialInsurance) {
|
||||
vm.$toast('被保人社保情况不适合此款险种,请选择其他险种!')
|
||||
vm.$toast('被保险人社保情况不适合此款险种,请选择其他险种!')
|
||||
return true
|
||||
}
|
||||
return false
|
||||
@@ -62,7 +62,7 @@ export default {
|
||||
}
|
||||
return false
|
||||
},
|
||||
//获取被保人信息
|
||||
//获取被保险人信息
|
||||
getSaleInsuredPersonInfo() {
|
||||
return localStorage.saleInsuredPersonInfo && JSON.parse(localStorage.saleInsuredPersonInfo)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user