#
whycq
2024-06-26 e6a7da8a38333e201c95a8f583503ac67c06c56e
pages/phyz/orderOut/orderOutSelect.vue
@@ -197,6 +197,10 @@
            },300)
         },
         goToLocDetl(item) {
            if (item.qty >= item.anfme) {
               uni.showToast({ title: '已完成订单作业数量', icon: "error", position: 'top' })
               return
            }
            let _this = this
            uni.navigateTo({
               url: './orderList',