#
Junjie
2025-01-14 900f7032f7e701efd4741c2bcabeaad969e5fd3f
src/main/webapp/views/shuttle.html
@@ -46,6 +46,7 @@
                        <th>故障码</th>
                        <th>管制状态</th>
                        <th>低电量</th>
                        <th>演示模式</th>
                    </tr>
                    </thead>
                    <tbody>
@@ -131,6 +132,8 @@
                                        <button class="item" onclick="shuttleOperator(2)">托盘下降</button>
                                        <button class="item" onclick="shuttleOperator(6)">充电开关</button>
                                        <button class="item" onclick="shuttleOperator(3)">复位</button>
                                        <button class="item" onclick="shuttleOperator(12)">演示模式-开</button>
                                        <button class="item" onclick="shuttleOperator(13)">演示模式-关</button>
                                    </div>
                                </div>
                            </div>
@@ -344,6 +347,7 @@
                setVal(tr.children("td").eq(11), table[i-1].statusErrorCode$);
                setVal(tr.children("td").eq(12), suspendState);
                setVal(tr.children("td").eq(13), table[i-1].lowerPower);
                setVal(tr.children("td").eq(14), table[i-1].demo$);
            }
        } else if (res.code === 403){
            window.location.href = baseUrl+"/login";