mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 06:16:44 +08:00
国富人寿民惠百万医疗保险(2021版)GFRS_M0043+(GFRS_A0008)组合投保的限制条件附加医疗保额只能选0.5/1万 --李婕煜
This commit is contained in:
committed by
bai.jinyan
parent
05440707cf
commit
564a667d09
@@ -2093,6 +2093,11 @@ export default {
|
|||||||
shortName: '医疗险',
|
shortName: '医疗险',
|
||||||
name: '国富人寿国富民惠医疗保险(2021版)',
|
name: '国富人寿国富民惠医疗保险(2021版)',
|
||||||
code: 'GFRS_M0042'
|
code: 'GFRS_M0042'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
shortName: '医疗险',
|
||||||
|
name: '国富人寿民惠百万医疗保险(2021版)',
|
||||||
|
code: 'GFRS_M0043'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
// 职级
|
// 职级
|
||||||
|
|||||||
@@ -351,6 +351,7 @@ const dutyGFRS_A0008Rules = {
|
|||||||
mainRisk: 'GFRS_M0005',
|
mainRisk: 'GFRS_M0005',
|
||||||
otmainRisk: 'GFRS_M0031',
|
otmainRisk: 'GFRS_M0031',
|
||||||
mainRisk2: 'GFRS_M0042',
|
mainRisk2: 'GFRS_M0042',
|
||||||
|
otmainRisk2: 'GFRS_M0043',
|
||||||
msg: '住院医疗提示:金额只能是0.5、1、1.5、2',
|
msg: '住院医疗提示:金额只能是0.5、1、1.5、2',
|
||||||
msg_1: '附加到国富人寿国富民惠医疗保险(2020版)最高基本保额不超过1万元。',
|
msg_1: '附加到国富人寿国富民惠医疗保险(2020版)最高基本保额不超过1万元。',
|
||||||
msg_2: '住院医疗提示:金额只能是0.5、1'
|
msg_2: '住院医疗提示:金额只能是0.5、1'
|
||||||
@@ -500,7 +501,7 @@ export default {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
if (this.mainRiskCode == 'GFRS_M0031' || this.mainRiskCode == 'GFRS_M0005' ||
|
if (this.mainRiskCode == 'GFRS_M0031' || this.mainRiskCode == 'GFRS_M0005' ||
|
||||||
this.mainRiskCode == 'GFRS_M0042') {
|
this.mainRiskCode == 'GFRS_M0042' || this.mainRiskCode == 'GFRS_M0043') {
|
||||||
this.chooseProducts.map(item => {
|
this.chooseProducts.map(item => {
|
||||||
if (item.productCode == 'GFRS_A0008') {
|
if (item.productCode == 'GFRS_A0008') {
|
||||||
item.calFactorLst.map(item2 => {
|
item.calFactorLst.map(item2 => {
|
||||||
|
|||||||
Reference in New Issue
Block a user