自动化立体仓库 - WCS系统
#
zjj
2025-03-29 432aa30874196937f6250b34c7ef6fb62dbaf984
src/main/webapp/views/pipeline.html
@@ -114,7 +114,7 @@
                        <th>可出</th>
                        <th>入库标记</th>
                        <th>空板信号</th>
                        <th>目标站</th>
                        <th>已完成任务</th>
                        <th>高低库位</th>
                    </tr>
                    </thead>
@@ -302,7 +302,7 @@
                        setVal(tr.children("td").eq(5), table[i-1].outEnable);
                        setVal(tr.children("td").eq(6), table[i-1].pakMk);
                        setVal(tr.children("td").eq(7), table[i-1].emptyMk);
                        setVal(tr.children("td").eq(8), table[i-1].staNo);
                        setVal(tr.children("td").eq(8), table[i-1].finishWorkNo);
                        setVal(tr.children("td").eq(9), table[i-1].locType1);
                    }
                } else if (res.code === 403){