mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 02:46:45 +08:00
特定疾病药品费用医疗开发之前端限制投被保人关系 --李婕煜
This commit is contained in:
committed by
bai.jinyan
parent
134dc6db35
commit
d83db7c2bc
@@ -15,7 +15,25 @@ export default {
|
||||
}
|
||||
})
|
||||
if (flag == '1') {
|
||||
tips = '惠企保产品被保险人与投保人的关系必须伟本人、配偶、子女!'
|
||||
tips = '惠企保产品被保险人与投保人的关系必须为本人、配偶、子女!'
|
||||
vm.$toast(tips)
|
||||
return true
|
||||
}
|
||||
return false
|
||||
},
|
||||
//投、被保险人关系险种的限制
|
||||
relationCommonLimit(resultData, relationToAppnt, vm) {
|
||||
var flag = '1'
|
||||
let tips
|
||||
DataDictionary.tdylRelationToAppnt.forEach(item => {
|
||||
if (flag == '1') {
|
||||
if (item.id == relationToAppnt) {
|
||||
flag = '0'
|
||||
}
|
||||
}
|
||||
})
|
||||
if (flag == '1') {
|
||||
tips = '该产品被保险人与投保人的关系必须为本人、配偶、子女、父母!'
|
||||
vm.$toast(tips)
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user