From 04bfa32f8bed45c87af128093c982ef06181ac6d Mon Sep 17 00:00:00 2001 From: CHAN-MINATO <898043143@qq.com> Date: Wed, 15 Feb 2023 14:02:56 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=81=A2=E5=A4=8D?= 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 5564dda..51174d7 100644 --- a/pages/stock/list.vue +++ b/pages/stock/list.vue @@ -139,7 +139,7 @@ 规格 {{detail.specDescribe}} - 库存:{{detail.equivalentInventory}}{{detail.packgeUnit}}({{detail.unitNum}}{{detail.unit}}) + 库存:{{detail.equivalentInventory}}{{detail.packgeUnit}}({{detail.equivalentInventory*detail.unitNum}}{{detail.unit}})