#
yxFwq
2024-07-18 bf7f18b252078aa07b7df4a2b51a36e320663730
src/main/webapp/views/console-old.html
@@ -22,7 +22,7 @@
            <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>
@@ -1016,7 +1016,7 @@
                        } else {
                            siteEl.html(sites[i].siteId);
                        }
                        if (i + 1 === 8) {
                        if (sites[i].siteId<100) {
                            carAnimate(i + 1, Number(sites[i].nearbySta));
                        }
                    }
@@ -1199,7 +1199,7 @@
    // 小车偏移动画
    function carAnimate(id, target) {
        var targetTop = 122;
        if (id === 8) {
        if (id < 100) {
            switch (target) {
                case 1:
                    targetTop += 160;