需求:GFRS-623 国富人寿鑫管家终身寿险(万能型)

变更:详情页面保额显示调整
This commit is contained in:
ding.zhou
2020-02-25 16:55:43 +08:00
committed by 28CD73C051F645E8132835671423A23F
8 changed files with 19 additions and 32 deletions

View File

@@ -921,11 +921,11 @@ export default {
console.log('trialInfo == ', trialInfo)
//通用规则1交费方式为一次交情无交费期限
if (trialInfo['payIntv'] == '0') {
console.log(11111)
trialInfo['payEndYear'] = '1000'
trialInfo['payEndYearFlag'] = 'Y'
// 福宝宝和万能险传A
if (item.mainRiskCode != 'GFRS_M0006' && item.mainRiskCode != 'GFRS_M0003' && item.mainRiskCode != 'GFRS_M0013') {
if (item.mainRiskCode != 'GFRS_M0006' && item.mainRiskCode != 'GFRS_M0017'
&& item.mainRiskCode != 'GFRS_M0003' && item.mainRiskCode != 'GFRS_M0013') {
trialInfo['insuYearFlag'] = 'Y'
}
}
@@ -1151,7 +1151,9 @@ export default {
//万能型产品保费赋值给保额
//增加判断是否是从建议书跳转过来了的
if (localStorage.isFrom != 'proposal') {
if (this.trialList[index].productCode == 'GFRS_M0003' || this.trialList[index].productCode == 'GFRS_M0015') {
if (this.trialList[index].productCode == 'GFRS_M0003'
|| this.trialList[index].productCode == 'GFRS_M0015'
|| this.trialList[index].productCode == 'GFRS_M0017') {
riskItem['amt'] = this.trialList[index].prem
}
}