#
whycq
2024-05-25 71f7476809c4a41074b9e5164751faeb1c0b47e2
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) {