|
@@ -407,6 +407,17 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
});
|
|
});
|
|
|
|
+ let datats = {
|
|
|
|
+ storeId: this.$store.state.storeInfo.storeId,
|
|
|
|
+ userId: this.$store.state.storeInfo.userId,
|
|
|
|
+ tyreNum: this.number_s,
|
|
|
|
+ scanType: 1,
|
|
|
|
+ scanWay: 1,
|
|
|
|
+ longitude: this.degree.x,
|
|
|
|
+ latitude: this.degree.y,
|
|
|
|
+ scanAddress: this.address
|
|
|
|
+ }
|
|
|
|
+ console.log(datats)
|
|
console.log(val)
|
|
console.log(val)
|
|
this.number = val
|
|
this.number = val
|
|
this.number_s = val
|
|
this.number_s = val
|
|
@@ -419,8 +430,8 @@
|
|
tyreNum: this.number_s,
|
|
tyreNum: this.number_s,
|
|
scanType: 1,
|
|
scanType: 1,
|
|
scanWay: 1,
|
|
scanWay: 1,
|
|
- longitude: this.addd.lng,
|
|
|
|
- latitude: this.addd.lat,
|
|
|
|
|
|
+ longitude: this.degree.x,
|
|
|
|
+ latitude: this.degree.y,
|
|
scanAddress: this.address
|
|
scanAddress: this.address
|
|
}
|
|
}
|
|
}).then(res => {
|
|
}).then(res => {
|