From 1919058aab930e928de36ac9a6745b729d8dd01e Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期四, 11 四月 2024 23:01:57 +0800 Subject: [PATCH] # --- pages/phyz/orderOut/orderList.vue | 19 +++++++++++++++++-- 1 files changed, 17 insertions(+), 2 deletions(-) diff --git a/pages/phyz/orderOut/orderList.vue b/pages/phyz/orderOut/orderList.vue index af909f2..1fe7fad 100644 --- a/pages/phyz/orderOut/orderList.vue +++ b/pages/phyz/orderOut/orderList.vue @@ -110,8 +110,23 @@ } }) }, - pakoutPrive() { - this.$refs.pakoutPrive.open() + pakoutPrive(item) { + let _this = this + uni.navigateTo({ + url: "./orderCheck", + success: function(res) { + // 閫氳繃eventChannel鍚戣鎵撳紑椤甸潰浼犻�佹暟鎹� 鍚戝彟澶栦竴涓〉闈紶閫掑�肩殑 + res.eventChannel.emit('item1', { + item: item, + }) + }, + events: { + // 涓烘寚瀹氫簨浠舵坊鍔犱竴涓洃鍚櫒锛岃幏鍙栬鎵撳紑椤甸潰浼犻�佸埌褰撳墠椤甸潰鐨勬暟鎹� 鍙﹀涓�涓〉闈紶杩囨潵鐨� + acceptDataFromOpenedPage: function(data) { + // _this.matnr = data.data + }, + }, + }); }, pakout(item) { let _this = this -- Gitblit v1.9.1