mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 23:02:52 +08:00
Merge branch 'hotfix/bug_GFRS【与卡单一起上线】建议书-投保人页-年龄及校验问题' into dev
# Conflicts: # src/views/ebiz/sale/InsuredInfo.vue
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user