From c9264a364d9b1fe45384fd5ba3d6e65190fe28be Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 09 五月 2024 13:05:37 +0800
Subject: [PATCH] #

---
 src/config/setting.js  |    4 ++--
 src/core/warehouse.jsx |    7 +++++++
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/config/setting.js b/src/config/setting.js
index 3a9e707..c5366cb 100644
--- a/src/config/setting.js
+++ b/src/config/setting.js
@@ -33,6 +33,6 @@
 
 export const SHELF_BAY_UNIT_SEPARTE_DISTANCE = 60;
 
-export const SHELF_HEIGHT_FROM_GROUND = 23;
+export const SHELF_HEIGHT_FROM_GROUND = 32;
 
-export const SHELF_LEV_UNIT_SEPARTE_DISTANCE = 22;
\ No newline at end of file
+export const SHELF_LEV_UNIT_SEPARTE_DISTANCE = 30;
\ No newline at end of file
diff --git a/src/core/warehouse.jsx b/src/core/warehouse.jsx
index bcaafa0..f82d1a9 100644
--- a/src/core/warehouse.jsx
+++ b/src/core/warehouse.jsx
@@ -28,6 +28,13 @@
         const timer = setInterval(() => {
             console.log('do');
             getBoxData().then(res => {
+                // res.push({
+                //     locNo: "A100301001",
+                //     row: 3,
+                //     bay: 1,
+                //     lev: 1,
+                //     locSts: "STOCK",
+                // })
                 setBoxData(res);
             })
 

--
Gitblit v1.9.1