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] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=89=98=E7=9B=98=E6=98=8E?= =?UTF-8?q?=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' }})