mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 07:06:44 +08:00
Merge branch 'feature/GFRS-786【0402】国富人寿附加住院医疗保险运营规则调整' into dev
# Conflicts: # src/views/ebiz/common/CalculatePremium.vue
This commit is contained in:
@@ -474,31 +474,27 @@ export default {
|
|||||||
}
|
}
|
||||||
//根据社保写死两个字段 赔付比例和免赔额
|
//根据社保写死两个字段 赔付比例和免赔额
|
||||||
item.calFactorLst.map(i => {
|
item.calFactorLst.map(i => {
|
||||||
if (item.mainRiskCode === 'GFRS_M0016') {
|
if (i.code === 'getLimit') {
|
||||||
if (i.code === 'getLimit') {
|
let tempColumns = i.columns.filter(itemC => {
|
||||||
let tempColumns = i.columns.filter(itemC => {
|
return itemC.medical == isMedical
|
||||||
return itemC.medical == isMedical
|
})
|
||||||
})
|
if (tempColumns.length !== 0) {
|
||||||
if (tempColumns.length !== 0) {
|
i.columns = tempColumns
|
||||||
i.columns = tempColumns
|
|
||||||
}
|
|
||||||
// this.trialInfos[0].getLimit = i.columns[0].value
|
|
||||||
}
|
}
|
||||||
//赔付比例
|
}
|
||||||
if (i.code === 'getRate') {
|
//赔付比例
|
||||||
let tempColumns = i.columns.filter(itemC => {
|
if (i.code === 'getRate') {
|
||||||
return itemC.medical == isMedical
|
let tempColumns = i.columns.filter(itemC => {
|
||||||
})
|
return itemC.medical == isMedical
|
||||||
if (tempColumns.length !== 0) {
|
})
|
||||||
i.columns = tempColumns
|
if (tempColumns.length !== 0) {
|
||||||
}
|
i.columns = tempColumns
|
||||||
// this.trialInfos[0].getRate = i.columns[0].value
|
|
||||||
}
|
}
|
||||||
} else if (item.productCode === 'GFRS_A0004' || item.productCode === 'GFRS_A0005') {
|
|
||||||
// 设置默认值?
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
this.$forceUpdate()
|
this.$forceUpdate()
|
||||||
|
} else if (item.productCode === 'GFRS_A0005') {
|
||||||
|
// GFRS_A0005 未处理
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
@@ -670,7 +666,7 @@ export default {
|
|||||||
},
|
},
|
||||||
//险种 GFRS_A0004 险种验证规则
|
//险种 GFRS_A0004 险种验证规则
|
||||||
valiA0004Duty(value, showHint, currentEle) {
|
valiA0004Duty(value, showHint, currentEle) {
|
||||||
/* if (!(currentEle.necess == true)) {
|
/* if (!(currentEle.necess == true)) {
|
||||||
this.nextStepFlag = false
|
this.nextStepFlag = false
|
||||||
return true
|
return true
|
||||||
}*/
|
}*/
|
||||||
@@ -1286,7 +1282,7 @@ export default {
|
|||||||
return this.$toast('关联保单的格式不正确')
|
return this.$toast('关联保单的格式不正确')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//组装险种提交数据
|
//组装险种提交数据
|
||||||
let [mainRiskCode, riskDTOLst] = ['', []]
|
let [mainRiskCode, riskDTOLst] = ['', []]
|
||||||
let rollInResult = '' //校验预计转入保费结果
|
let rollInResult = '' //校验预计转入保费结果
|
||||||
|
|||||||
Reference in New Issue
Block a user