#
whycq
2024-07-22 e01dae65d8ea58d2cf8519aaac4ceba79b9c82a0
pages/phyz/orderOut/orderOutSelect.vue
@@ -197,9 +197,14 @@
            },300)
         },
         goToLocDetl(item) {
            if (item.qty >= item.anfme) {
               uni.showToast({ title: '已完成订单作业数量', icon: "error", position: 'top' })
               return
            }
            let _this = this
            uni.navigateTo({
               url: './orderList',
               // url: './orderList',
               url: './orderCheck',
               success(res) {
                  res.eventChannel.emit('item', {
                     item: item