whycq
2024-10-18 2b5bf2b63f6b8718a396f16f02c682f635744425
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' })