| | |
| | | <button class="item" onclick="siteMove()">站到站</button> |
| | | <!-- <button class="item" onclick="bacOrigin()">回原点</button>--> |
| | | <!-- <button class="item" onclick="reverseOrigin()">反原点</button>--> |
| | | <!-- <button class="item" onclick="coorMove()">坐标移行</button>--> |
| | | <button class="item" onclick="coorMove()">堆垛机移动</button> |
| | | <button class="item" onclick="taskComplete()">任务完成</button> |
| | | <!-- <button class="item" onclick="pause()">暂停</button>--> |
| | | <!-- <button class="item" onclick="boot()">启动</button>--> |
| | |
| | | |
| | | // 坐标移动 |
| | | function coorMove() { |
| | | http.post(baseUrl+"/crn/operator/coorMove", getReqParam(), function (res) { |
| | | http.post(baseUrl+"/crn/operator/crnMove", getReqParam(), function (res) { |
| | | layer.msg(res.msg); |
| | | }); |
| | | } |
| | |
| | | var one = $('#crn-msg-table thead').height(); |
| | | var total = $('.crn-msg').height(); |
| | | var count = total / one; |
| | | count = parseInt(count) - 1; |
| | | count = parseInt(count); |
| | | crnMsgTableBlankRows = count; |
| | | line = count; |
| | | } else { |