From ee6863dd561415cebed005d51e8c15ec8c2f5004 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期日, 28 七月 2024 20:12:40 +0800
Subject: [PATCH] wcs配置,流程修改

---
 src/main/webapp/views/console.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index 4678401..d0314a4 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -20,9 +20,9 @@
                 <h1>鑷姩浠撳簱WCS鐩戞帶鍥�</h1>
                 <h6>AUTOMATIC WAREHOUSE WCS MONITORING DIAGRAM</h6>
             </div>
-            <div class="head-right">
-                <img src="../static/images/zy-logo.png" alt="涓壃" height="44" width="80">
-            </div>
+<!--            <div class="head-right">-->
+<!--                <img src="../static/images/zy-logo.png" alt="涓壃" height="44" width="80">-->
+<!--            </div>-->
         </div>
         <!-- 璐ф灦 + 鍫嗗灈鏈� + 鍏ュ簱绔欑偣 -->
         <div class="main-part">
@@ -568,7 +568,7 @@
                             siteEl.html(sites[i].siteId);
                         }
 
-                        if (sites[i].siteId === '1' || sites[i].siteId === '2') {
+                        if (sites[i].siteId === '1' || sites[i].siteId === '2' || sites[i].siteId === '3') {
 
                             carAnimate(Number(sites[i].siteId), Number(sites[i].nearbySta));
                         }
@@ -715,7 +715,7 @@
     function carAnimate(id, target) {
         // debugger
         var targetTop = 0;
-        if (id === 1 || id === '1' || id === '2' || id === 2) {
+        if (id === 1 || id === '1' || id === '2' || id === 2 || id === '3' || id === 3) {
             switch (target) {
                 case 1:
                     targetTop += 792;

--
Gitblit v1.9.1