| | |
| | | </div> |
| | | <div v-else> |
| | | <el-descriptions :title="currentTitle" direction="vertical" :column="4" border> |
| | | <el-descriptions-item label="堆垛机">{{ tableData[currentIndex].crnNo }} |
| | | <el-descriptions-item label="堆垛机">{{ tableData[currentIndex].rgvNo }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="工作号"> |
| | | {{ tableData[currentIndex].workNo }} |
| | | {{ tableData[currentIndex].workNo1 }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="模式"> |
| | | <el-tag>{{ tableData[currentIndex].statusType }}</el-tag> |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="任务状态"> |
| | | <div v-if="tableData[currentIndex].wrkStatus == 0"> |
| | | <el-tag>{{ tableData[currentIndex].wrkStatus$ }}</el-tag> |
| | | <el-tag>{{ tableData[currentIndex].status}}</el-tag> |
| | | </div> |
| | | <div v-else> |
| | | <el-tag type="success">{{ tableData[currentIndex].wrkStatus$ }}</el-tag> |
| | | </div> |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="设备状态"> |
| | | <el-tag>{{ tableData[currentIndex].deviceStatus }}</el-tag> |
| | | <el-tag>{{ tableData[currentIndex].walkPos }}</el-tag> |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="有物"> |
| | | <el-tag>{{ tableData[currentIndex].loading }}</el-tag> |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="列">{{ tableData[currentIndex].bay }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="层">{{ tableData[currentIndex].lev }} |
| | | <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].lev }} |
| | | <el-descriptions-item label="故障描述">{{ tableData[currentIndex].alarm }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="源站">{{ tableData[currentIndex].sourceStaNo }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="目标站">{{ tableData[currentIndex].staNo }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="源库位">{{ tableData[currentIndex].sourceLocNo }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="目标库位">{{ tableData[currentIndex].locNo }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="货叉定位">{{ tableData[currentIndex].forkOffset }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="载货台定位">{{ tableData[currentIndex].liftPos }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="走行在定位">{{ tableData[currentIndex].walkPos }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="走行速度(m/min)">{{ tableData[currentIndex].xspeed }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="升降速度(m/min)">{{ tableData[currentIndex].yspeed }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="叉牙速度(m/min)">{{ tableData[currentIndex].zspeed }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="走行距离(Km)">{{ tableData[currentIndex].xdistance }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="升降距离(Km)">{{ tableData[currentIndex].ydistance }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="走行时长(H)">{{ tableData[currentIndex].xduration }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="升降时长(H)">{{ tableData[currentIndex].yduration }} |
| | | </el-descriptions-item> |
| | | </el-descriptions> |
| | | </div> |