| | |
| | | <el-button @click="requestOperate('put')" type="primary">放货</el-button> |
| | | <el-button @click="requestOperate('TakeAndPut')" type="primary">取放货</el-button> |
| | | <el-button @click="requestOperate('walk')" type="warning">行走</el-button> |
| | | </div> |
| | | <div style="margin-top: 10px"> |
| | | <el-button @click="requestOperate('del')" type="warning">任务清空</el-button> |
| | | <el-button @click="requestOperate('del2')" type="warning">清除作业启动中</el-button> |
| | | </div> |
| | | <div style="margin-top: 10px"> |
| | | <el-button @click="requestOperate('delRgvTask')" type="warning">清空wcs下发数据(运行数据需要硬件复位9S)</el-button> |
| | | </div> |
| | | </div> |