whycq
2025-03-09 2c81816264faf579143f8b17582248ce15f369ce
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) {