| | |
| | | <fieldset> |
| | | <legend>手动操作</legend> |
| | | <div class="button-group"> |
| | | <button class="item" onclick="liftOperator(1)">上升一层</button> |
| | | <button class="item" onclick="liftOperator(2)">下降一层</button> |
| | | <button class="item" onclick="liftOperator(3)">有货正转</button> |
| | | <button class="item" onclick="liftOperator(4)">有货反转</button> |
| | | <button class="item" onclick="liftOperator(5)">复位</button> |
| | | <select id="liftLev"> |
| | | <option value="1" selected>1F</option> |
| | | <option value="3">2F</option> |
| | | <option value="4">3F</option> |
| | | <option value="5">4F</option> |
| | | <option value="2">输送线位置</option> |
| | | </select> |
| | | <button class="item" onclick="liftOperator(1)">移动提升机</button> |
| | | <button class="item" onclick="liftOperator(3)">无货正转</button> |
| | | <button class="item" onclick="liftOperator(4)">无货反转</button> |
| | | <button class="item" onclick="liftOperator(5)">有货正转</button> |
| | | <button class="item" onclick="liftOperator(6)">有货反转</button> |
| | | <button class="item" onclick="liftOperator(7)">链条停止</button> |
| | | <button class="item" onclick="liftOperator(0)">复位</button> |
| | | </div> |
| | | </fieldset> |
| | | </div> |
| | |
| | | setVal(tr.children("td").eq(12), table[i-1].servoError1); |
| | | setVal(tr.children("td").eq(13), table[i-1].servoError2); |
| | | setVal(tr.children("td").eq(14), table[i-1].servoError3); |
| | | setVal(tr.children("td").eq(14), table[i-1].servoError4); |
| | | setVal(tr.children("td").eq(14), table[i-1].liftActualSpeed); |
| | | setVal(tr.children("td").eq(15), table[i-1].servoError4); |
| | | setVal(tr.children("td").eq(16), table[i-1].liftActualSpeed); |
| | | } |
| | | } 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() |
| | | }, function (res) { |
| | | layer.msg(res.msg, {icon: 1}); |
| | | }); |