mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 10:26:44 +08:00
【个险-国富人寿富贵年年终身寿险】建议书产品列表增加电投产品列表选择产品时会触发的校验规则
This commit is contained in:
@@ -51,7 +51,7 @@ export default {
|
|||||||
if(riskProductCode == 'GFRS_M0061'){
|
if(riskProductCode == 'GFRS_M0061'){
|
||||||
age = utilsAge.getAge29(this.getSaleInsuredPersonInfo().birthday, new Date())
|
age = utilsAge.getAge29(this.getSaleInsuredPersonInfo().birthday, new Date())
|
||||||
}else{
|
}else{
|
||||||
age = this.getSaleInsuredPersonInfo().age
|
age = utilsAge.getAgeByValue(this.getSaleInsuredPersonInfo().birthday, new Date())
|
||||||
}
|
}
|
||||||
tips = '被保险人年龄不适合此款险种,请选择其他险种!'
|
tips = '被保险人年龄不适合此款险种,请选择其他险种!'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user