【金融机构客户尽职调查和客户身份资料及交易记录保存管理办法要求需求】年龄大于等于66周岁,证件有效期须为长期

This commit is contained in:
li.yuetong
2022-02-24 20:24:34 +08:00
parent ffb32d5513
commit 1f58bff8bd
3 changed files with 3 additions and 3 deletions

View File

@@ -662,7 +662,7 @@ export default {
}
//年龄在65周岁以上
} else if (age > 65) {
if (this.effectiveDateType == false) {
if (this.userInfo.effectiveDateType == false) {
this.userInfo.certiexpiredate = ''
this.$refs.certiexpiredate.date = ''
return this.$toast('65周岁以上的证件有效期为长期')

View File

@@ -909,7 +909,7 @@ export default {
}
//年龄在65周岁以上
} else if (age > 65) {
if (this.effectiveDateType == false) {
if (this.userInfo.effectiveDateType == false) {
this.userInfo.certiexpiredate = ''
this.$refs.certiexpiredate.date = ''
return this.$toast('65周岁以上的证件有效期为长期')

View File

@@ -1112,7 +1112,7 @@ export default {
}
//年龄在65周岁以上
} else if (age > 65) {
if (this.effectiveDateType == false) {
if (this.userInfo.effectiveDateType == false) {
this.userInfo.certiexpiredate = ''
this.$refs.certiexpiredate.date = ''
return this.$toast('65周岁以上的证件有效期为长期')