| | |
| | | |
| | | <div> |
| | | <el-button @click="requestOperate('auto')" type="warning">联机</el-button> |
| | | <el-button @click="requestOperate('semiAutomatic')" type="warning">半自动</el-button> |
| | | <el-button @click="requestOperate('hand')" type="warning">手动</el-button> |
| | | <el-button @click="requestOperate('onlineWrk4')" type="warning">恢复联机任务</el-button> |
| | | <el-button @click="requestOperate('onlineWrk3')" type="warning">清除联机任务</el-button> |
| | | <el-button @click="requestOperate('onlineWrk1')" type="warning">申请完成任务</el-button> |
| | | <el-button @click="requestOperate('restoreTask')" type="warning">恢复联机任务</el-button> |
| | | <el-button @click="requestOperate('compTask')" type="warning">强制完成任务</el-button> |
| | | <br/> |
| | | <br/> |
| | | <el-button @click="requestOperate('onlineWrk2')" type="warning">申请取消任务</el-button> |
| | | <el-button @click="requestOperate('stop')" type="warning">远程急停</el-button> |
| | | <!-- <el-button @click="requestOperate('noStop')" type="warning">取消急停</el-button>--> |
| | | <el-button @click="requestOperate('reset')" type="warning">系统复位</el-button> |
| | | </div> |
| | | </div> |
| | | </el-card> |
| | |
| | | <el-descriptions-item label="设备状态"> |
| | | <el-tag>{{ tableData[currentIndex].walkPos }}</el-tag> |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="有物"> |
| | | <el-tag>{{ tableData[currentIndex].loading1 }}</el-tag> |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="故障代码">{{ tableData[currentIndex].warnCode }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="故障描述">{{ tableData[currentIndex].alarm }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="源站">{{ tableData[currentIndex].sourceStaNo }} |
| | | <el-descriptions-item label="源站">{{ tableData[currentIndex].staNo }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="目标站">{{ tableData[currentIndex].staNo }} |
| | | <el-descriptions-item label="目标站">{{ tableData[currentIndex].sourceStaNo }} |
| | | </el-descriptions-item> |
| | | </el-descriptions> |
| | | </div> |
| | |
| | | type: 'warning' |
| | | }).then(()=>{ |
| | | $.ajax({ |
| | | url: baseUrl + "/crn/operator/" + method, |
| | | url: baseUrl + "/rgv/operator/" + method, |
| | | headers: { |
| | | 'token': localStorage.getItem('token') |
| | | }, |