From 186bd7134fccad6fd57b03ef45aa05e3eaa53afe 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 13:19:05 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=AD=A3=E6=95=B0=E9=87=8F=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=202.=E4=BF=AE=E6=AD=A3=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/psDetail.vue | 3 +-- pages.json | 2 +- pages/pallet/ps.vue | 20 ++++++++++++++------ 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/components/psDetail.vue b/components/psDetail.vue index 44ea6f3..7b4c0b6 100644 --- a/components/psDetail.vue +++ b/components/psDetail.vue @@ -212,7 +212,7 @@ - 装盘明细({{pallet&&pallet.instdetailList?pallet.instdetailList.length:0}}) + 装盘明细({{pallet?pallet.loadQty:0}}) @@ -477,7 +477,6 @@ cell["qty"]=this.getQty(cell.items); this.$forceUpdate(); }); - // this.pallet["instdetailList"]=res.data; this.$forceUpdate(); } diff --git a/pages.json b/pages.json index 93dece1..60bad73 100644 --- a/pages.json +++ b/pages.json @@ -98,7 +98,7 @@ "path": "pages/pallet/ck", "style": { "navigationBarBackground Color": "#3690ff", - "navigationBarTitleText": "托盘详情查询", + "navigationBarTitleText": "工装托盘查询", "app-plus": { "titleNView": { "buttons": [ diff --git a/pages/pallet/ps.vue b/pages/pallet/ps.vue index 13b0d7e..2e612b2 100644 --- a/pages/pallet/ps.vue +++ b/pages/pallet/ps.vue @@ -152,7 +152,7 @@