#
Junjie
2023-10-04 d9271883338de97164a36ea9a1e5fc7eef73e64d
src/main/webapp/views/shuttle.html
@@ -120,7 +120,8 @@
                                        <div style="margin-top: 10px;">
                                            <button class="item" onclick="shuttleOperator(18)">搬运货物</button>
                                            <button class="item" onclick="shuttleOperator(14)">移动到目标库位</button>
                                            <button class="item" onclick="shuttleOperator(16)">移动到提升机</button>
                                            <button class="item" onclick="shuttleOperator(23)">移动到目标库位(任务)</button>
<!--                                            <button class="item" onclick="shuttleOperator(16)">移动到提升机</button>-->
                                        </div>
                                    </div>
                                </div>
@@ -315,7 +316,7 @@
                        setVal(tr.children("td").eq(11), table[i-1].runDir2$);
                        setVal(tr.children("td").eq(12), table[i-1].chargState$);
                        setVal(tr.children("td").eq(13), table[i-1].errState$);
                        setVal(tr.children("td").eq(14), table[i-1].errCode);
                        setVal(tr.children("td").eq(14), table[i-1].errCode$);
                        setVal(tr.children("td").eq(15), table[i-1].suspendState$);
                    }
                } else if (res.code === 403){