From a2a1efc92521f7a821dc437ff919a39aa292ad06 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期四, 09 一月 2025 19:51:25 +0800
Subject: [PATCH] # 1. 波次预览重复问题 2. PDA组拖超过3个物料后,组拖按钮被遮挡 3. 平库入库物料ID为空 4. PDA出库成功后,界面数据重置,避免重复操作 5. 入库单历史档,按时间倒序排列

---
 store/actionsType.js |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/store/actionsType.js b/store/actionsType.js
index 228ee33..bdfe16a 100644
--- a/store/actionsType.js
+++ b/store/actionsType.js
@@ -1,11 +1,11 @@
-//bluetooth
-
-const SET_INFODATA = "SET_INFODATA";
-const SET_CONNECTBLEDATA = "SET_CONNECTBLEDATA";
-const SET_CONNECTPRINTBLE = "SET_CONNECTPRINTBLE"
-
-export {
-	SET_INFODATA,
-	SET_CONNECTBLEDATA,
-	SET_CONNECTPRINTBLE
+//bluetooth
+
+const SET_INFODATA = "SET_INFODATA";
+const SET_CONNECTBLEDATA = "SET_CONNECTBLEDATA";
+const SET_CONNECTPRINTBLE = "SET_CONNECTPRINTBLE"
+
+export {
+	SET_INFODATA,
+	SET_CONNECTBLEDATA,
+	SET_CONNECTPRINTBLE
 }
\ No newline at end of file

--
Gitblit v1.9.1