#
whycq
2024-05-30 0e78823dd6ee8de811246e687298b17b28cd80c7
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',