mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 22:46:45 +08:00
feature【GFRS-3784】一年期产品设置基础责任不可取消勾选代码逻辑
This commit is contained in:
@@ -757,6 +757,7 @@ export default {
|
|||||||
if(this.saleInsuredPersonInfo.insuredAge < 18) {
|
if(this.saleInsuredPersonInfo.insuredAge < 18) {
|
||||||
if(ii.duty == '311504'){
|
if(ii.duty == '311504'){
|
||||||
ii.necess = true
|
ii.necess = true
|
||||||
|
ii.defaultValue = '0'
|
||||||
} else {
|
} else {
|
||||||
ii.defaultValue = '0'
|
ii.defaultValue = '0'
|
||||||
}
|
}
|
||||||
@@ -764,12 +765,14 @@ export default {
|
|||||||
if(this.saleInsuredPersonInfo.sex == '0'){
|
if(this.saleInsuredPersonInfo.sex == '0'){
|
||||||
if(ii.duty == '311505'){
|
if(ii.duty == '311505'){
|
||||||
ii.necess = true
|
ii.necess = true
|
||||||
|
ii.defaultValue = '0'
|
||||||
}
|
}
|
||||||
if(ii.duty == '311504' || ii.duty == '311506'){
|
if(ii.duty == '311504' || ii.duty == '311506'){
|
||||||
ii.defaultValue = '0'
|
ii.defaultValue = '0'
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if(ii.duty == '311506'){
|
if(ii.duty == '311506'){
|
||||||
|
ii.defaultValue = '0'
|
||||||
ii.necess = true
|
ii.necess = true
|
||||||
}
|
}
|
||||||
if(ii.duty == '311504' || ii.duty == '311505'){
|
if(ii.duty == '311504' || ii.duty == '311505'){
|
||||||
|
|||||||
Reference in New Issue
Block a user