From 759e123c07b3e89550564a3137491e16c300b9f9 Mon Sep 17 00:00:00 2001
From: whycq <you@example.com>
Date: 星期二, 27 六月 2023 18:57:54 +0800
Subject: [PATCH] #
---
src/main/webapp/views/console.html | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index 1ade121..4bc096b 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -34,8 +34,10 @@
</div>
<!-- 绗�4鍒� -->
<div class="site-row site-row-4">
+<!-- <div id="barcode-103" class="barcode" style="height: 36px;line-height: 36px;">80004175</div>-->
<div id="site-103" class="site" style="height: 36px;line-height: 36px;">103</div>
<div id="site-203" class="site" style="height: 30px;line-height: 30px;margin-top: 96px;">203</div>
+<!-- <div id="barcode-203" class="barcode" style="height: 30px;line-height: 30px;margin-top: 96px;">80003736</div>-->
</div>
<!-- 绗�5鍒� -->
<div class="site-row site-row-5">
@@ -953,7 +955,7 @@
// tData2 = tData
} else if(tData.length<=15){
tData1 = tData.slice(0,5)
- tData2 = tData.slice(5,15)
+ tData2 = tData.slice(5,10)
// tData.splice(0,10)
tData3 = tData.slice(10,15)
} else {
@@ -961,7 +963,6 @@
tData1 = tData.slice(0,5)
tData2 = tData.slice(5,10)
tData3 = tData.slice(10,15)
-
}
}
}
@@ -971,9 +972,6 @@
getCodeData();
renderBarCode();
}, 1000)
-
-
-
function renderBarCode() {
for (var i = 0;i<tData1.length;i++){
--
Gitblit v1.9.1