From 4bee0c358060afd38ce2dbdd61b690e6c0fd7fc6 Mon Sep 17 00:00:00 2001
From: zzyuan <781948537@qq.com>
Date: Mon, 29 Sep 2025 13:20:15 +0800
Subject: [PATCH] =?UTF-8?q?Bug=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/foodManage/stockManage/inventoryCount/edit.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/foodManage/stockManage/inventoryCount/edit.vue b/src/views/foodManage/stockManage/inventoryCount/edit.vue
index b3f715e0..41cca24e 100644
--- a/src/views/foodManage/stockManage/inventoryCount/edit.vue
+++ b/src/views/foodManage/stockManage/inventoryCount/edit.vue
@@ -100,7 +100,7 @@
-->
- (scope.row.actualNum=v.replace(/[^\d]/g,''))"/>
+ (rowData.actualNum=v.replace(/[^\d.]/g, '').replace(/^(\d*\.\d{2}).*$/, '$1'))"/>