From 5ef2f020b7128a150b2e25782aa96ea694202a97 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 08:25:30 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=96=87=E6=9C=AC=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 2 +- pages/index/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages.json b/pages.json index 16c8692..93dece1 100644 --- a/pages.json +++ b/pages.json @@ -63,7 +63,7 @@ "path": "pages/pallet/js", "style": { "navigationBarBackground Color": "#3690ff", - "navigationBarTitleText": "转运接收" + "navigationBarTitleText": "托盘接收" } }, { diff --git a/pages/index/index.vue b/pages/index/index.vue index 031cc53..14d20ce 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -82,7 +82,7 @@ ifshow: false }, { - name:"转运接收", + name:"托盘接收", key:"js", src:"../../static/image/js.png", remark:"扫码工装托盘二维码接收", @@ -188,7 +188,7 @@ name:"我的地址", key:"my", src:"../../static/image/my.png", - remark:"查看常用地址信息", + remark:"管理常用地址信息", url:"/pages/me/index", opentype:"1", ifshow: true From 269054ae6035fcfd176dc25eabf51223602cd98b 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 10:39:42 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=89=98=E7=9B=98?= =?UTF-8?q?=E6=98=8E=E7=BB=86=E6=95=B0=E9=87=8F=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/psDetail.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/psDetail.vue b/components/psDetail.vue index 5c823d5..44ea6f3 100644 --- a/components/psDetail.vue +++ b/components/psDetail.vue @@ -218,12 +218,12 @@ - {{ item.groupDesc }} ({{ item.qty?parseFloat(item.qty).toFixed(2):'0.00'}}) + {{ item.groupDesc }} ({{ item.qty?parseInt(item.qty):'0'}}) - {{ row.assemcode }} ({{ row.qty?parseFloat(row.qty).toFixed(2):'0.00' }}) + {{ row.assemcode }} ({{ row.qty?parseInt(row.qty):'0' }}) 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 3/3] =?UTF-8?q?1.=E4=BF=AE=E6=AD=A3=E6=95=B0=E9=87=8F?= =?UTF-8?q?=E6=98=BE=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 @@