Merge branch 'hotfix/bug_GFRS【与卡单一起上线】建议书-投保人页-年龄及校验问题' into dev

# Conflicts:
#	src/views/ebiz/sale/InsuredInfo.vue
This commit is contained in:
yuweiqi
2020-04-29 13:07:07 +08:00

View File

@@ -1015,10 +1015,6 @@ export default {
// this.userInfo.marriage = ''
}
}
//如果年龄小于等于16岁工作单位默认值为
if (age <= 16) {
this.userInfo.workcompany = this.userInfo.workcompany || '无'
}
//出生证有效期
// if (this.userInfo.idType == '3') {
// if (Date.parse(this.userInfo.certiexpiredate) - Date.parse(val) > Date.parse('1973-01-01')) {
@@ -1667,10 +1663,6 @@ export default {
this.userInfo.marriage = ''
}
}
if (idToData(val).age <= 16) {
//年龄小于等于16岁默认工作单位为无
this.userInfo.workcompany = this.userInfo.workcompany || '无'
}
if (idToData(val).age > 45) {
// this.idLimit = true
// this.isRequired = false