| | |
| | | <th class="py-3 px-4">工作号</th> |
| | | <th class="py-3 px-4">PLC工作号</th> |
| | | <th class="py-3 px-4">设备模式</th> |
| | | <th class="py-3 px-4">设备状态</th> |
| | | <th class="py-3 px-4">任务状态</th> |
| | | <th class="py-3 px-4">任务模式</th> |
| | | <th class="py-3 px-4">取货数据</th> |
| | |
| | | <td class="py-3 px-4">{{ item.taskNo }}</td> |
| | | <td class="py-3 px-4">{{ item.plcTaskNo }}</td> |
| | | <td class="py-3 px-4">{{ item.model$ }}</td> |
| | | <td class="py-3 px-4">{{ item.deviceStatus$ }}</td> |
| | | <td class="py-3 px-4">{{ item.protocolStatus$ }}</td> |
| | | <td class="py-3 px-4">{{ item.taskMode$ }}</td> |
| | | <td class="py-3 px-4">{{ item.pick }}</td> |
| | |
| | | <td class="py-3 px-4">{{ item.lev }}</td> |
| | | <td class="py-3 px-4"> |
| | | <div v-for="(sta,id) in item.liftStaProtocols" :key="id"> |
| | | {{ sta.lev }}层,托盘:{{ sta.hasTray ? 'Y':'N' }},小车:{{ sta.hasCar ? 'Y':'N' }} |
| | | {{ sta.siteId }}站,托盘:{{ sta.hasTray ? 'Y':'N' }},小车:{{ sta.hasCar ? 'Y':'N' }} |
| | | </div> |
| | | </td> |
| | | </tr> |