#
whycq
2024-05-07 172d04fc9d2d7afb28dd3de207f05bbf90a1b58e
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) {