feature【GFRS-3784】一年期产品设置基础责任不可取消勾选代码逻辑

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-08-23 14:13:11 +08:00
parent bd4018f7f4
commit dbf2f7842e

View File

@@ -757,6 +757,7 @@ export default {
if(this.saleInsuredPersonInfo.insuredAge < 18) {
if(ii.duty == '311504'){
ii.necess = true
ii.defaultValue = '0'
} else {
ii.defaultValue = '0'
}
@@ -764,12 +765,14 @@ export default {
if(this.saleInsuredPersonInfo.sex == '0'){
if(ii.duty == '311505'){
ii.necess = true
ii.defaultValue = '0'
}
if(ii.duty == '311504' || ii.duty == '311506'){
ii.defaultValue = '0'
}
} else {
if(ii.duty == '311506'){
ii.defaultValue = '0'
ii.necess = true
}
if(ii.duty == '311504' || ii.duty == '311505'){