From a12194e71d7d7263e1b0a784dcd854f4bfc8a12b Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期四, 01 十二月 2022 16:07:40 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index fde6b24..28c51f7 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -344,6 +344,7 @@
             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) {
@@ -613,6 +614,10 @@
                                 unit = 17;
                                 offSet = 337;
                                 break;
+                            case 3:
+                                unit = 24;
+                                offSet = 337;
+                                break;
                         }
 
                         if(crns[i].bay === 1){

--
Gitblit v1.9.1