mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 01:36:43 +08:00
卡单--被保人没有到16岁,出现这个提示客户年龄在16周岁以上,不能使用户口本作为有效证件
This commit is contained in:
@@ -1916,7 +1916,7 @@ export default {
|
|||||||
console.log('证件号码校验有误')
|
console.log('证件号码校验有误')
|
||||||
return this.$toast('您填写的证件号码有误')
|
return this.$toast('您填写的证件号码有误')
|
||||||
}
|
}
|
||||||
if (age >= 16) {
|
if (insuredAge >= 16) {
|
||||||
return this.$toast('客户年龄在16周岁以上,不能使用户口本作为有效证件')
|
return this.$toast('客户年龄在16周岁以上,不能使用户口本作为有效证件')
|
||||||
}
|
}
|
||||||
// else if (this.insuredInfo.idNo.length != 18) {
|
// else if (this.insuredInfo.idNo.length != 18) {
|
||||||
|
|||||||
Reference in New Issue
Block a user