#
luxiaotao1123
2024-05-09 c9264a364d9b1fe45384fd5ba3d6e65190fe28be
#
2个文件已修改
11 ■■■■ 已修改文件
src/config/setting.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/core/warehouse.jsx 7 ●●●●● 补丁 | 查看 | 原始文档 | 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);
            })