zhang
2025-05-30 0de302f651e3184f9999b9798359064dc39a0600
pages/phyz/orderOut/orderList.vue
@@ -101,7 +101,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) {