GFRS-729【0326】国富人寿国富民安重大疾病保险(2020版)_1 保费试算责任编码修改 --提交人:阳华祥

This commit is contained in:
阳华祥
2020-03-13 13:41:00 +08:00
parent 2fb0da3cd7
commit d4709a1329

View File

@@ -640,7 +640,7 @@ export default {
if (validateRiskCode === 'GFRS_M0016' && !this.valiDuty(inputValue, duty)) {
//验证不通过
return
} else if (validateRiskCode === 'GFRS_A0004' && duty == '210100' && !this.valiA0004Duty(inputValue, showHint, dutyItem)) {
} else if (validateRiskCode === 'GFRS_A0004' && duty == '320205' && !this.valiA0004Duty(inputValue, showHint, dutyItem)) {
//验证不通过 险种为GFRS_A0004 责任编码为320205
return
} else {
@@ -681,7 +681,7 @@ export default {
//险种 GFRS_A0004 险种验证规则
valiA0004Duty(value, showHint, currentEle) {
// 保额只能为5000 10000 15000 200000
if (currentEle.duty == '210100') {
if (currentEle.duty == '320205') {
if (!(value == '0.5' || value == '1' || value == '1.5' || value == '2')) {
this.$toast(showHint)
this.nextStepFlag = true