task#13769,人员录入提交验证优化测试
This commit is contained in:
@ -334,7 +334,7 @@ export default {
|
|||||||
let drivingLicenceName=this.drivingLicenceName.replace(/[^\u4e00-\u9fff]+/g, '');
|
let drivingLicenceName=this.drivingLicenceName.replace(/[^\u4e00-\u9fff]+/g, '');
|
||||||
let driverName=this.driverName.replace(/[^\u4e00-\u9fff]+/g, '');
|
let driverName=this.driverName.replace(/[^\u4e00-\u9fff]+/g, '');
|
||||||
if( drivingLicenceName != driverName ) {
|
if( drivingLicenceName != driverName ) {
|
||||||
this.$toast('身份证信息与驾驶证信息不匹配')
|
this.$toast('身份证信息与驾驶证信息不匹配闫杰')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if( this.driverInfo.drivingLicenceValidityDate ) {
|
if( this.driverInfo.drivingLicenceValidityDate ) {
|
||||||
|
Reference in New Issue
Block a user