mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 22:36:43 +08:00
特定疾病药品费用医疗开发之前端限制投被保人关系 --李婕煜
This commit is contained in:
committed by
bai.jinyan
parent
134dc6db35
commit
d83db7c2bc
@@ -195,6 +195,12 @@ export default {
|
||||
return
|
||||
}
|
||||
}
|
||||
// 检验投被人关系 国富人寿特定疾病药品费用医疗保险特殊校验
|
||||
if (riskProductCode == 'GFRS_M0045') {
|
||||
if (riskRules.relationCommonLimit(resultData, JSON.parse(this.$CacheUtils.getLocItem('saleInsuredPersonInfo')).relationToAppnt, this)) {
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
if (riskRules.ageLimit(resultData, this)) {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user