【个险渠道-国富人寿嘉和保重大疾病保险】产品专写,有可选责任的产品需要配置一下

This commit is contained in:
liyuetong
2022-01-20 17:47:40 +08:00
parent 55cf9228d8
commit af5f5b098e
2 changed files with 9 additions and 3 deletions

View File

@@ -2160,6 +2160,11 @@ export default {
shortName: '年金险',
name: '国富人寿瑞利年金保险',
code: 'GFRS_M0055'
},
{
shortName: '重疾险',
name: '国富人寿嘉和保重大疾病保险',
code: 'GFRS_M0054'
}
],
// 职级

View File

@@ -2321,13 +2321,14 @@ export default {
//930折中方案责任险分档
riskItem['amt'] = this.trialList[index].amt
} else {
//国富人寿桂企保重大疾病保险产品专写
//国富人寿桂企保重大疾病保险产品专写,有可选责任的产品需要配置一下
if (
this.trialList[index].productCode == 'GFRS_M0024' ||
this.trialList[index].productCode == 'GFRS_M0040' ||
this.trialList[index].productCode == 'GFRS_M0044' ||
this.trialList[index].productCode == 'GFRS_M0046'||
this.trialList[index].productCode == 'GFRS_M0051'
this.trialList[index].productCode == 'GFRS_M0046' ||
this.trialList[index].productCode == 'GFRS_M0051' ||
this.trialList[index].productCode == 'GFRS_M0054'
) {
riskItem['dutyLst'] = this.trialInfos[index].duty
}