#
Junjie
2025-05-09 21466cb5ecef191f4f39aaaa763c888edaa40656
#
1个文件已修改
2 ■■■■■ 已修改文件
src/main/webapp/views/forklift.html 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/forklift.html
@@ -36,6 +36,7 @@
                        <th>放货数据</th>
                        <th>出入库模式</th>
                        <th>故障码</th>
                        <th>层</th>
                    </tr>
                    </thead>
                    <tbody>
@@ -238,6 +239,7 @@
                        setVal(tr.children("td").eq(7), table[i-1].put);
                        setVal(tr.children("td").eq(8), table[i-1].iOMode$);
                        setVal(tr.children("td").eq(9), table[i-1].errorCode$);
                        setVal(tr.children("td").eq(10), table[i-1].lev);
                    }
                } else if (res.code === 403){
                    window.location.href = baseUrl+"/login";