#
LSH
2023-07-13 424151075e67ae827313d454433b3a7df6b98ab5
src/main/webapp/views/crn.html
@@ -100,6 +100,7 @@
                        <th>走行在定位</th>
                        <th>故障代码</th>
                        <th>故障描述</th>
                        <th>任务允许下发标记</th>
                    </tr>
                    </thead>
                    <tbody>
@@ -320,6 +321,7 @@
                        setVal(tr.children("td").eq(8), table[i-1].walkPos);
                        setVal(tr.children("td").eq(9), table[i-1].warnCode);
                        setVal(tr.children("td").eq(10), table[i-1].alarm);
                        setVal(tr.children("td").eq(11), table[i-1].cmdFlag);
                    }
                } else if (res.code === 403){
                    window.location.href = baseUrl+"/login";
@@ -527,6 +529,7 @@
                "       <td></td>\n" +
                "       <td></td>\n" +
                "       <td></td>\n" +
                "       <td></td>\n" +
                "     </tr>\n";
        }
        $('#crn-state-table tbody').after(html);