#
whycq
2024-06-26 e6a7da8a38333e201c95a8f583503ac67c06c56e
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) {