From 2407a1e6620a0b2ce940307a9c76ce51fbbb79ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=93=B2=E5=A5=87?= <13840175730@139.com> Date: Tue, 24 Mar 2026 16:51:39 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=AD=A3=E5=88=86=E7=B1=BB=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/psDetail.vue | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/components/psDetail.vue b/components/psDetail.vue index 7b4c0b6..3714898 100644 --- a/components/psDetail.vue +++ b/components/psDetail.vue @@ -217,7 +217,15 @@ - + {{ item.groupDesc }} ({{ item.qty?parseInt(item.qty):'0'}}) @@ -433,9 +441,9 @@ immediate: true, // 初次监听即执行 }, methods: { - gotocxDetail(instno,project){ + gotocxDetail(instno,project,type){ uni.navigateTo({ - url: `/pages/pallet/tpcxtk?instno=${instno}&project=${project}` + url: `/pages/pallet/tpcxtk?instno=${instno}&project=${project}&type={type}` }); }, _initDetail(palletAll = this.palletAll) {