mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 19:06:43 +08:00
国富人寿民惠百万医疗保险(2021版)GFRS_M0043+(GFRS_A0008)组合投保的限制条件附加医疗保额只能选0.5/1万 --李婕煜
This commit is contained in:
@@ -1823,6 +1823,11 @@ export default {
|
|||||||
shortName: '重疾险',
|
shortName: '重疾险',
|
||||||
name: '国富人寿桂企保重大疾病保险(B款)',
|
name: '国富人寿桂企保重大疾病保险(B款)',
|
||||||
code: 'GFRS_M0040'
|
code: 'GFRS_M0040'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
shortName: '医疗险',
|
||||||
|
name: '国富人寿民惠百万医疗保险(2021版)',
|
||||||
|
code: 'GFRS_M0043'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
// 职级
|
// 职级
|
||||||
|
|||||||
@@ -343,6 +343,7 @@ const dutyGFRS_A0008Rules = {
|
|||||||
320404: {
|
320404: {
|
||||||
mainRisk: 'GFRS_M0005',
|
mainRisk: 'GFRS_M0005',
|
||||||
otmainRisk: 'GFRS_M0031',
|
otmainRisk: 'GFRS_M0031',
|
||||||
|
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'
|
||||||
@@ -484,7 +485,8 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
if (this.mainRiskCode == 'GFRS_M0031' || this.mainRiskCode == 'GFRS_M0005') {
|
if (this.mainRiskCode == 'GFRS_M0031' || this.mainRiskCode == 'GFRS_M0005' ||
|
||||||
|
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