From 076cb3aa8987b0bb096ddaa50d8b4746af699be9 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期四, 18 五月 2023 18:24:58 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index d69319f..b3148e3 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -344,7 +344,6 @@
             url: baseUrl + '/console/barcode/output/site',
             method: 'GET',
             success: function (res) {
-                console.log(res)
                 if (res.code === 200) {
                     tData = eval(res.data);
                     if (tData.length <= 5) {
@@ -604,10 +603,11 @@
                         // crns[i].bay = 15;
 
                         var offSet = 0;
-                        unit = 60;
-                        offSet = 350;
+                        unit = -28.5;
+                        offSet = 1710; //145
 
 
+                        // crnEl.animate({left: offSet + 'px'}, 1000);
                         if(crns[i].bay === 1){
                             crnEl.animate({left: offSet + 'px'}, 1000);
                         } else {

--
Gitblit v1.9.1