3
whycq
2024-06-06 1c97b1b0d720d5d4f203d74039e4fc1bb84ef9fb
pages/phyz/orderOut/orderList.vue
@@ -102,6 +102,10 @@
         pakoutPrive(item) {
            let _this = this
            console.log(item);
            if (item.locSts != 'F') {
               uni.showToast({ title: '当前库位不是在库状态!', icon: "error", position: 'top' })
               return
            }
            uni.navigateTo({
               url: "./orderCheck",
               success: function(res) {