From ff68245fdad948c4fca1f9d2f76617c1049d291e Mon Sep 17 00:00:00 2001 From: CHAN-MINATO <898043143@qq.com> Date: Wed, 15 Feb 2023 11:59:43 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=E5=87=BA=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E5=AD=98=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix 修复出入库存显示 --- pages/stock/list.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/stock/list.vue b/pages/stock/list.vue index 5a69ffb..ea2f859 100644 --- a/pages/stock/list.vue +++ b/pages/stock/list.vue @@ -139,7 +139,7 @@ 规格 {{detail.specDescribe}} - 库存:{{detail.equivalentInventory}}{{detail.packgeUnit}}({{detail.equivalentInventory*detail.unitNum}}{{detail.unit}}) + 库存:{{detail.equivalentInventory}}{{detail.packgeUnit}}({{detail.unitNum}}{{detail.unit}})