From 6edc1c4e1df51e69a264e092addf8fa50ebc2a91 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期五, 07 二月 2025 19:42:57 +0800 Subject: [PATCH] # --- pages/phyz/checkLocDetl/locDetl2.vue | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/pages/phyz/checkLocDetl/locDetl2.vue b/pages/phyz/checkLocDetl/locDetl2.vue index 4ee29b7..5409778 100644 --- a/pages/phyz/checkLocDetl/locDetl2.vue +++ b/pages/phyz/checkLocDetl/locDetl2.vue @@ -11,7 +11,7 @@ <view>璐ф灦鐮侊細{{containerDetl.barcode}}</view> <view>搴撳瓨鍝佺被锛歿{containerDetl.count}}</view> </view> - <view class="list-right" @click="goToLocDetl(containerDetl)"> + <view class="list-right" @click="goToLocDetl(containerDetl,'con')"> <uni-icons type="right" size="25" color="#fff"></uni-icons> </view> </view> @@ -23,7 +23,7 @@ <view>璐ф灦鐮侊細{{locDetl.barcode}}</view> <view>搴撳瓨鍝佺被锛歿{locDetl.count}}</view> </view> - <view class="list-right" @click="goToLocDetl(locDetl)"> + <view class="list-right" @click="goToLocDetl(locDetl,'loc')"> <uni-icons type="right" size="25" color="#fff"></uni-icons> </view> </view> @@ -162,8 +162,11 @@ url: "./locDetlList2", success: function(res) { // 閫氳繃eventChannel鍚戣鎵撳紑椤甸潰浼犻�佹暟鎹� 鍚戝彟澶栦竴涓〉闈紶閫掑�肩殑 - res.eventChannel.emit('item', { - item: item + // res.eventChannel.emit('item', { + // item: item + // }) + res.eventChannel.emit('baseInfo', { + info: {locNo:_this.locNo,barcode:_this.barcode,type: type} }) }, events: { -- Gitblit v1.9.1