| | |
| | | max-height="350" style="width: 100%"> |
| | | <el-table-column property="crnNo" label="堆垛机"> |
| | | </el-table-column> |
| | | <el-table-column property="laneNo" label="巷道号"> |
| | | </el-table-column> |
| | | <el-table-column property="workNo" label="工作号"> |
| | | </el-table-column> |
| | | <el-table-column property="statusType" label="模式"> |
| | |
| | | <el-button @click="requestOperate('siteMove')" type="primary">站到站</el-button> |
| | | <el-button @click="requestOperate('taskComplete')" type="primary">任务完成</el-button> |
| | | <el-button @click="requestOperate('clearCommand')" type="primary">清除命令</el-button> |
| | | <el-button @click="requestOperate('handleReset')" type="primary">复位</el-button> |
| | | <el-button @click="requestOperate('reset')" type="primary">复位</el-button> |
| | | <br/> |
| | | <br/> |
| | | <el-button @click="requestOperate('auto')" type="warning">联机</el-button> |