|  |  | 
 |  |  |                         <th>右超限</th> | 
 |  |  |                         <th>超高</th> | 
 |  |  |                         <th>超重</th> | 
 |  |  |                         <th>异常信息</th> | 
 |  |  |                     </tr> | 
 |  |  |                     </thead> | 
 |  |  |                     <tbody> | 
 |  |  | 
 |  |  |                             <label><input id="staNo" type="text" name="staNo" /></label> | 
 |  |  |                         </div> | 
 |  |  |                         <button class="item" onclick="liftOperator(2)">移动托盘</button> | 
 |  |  | <!--                        <button class="item" onclick="liftOperator(0)">复位</button>--> | 
 |  |  |                         <button class="item" onclick="liftOperator(0)">复位</button> | 
 |  |  |                     </div> | 
 |  |  |                 </fieldset> | 
 |  |  |             </div> | 
 |  |  | 
 |  |  |                         setVal(tr.children("td").eq(11), table[i-1].rightOverrun$); | 
 |  |  |                         setVal(tr.children("td").eq(12), table[i-1].overHeight$); | 
 |  |  |                         setVal(tr.children("td").eq(13), table[i-1].overWeight$); | 
 |  |  |                         setVal(tr.children("td").eq(14), table[i-1].errCode$); | 
 |  |  |                     } | 
 |  |  |                 } else if (res.code === 403){ | 
 |  |  |                     window.location.href = baseUrl+"/login"; | 
 |  |  | 
 |  |  |         http.post(baseUrl+"/lift/operator/lift", { | 
 |  |  |             liftNo: $('input[name="liftSelect"]:checked').val(), | 
 |  |  |             liftTaskMode: liftTaskMode, | 
 |  |  |             lev: $("#liftLev").val() | 
 |  |  |             lev: $("#liftLev").val(), | 
 |  |  |             sourceStaNo: $("#sourceStaNo").val(), | 
 |  |  |             staNo: $("#staNo").val() | 
 |  |  |         }, function (res) { | 
 |  |  |             layer.msg(res.msg, {icon: 1}); | 
 |  |  |         }); |