#
Junjie
2025-05-08 1152ebba5d4e557c26b7726e39b536e7257aefd9
src/main/webapp/views/forklift.html
@@ -91,7 +91,8 @@
                        </div>
                        <button class="item" onclick="liftOperator(1)">小车换层</button>
                        <button class="item" onclick="liftOperator(2)">移动托盘</button>
                        <button class="item" onclick="liftOperator(3)">任务确认</button>
                        <button class="item" onclick="liftOperator(3)">移动</button>
                        <button class="item" onclick="liftOperator(4)">任务确认</button>
                        <button class="item" onclick="liftOperator(0)">复位</button>
                    </div>
                </fieldset>
@@ -236,7 +237,7 @@
                        setVal(tr.children("td").eq(6), table[i-1].pick);
                        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(9), table[i-1].errorCode$);
                    }
                } else if (res.code === 403){
                    window.location.href = baseUrl+"/login";