Junjie
2023-06-15 c1c6e4385c986ac63d7884cfaa818e05207005c9
src/main/webapp/views/pipeline.html
@@ -102,6 +102,8 @@
                        <th>入库标记</th>
                        <th>空板信号</th>
                        <th>目标站</th>
                        <th>提升机到位信号</th>
                        <th>穿梭车可取信号</th>
                    </tr>
                    </thead>
                    <!-- 表格内容 -->
@@ -287,6 +289,8 @@
                        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(9), table[i-1].liftArrival);
                        setVal(tr.children("td").eq(10), table[i-1].shuttleTakeEnable);
                    }
                } else if (res.code === 403){
                    window.location.href = baseUrl+"/login";
@@ -372,6 +376,8 @@
                "       <td></td>\n" +
                "       <td></td>\n" +
                "       <td></td>\n" +
                "       <td></td>\n" +
                "       <td></td>\n" +
                "     </tr>\n";
        }
        $('#site-table tbody').after(html);