|  |  | 
 |  |  |                         <th>入库标记</th> | 
 |  |  |                         <th>空板信号</th> | 
 |  |  |                         <th>目标站</th> | 
 |  |  |                         <th>高低库位</th> | 
 |  |  |                     </tr> | 
 |  |  |                     </thead> | 
 |  |  |                     <!-- 表格内容 --> | 
 |  |  | 
 |  |  |     },500); | 
 |  |  |     function starGetSite() { | 
 |  |  |         if (stop) { | 
 |  |  |             return | 
 |  |  |             getSite(); | 
 |  |  |             // return | 
 |  |  |         } else { | 
 |  |  |             getSite(); | 
 |  |  |         } | 
 |  |  | 
 |  |  |             method: 'POST', | 
 |  |  |             success: function (res) { | 
 |  |  |                 if (res.code === 200){ | 
 |  |  |                     console.log(res) | 
 |  |  |                     var table = res.data; | 
 |  |  |                     if (table.length > siteTableBlankRows && table.length !== siteTableFullRows) { | 
 |  |  |                         initSiteTable(table.length-siteTableBlankRows); | 
 |  |  | 
 |  |  |                         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].locType1); | 
 |  |  |                     } | 
 |  |  |                 } else if (res.code === 403){ | 
 |  |  |                     window.location.href = baseUrl+"/login"; | 
 |  |  | 
 |  |  |                 "       <td></td>\n" + | 
 |  |  |                 "       <td></td>\n" + | 
 |  |  |                 "       <td></td>\n" + | 
 |  |  |                 "       <td></td>\n" + | 
 |  |  |                 "     </tr>\n"; | 
 |  |  |         } | 
 |  |  |         $('#site-table tbody').after(html); |