|  |  | 
 |  |  |                     <th>有物</th> | 
 |  |  |                     <th>可入</th> | 
 |  |  |                     <th>可出</th> | 
 |  |  |                     <th>需求入</th> | 
 |  |  |                     <th>需求出</th> | 
 |  |  |                     <th>高低库</th> | 
 |  |  |                     <th>需求1</th> | 
 |  |  |                     <th>空板信号</th> | 
 |  |  |                     <th>目标站</th> | 
 |  |  |                 </tr> | 
 |  |  |             </thead> | 
 |  |  | 
 |  |  |                         setVal(tr.children("td").eq(1), table[i-1].workNo); | 
 |  |  |                         setVal(tr.children("td").eq(2), table[i-1].autoing); | 
 |  |  |                         setVal(tr.children("td").eq(3), table[i-1].loading); | 
 |  |  |                         setVal(tr.children("td").eq(4), table[i-1].canining); | 
 |  |  |                         setVal(tr.children("td").eq(5), table[i-1].canouting); | 
 |  |  |                         setVal(tr.children("td").eq(6), table[i-1].inreqIn); | 
 |  |  |                         setVal(tr.children("td").eq(7), table[i-1].inreqOut); | 
 |  |  |                         setVal(tr.children("td").eq(8), table[i-1].highLow); | 
 |  |  |                         setVal(tr.children("td").eq(4), table[i-1].inEnable); | 
 |  |  |                         setVal(tr.children("td").eq(5), table[i-1].outEnable); | 
 |  |  |                         setVal(tr.children("td").eq(6), table[i-1].inreq1); | 
 |  |  |                         setVal(tr.children("td").eq(7), table[i-1].emptyMk); | 
 |  |  |                         setVal(tr.children("td").eq(9), table[i-1].staNo); | 
 |  |  |  | 
 |  |  |                         // tr.children("td").eq(0).html(table[i-1].devNo); | 
 |  |  |                         // tr.children("td").eq(1).html(table[i-1].workNo); | 
 |  |  |                         // tr.children("td").eq(2).html(table[i-1].autoing); | 
 |  |  |                         // tr.children("td").eq(3).html(table[i-1].loading); | 
 |  |  |                         // tr.children("td").eq(4).html(table[i-1].canining); | 
 |  |  |                         // tr.children("td").eq(5).html(table[i-1].canouting); | 
 |  |  |                         // tr.children("td").eq(6).html(table[i-1].inreqIn); | 
 |  |  |                         // tr.children("td").eq(7).html(table[i-1].inreqOut); | 
 |  |  |                         // tr.children("td").eq(8).html(table[i-1].highLow); | 
 |  |  |                         // tr.children("td").eq(9).html(table[i-1].staNo); | 
 |  |  |                     } | 
 |  |  |                 } else if (res.code === 403){ | 
 |  |  |                     window.location.href = baseUrl+"/login"; | 
 |  |  | 
 |  |  |         var html = ""; | 
 |  |  |         for (var i = 0; i < line; i ++){ | 
 |  |  |             html += " <tr>\n" + | 
 |  |  |                 "       <td></td>\n" + | 
 |  |  |                 "       <td></td>\n" + | 
 |  |  |                 "       <td></td>\n" + | 
 |  |  |                 "       <td></td>\n" + |