1
2 天以前 7fb2fa2382a4de194c0e906a8b206f854a3de17f
src/main/webapp/views/pipeline.html
@@ -116,6 +116,8 @@
                        <th>空板信号</th>
                        <th>目标站</th>
                        <th>高低库位</th>
                        <th>满信号</th>
                        <th>条码</th>
                    </tr>
                    </thead>
                    <!-- 表格内容 -->
@@ -304,6 +306,8 @@
                        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].locType1);
                        setVal(tr.children("td").eq(10), table[i-1].full);
                        setVal(tr.children("td").eq(11), table[i-1].barcode);
                    }
                } else if (res.code === 403){
                    window.location.href = baseUrl+"/login";
@@ -390,6 +394,8 @@
                "       <td></td>\n" +
                "       <td></td>\n" +
                "       <td></td>\n" +
                "       <td></td>\n" +
                "       <td></td>\n" +
                "     </tr>\n";
        }
        $('#site-table tbody').after(html);