mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-15 15:16:45 +08:00
国富人寿国富民惠医疗保险(2021版)配置 --李婕煜
This commit is contained in:
committed by
luqiang.qin
parent
c1e99ef794
commit
cc6420b759
@@ -2088,6 +2088,11 @@ export default {
|
|||||||
shortName: '重疾险',
|
shortName: '重疾险',
|
||||||
name: '国富人寿桂企保重大疾病保险(B款)',
|
name: '国富人寿桂企保重大疾病保险(B款)',
|
||||||
code: 'GFRS_M0040'
|
code: 'GFRS_M0040'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
shortName: '医疗险',
|
||||||
|
name: '国富人寿国富民惠医疗保险(2021版)',
|
||||||
|
code: 'GFRS_M0042'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
// 职级
|
// 职级
|
||||||
|
|||||||
@@ -350,6 +350,7 @@ const dutyGFRS_A0008Rules = {
|
|||||||
320404: {
|
320404: {
|
||||||
mainRisk: 'GFRS_M0005',
|
mainRisk: 'GFRS_M0005',
|
||||||
otmainRisk: 'GFRS_M0031',
|
otmainRisk: 'GFRS_M0031',
|
||||||
|
mainRisk2: 'GFRS_M0042',
|
||||||
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'
|
||||||
@@ -962,7 +963,8 @@ export default {
|
|||||||
if (currentEle.duty == '320404') {
|
if (currentEle.duty == '320404') {
|
||||||
if (
|
if (
|
||||||
this.mainRiskCode === dutyGFRS_A0008Rules[currentEle.duty]['mainRisk'] ||
|
this.mainRiskCode === dutyGFRS_A0008Rules[currentEle.duty]['mainRisk'] ||
|
||||||
this.mainRiskCode === dutyGFRS_A0008Rules[currentEle.duty]['otmainRisk']
|
this.mainRiskCode === dutyGFRS_A0008Rules[currentEle.duty]['otmainRisk'] ||
|
||||||
|
this.mainRiskCode === dutyGFRS_A0008Rules[currentEle.duty]['mainRisk2']
|
||||||
) {
|
) {
|
||||||
if (!(value == '0.5' || value == '1')) {
|
if (!(value == '0.5' || value == '1')) {
|
||||||
this.$toast(dutyGFRS_A0008Rules[currentEle.duty].msg_2)
|
this.$toast(dutyGFRS_A0008Rules[currentEle.duty].msg_2)
|
||||||
|
|||||||
Reference in New Issue
Block a user