卡单--被保人没有到16岁,出现这个提示客户年龄在16周岁以上,不能使用户口本作为有效证件

This commit is contained in:
li.yuetong
2022-08-15 17:52:54 +08:00
parent 1b134c763f
commit 234c6d71de

View File

@@ -1916,7 +1916,7 @@ export default {
console.log('证件号码校验有误')
return this.$toast('您填写的证件号码有误')
}
if (age >= 16) {
if (insuredAge >= 16) {
return this.$toast('客户年龄在16周岁以上不能使用户口本作为有效证件')
}
// else if (this.insuredInfo.idNo.length != 18) {