| | |
| | | <!-- 四向穿梭车状态 --> |
| | | <div class="line-status"> |
| | | <div class="body-head">穿梭车状态</div> |
| | | <div id="shuttle-status-box"> |
| | | <div id="shuttle-status-box" style="height: 100px;overflow-y: scroll;overflow-x: hidden;"> |
| | | </div> |
| | | <div class="button"><span>所有状态</span></div> |
| | | <div class="button item-group"> |
| | |
| | | <!-- 提升机状态 --> |
| | | <div class="line-status"> |
| | | <div class="body-head">提升机状态</div> |
| | | <div id="lift-status-box"> |
| | | <div id="lift-status-box" style="height: 120px;overflow-y: scroll;overflow-x: hidden;"> |
| | | |
| | | </div> |
| | | <div class="button"><span>所有状态</span></div> |
| | |
| | | case 4: |
| | | //站点 |
| | | var data = colData.data; |
| | | col = '<div id="site-' + data + '" class="site">' + data + '(9991)</div>'; |
| | | col = '<div id="site-' + data + '" class="site">' + data + '</div>'; |
| | | break; |
| | | case 5: |
| | | //充电桩 |
| | | col = '<button class="item" style="font-size: 24px">⚡</button>'; |
| | | break; |
| | | default: |
| | | col = '<button class="item">' + idx + '</button>'; |
| | | let val = idx; |
| | | if (colData.data.length > 0) { |
| | | val = colData.data |
| | | } |
| | | col = '<button class="item">' + val + '</button>'; |
| | | } |
| | | |
| | | if(rowData.length - 2 == idx){ |