pages/phyz/processOrder/processList.vue
@@ -68,7 +68,7 @@ getLocDetl(orderNo,threeCode,matnr,id) { let _this = this uni.request({ url: `${_this.baseUrl}/agvMobile/query/locDetl/v1`, url: `${_this.baseUrl}/agvMobile/query/locDetl/v2`, header: { 'token': uni.getStorageSync('token') }, data: { orderNo: orderNo, @@ -102,6 +102,7 @@ }) }, pakoutPrive(item) { console.log(item); let _this = this if (item.locSts != 'F') { uni.showToast({ title: '当前库位不是在库状态!', icon: "error", position: 'top' })