From 9c3da520c38c813d6b615adb5b49e7519c994f6b Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期五, 13 六月 2025 12:53:45 +0800
Subject: [PATCH] 1

---
 src/main/webapp/views/realtimeWatch/console.html |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/realtimeWatch/console.html b/src/main/webapp/views/realtimeWatch/console.html
index fbbfd6a..7515115 100644
--- a/src/main/webapp/views/realtimeWatch/console.html
+++ b/src/main/webapp/views/realtimeWatch/console.html
@@ -31,6 +31,12 @@
                 <h6>AUTOMATIC WAREHOUSE WCS MONITORING DIAGRAM</h6>
             </div>
         </div>
+        <select onchange="window.open(this.value)">
+            <option value = "console1.html">--鎴愬搧涓�妤�--</option>
+            <option value="console2.html" >-鍗婃垚鍝佷簩妤�-</option>
+            <option value="console3.html">-鎴愬搧浜屾ゼ-</option>
+            <option value="console.html"selected ="selected">-鍗婃垚鍝佷竴妤�-</option>
+        </select>
         <!-- 璐ф灦 + 鍫嗗灈鏈� + 鍏ュ簱绔欑偣 -->
         <div class="main-part">
 
@@ -642,7 +648,7 @@
                         // crnEl.animate({left: (crns[i].bay * unit) + 'px'}, 1000);
                         // crns[i].bay = 1;
 
-                        var offSet = 390;
+                        var offSet = 800;
                         // crns[i].bay = 41;
                         if(crns[i].bay === 1){
                             crnEl.animate({left: offSet + 'px'}, 1000);

--
Gitblit v1.9.1