#
whycq
2024-08-19 bd22cf1b35738f1556c9a45a8b3a55fe2959581c
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) {