| | |
| | | <h6>AUTOMATIC WAREHOUSE WCS MONITORING DIAGRAM</h6> |
| | | </div> |
| | | <div class="head-right"> |
| | | <img src="../static/images/zy-logo.png" alt="中扬" height="44" width="80"> |
| | | <img src="../static/images/zy-logo.png" alt="浙江中扬立库技术有限公司" height="44" width="80"> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | } else { |
| | | siteEl.html(sites[i].siteId); |
| | | } |
| | | if (i + 1 === 8) { |
| | | if (sites[i].siteId<100) { |
| | | carAnimate(i + 1, Number(sites[i].nearbySta)); |
| | | } |
| | | } |
| | |
| | | // 小车偏移动画 |
| | | function carAnimate(id, target) { |
| | | var targetTop = 122; |
| | | if (id === 8) { |
| | | if (id < 100) { |
| | | switch (target) { |
| | | case 1: |
| | | targetTop += 160; |