#
Junjie
2024-04-03 ff2b7ebf99e8aedccb3859ed9f049e49a9a613f1
zy-asrs-flow/src/pages/map/utils.js
@@ -582,4 +582,12 @@
export const generateLocNo = (row, bay, lev) => {
    return row + '-' + bay + '-' + lev;
}
export const updateMapStatusInRealTime = (data) => {
    const mapVo = JSON.parse(data);
    // shuttle
    for (const shuttleVo of mapVo.shuttleVos) {
        console.log(shuttleVo);
    }
}