#
whycq
2025-02-07 6edc1c4e1df51e69a264e092addf8fa50ebc2a91
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) {