From 7cff9ed1e47866e923727456fdf84559a607ec5e Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期二, 09 五月 2023 11:06:00 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index f8e2c09..00696c5 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,8 +603,8 @@
                         // crns[i].bay = 15;
 
                         var offSet = 0;
-                        unit = 60;
-                        offSet = 325;
+                        unit = 11.5;
+                        offSet = 350;
 
 
                         if(crns[i].bay === 1){

--
Gitblit v1.9.1