司机,车辆 添加ocr 识别

This commit is contained in:
2024-04-07 16:57:44 +08:00
parent 8891738455
commit 867cbee6c7
5 changed files with 394 additions and 32 deletions

View File

@@ -162,7 +162,16 @@ export default {
identityCardNumber:item.identityCardNumber,
states:item.states.code,
createTime:item.createTime,
supplierType:this.supplierType
supplierType:this.supplierType,
drivingBeginDate: item.drivingBeginDate,
drivingLicenceContrary: item.drivingLicenceContrary,
drivingLicenceFront: item.drivingLicenceFront,
drivingLicenceValidityDate: item.drivingLicenceValidityDate,
icon: item.icon,
identityCardContrary: item.identityCardContrary,
identityCardFront: item.identityCardFront,
lssueDate: item.lssueDate,
drivingLicenceName: item.drivingLicenceName
}
});
},
@@ -249,4 +258,4 @@ export default {
}
}
</style>
</style>