|
@@ -173,6 +173,7 @@
|
|
|
this.spaceName = roadspace.spaceName;
|
|
|
this.inTime = roadspace.inTime;
|
|
|
this.placeStatus=roadspace.placeStatus;
|
|
|
+ this.currentVehicleNo=roadspace.vehicleNo
|
|
|
console.log('roadspace',roadspace);
|
|
|
let that = this;
|
|
|
ocr.ocrVehicleNo((ret) => {
|
|
@@ -186,20 +187,21 @@
|
|
|
.then(res=>{
|
|
|
that.carImg = res.data.url;
|
|
|
that.vehicleImage = res.data.url;
|
|
|
+ this.$u.route({
|
|
|
+ url: 'pages/getin/getin',
|
|
|
+ params: {
|
|
|
+ spaceId: this.spaceId,
|
|
|
+ spaceName:this.spaceName,
|
|
|
+ roadNo:this.roadNo,
|
|
|
+ vehicleNo:this.vehicleNo,
|
|
|
+ carImg:that.carImg,
|
|
|
+ vehicleImage:that.vehicleImage,
|
|
|
+ inTime:this.inTime,
|
|
|
+ placeStatus:this.placeStatus,
|
|
|
+ currentVehicleNo:this.currentVehicleNo
|
|
|
+ }
|
|
|
+ });
|
|
|
}).catch(err=>{});
|
|
|
- this.$u.route({
|
|
|
- url: 'pages/getin/getin',
|
|
|
- params: {
|
|
|
- spaceId: this.spaceId,
|
|
|
- spaceName:this.spaceName,
|
|
|
- roadNo:this.roadNo,
|
|
|
- vehicleNo:this.vehicleNo,
|
|
|
- carImg:that.carImg,
|
|
|
- vehicleImage:that.vehicleImage,
|
|
|
- inTime:this.inTime,
|
|
|
- placeStatus:this.placeStatus
|
|
|
- }
|
|
|
- });
|
|
|
}else {
|
|
|
plus.nativeUI.toast('识别失败');
|
|
|
}
|