|
|
@@ -325,7 +325,7 @@ export default {
|
|
|
scanType: ['qrCode'],
|
|
|
success: function (res) {
|
|
|
let json = JSON.parse(res.result)
|
|
|
- if(json.storeId != item.storeId){
|
|
|
+ if(json.storeId != order.storeId){
|
|
|
uni.showToast({
|
|
|
icon: 'error',
|
|
|
duration: 3000,
|
|
|
@@ -334,7 +334,7 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
uni.navigateTo({
|
|
|
- url:'/orderPages/serviceItems/index?serviceStationId='+ res.result + '&orderId='+order.orderId + '&serviceObjectId=' + order.serviceObjectId
|
|
|
+ url:'/orderPages/serviceItems/index?serviceStationId='+ json.stationId + '&orderId='+order.orderId + '&serviceObjectId=' + order.serviceObjectId
|
|
|
})
|
|
|
}
|
|
|
})
|