src/config/setting.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/core/warehouse.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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; export const SHELF_LEV_UNIT_SEPARTE_DISTANCE = 30; 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); })