单独投保,保费为大于等于50000元

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-11-20 18:02:13 +08:00
parent 4aa877446d
commit b2cac7eb1b

View File

@@ -2659,6 +2659,10 @@
else if (productCode == 'GFRS_M0083') {
if(!this.policyNo && defalutValue < 5) {
this.$toast('单独投保保费为大于等于50000元')
currentEle['minPrem'] = 5
} else if(this.policyNo) {
this.$toast('与其他主险关联投保时保费要求保费大于等于100元')
currentEle['minPrem'] = 0.01
}
}
else if (this.isTrial === '0' && this.chooseProducts[productIndex].isMainRisk == '0') {