#
whycq
2024-06-13 79e5bb4cefc9b96f9556c65c3603cb941c14eca5
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' })