task#13769,人员录入测试弹出
This commit is contained in:
@ -265,7 +265,7 @@ export default {
|
|||||||
let bbb=this.driverName.replace(/[^\u4e00-\u9fff]+/g, '');
|
let bbb=this.driverName.replace(/[^\u4e00-\u9fff]+/g, '');
|
||||||
if( this.drivingLicenceName && aaa != bbb ) {
|
if( this.drivingLicenceName && aaa != bbb ) {
|
||||||
this.$toast('aaa1',aaa,bbb)
|
this.$toast('aaa1',aaa,bbb)
|
||||||
this.$toast('身份证信息与驾驶证信息不匹配')
|
// this.$toast('身份证信息与驾驶证信息不匹配')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async idCardBackOcrHandler() { // 身份证反面 ocr识别
|
async idCardBackOcrHandler() { // 身份证反面 ocr识别
|
||||||
@ -312,7 +312,7 @@ export default {
|
|||||||
let bbb = this.drivingLicenceName.replace(/[^\u4e00-\u9fff]+/g, '');
|
let bbb = this.drivingLicenceName.replace(/[^\u4e00-\u9fff]+/g, '');
|
||||||
if( this.driverName && bbb != aaa ) {
|
if( this.driverName && bbb != aaa ) {
|
||||||
this.$toast('aaa2',aaa,bbb)
|
this.$toast('aaa2',aaa,bbb)
|
||||||
this.$toast('身份证信息与驾驶证信息不匹配')
|
// this.$toast('身份证信息与驾驶证信息不匹配')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -338,7 +338,7 @@ export default {
|
|||||||
|
|
||||||
if( drivingLicenceName != driverName ) {
|
if( drivingLicenceName != driverName ) {
|
||||||
this.$toast('aaa3',drivingLicenceName,driverName)
|
this.$toast('aaa3',drivingLicenceName,driverName)
|
||||||
this.$toast('身份证信息与驾驶证信息不匹配闫杰')
|
// this.$toast('身份证信息与驾驶证信息不匹配闫杰')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if( this.driverInfo.drivingLicenceValidityDate ) {
|
if( this.driverInfo.drivingLicenceValidityDate ) {
|
||||||
|
Reference in New Issue
Block a user