From 958883d6f4dac68fcbbccadb4e7f87e963eee0e8 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期三, 09 七月 2025 12:32:40 +0800
Subject: [PATCH] 新增盘点提取库存后可以删除明细
---
zy-asrs-flow/src/pages/map/components/mapSettings.jsx | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/zy-asrs-flow/src/pages/map/components/mapSettings.jsx b/zy-asrs-flow/src/pages/map/components/mapSettings.jsx
index d71a3e1..e01c7f2 100644
--- a/zy-asrs-flow/src/pages/map/components/mapSettings.jsx
+++ b/zy-asrs-flow/src/pages/map/components/mapSettings.jsx
@@ -122,9 +122,7 @@
}
break;
case Utils.SENSOR_TYPE.AGV:
-
if (values.incrementValue === 'no') {
- console.log(curSprite.data.no);
if (values.incrementMode === 'descending') {
copiedSprite.data.no = Number(curSprite.data.no) - i - 1;
} else {
--
Gitblit v1.9.1