| | |
| | | <!-- <span>排</span>--> |
| | | <!-- <label><input id="sourceRow" type="number" name="points" min="1" style="background-color: #a9eeff" value="1" /></label>--> |
| | | <!-- </div>--> |
| | | <div class="select-container-item"> |
| | | <span>工位2源站</span> |
| | | <label><input id="sourceBay" type="number" name="points" min="0" style="background-color: #a9eeff" value="0" /></label> |
| | | </div> |
| | | <!-- <div class="select-container-item">--> |
| | | <!-- <span>工位2源站</span>--> |
| | | <!-- <label><input id="sourceBay" type="number" name="points" min="0" style="background-color: #a9eeff" value="0" /></label>--> |
| | | <!-- </div>--> |
| | | <!-- <div class="select-container-item">--> |
| | | <!-- <span>层</span>--> |
| | | <!-- <label><input id="sourceLev" type="number" name="points" min="1" style="background-color: #a9eeff" value="1" /></label>--> |
| | |
| | | <!-- <span>排</span>--> |
| | | <!-- <label><input id="row" type="number" name="points" min="1" style="background-color: #a9eeff" value="1" /></label>--> |
| | | <!-- </div>--> |
| | | <div class="select-container-item"> |
| | | <span>工位2目标站</span> |
| | | <label><input id="bay" type="number" name="points" min="0" style="background-color: #a9eeff" value="0" /></label> |
| | | </div> |
| | | <!-- <div class="select-container-item">--> |
| | | <!-- <span>工位2目标站</span>--> |
| | | <!-- <label><input id="bay" type="number" name="points" min="0" style="background-color: #a9eeff" value="0" /></label>--> |
| | | <!-- </div>--> |
| | | <!-- <div class="select-container-item">--> |
| | | <!-- <span>层</span>--> |
| | | <!-- <label><input id="lev" type="number" name="points" min="1" style="background-color: #a9eeff" value="1" /></label>--> |
| | |
| | | <legend>手动操作</legend> |
| | | <div class="button-group"> |
| | | <button class="item" onclick="put()">取放货</button> |
| | | <button class="item" onclick="take()">取货</button> |
| | | <button class="item" onclick="stockMove()">放货</button> |
| | | <!-- <button class="item" onclick="take()">取货</button>--> |
| | | <!-- <button class="item" onclick="stockMove()">放货</button>--> |
| | | <!-- <button class="item" onclick="siteMove()">站到站</button>--> |
| | | <!-- <button class="item" onclick="bacOrigin()">回原点</button>--> |
| | | <!-- <button class="item" onclick="reverseOrigin()">反原点</button>--> |
| | |
| | | <button class="item" onclick="taskComplete()">任务完成</button> |
| | | <!-- <button class="item" onclick="pause()">暂停</button>--> |
| | | <!-- <button class="item" onclick="boot()">启动</button>--> |
| | | <button class="item" onclick="clearCommand()">清除命令</button> |
| | | <!-- <button class="item" onclick="clearCommand()">清除命令</button>--> |
| | | <button class="item" onclick="handleReset()">复位</button> |
| | | </div> |
| | | </fieldset> |