From 9f6b8deae24d6aa5bc9a872a1d4e08e76a93e4a9 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期六, 31 八月 2024 09:04:28 +0800
Subject: [PATCH] #
---
src/main/webapp/views/console.html | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index 412c5da..15821d2 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -21,7 +21,7 @@
<h6>AUTOMATIC WAREHOUSE WCS MONITORING DIAGRAM</h6>
</div>
<div class="head-right">
- <img src="../static/images/zy-logo.png" alt="涓壃" height="44" width="80">
+ <img src="../static/images/logo1.png" alt="涓壃" height="44">
</div>
</div>
<!-- 璐ф灦 + 鍫嗗灈鏈� + 鍏ュ簱绔欑偣 -->
@@ -569,6 +569,7 @@
}
if (sites[i].siteId === '16' || sites[i].siteId === '016') {
+ console.log(sites[i].nearbySta);
carAnimate(Number(sites[i].siteId), Number(sites[i].nearbySta));
}
}
@@ -634,7 +635,7 @@
if (res.code === 200) {
var barcodes = res.data;
for (var i = 0; i < barcodes.length; i++) {
- $("#code-decoder-data-" + barcodes[i].barcodeId).html(barcodes[i].codeValue);
+ $("#barcode-"+barcodes[i].barcodeId).html(barcodes[i].codeValue ? barcodes[i].codeValue : "--");
}
} else if (res.code === 403) {
parent.location.href = baseUrl + "/login";
@@ -730,7 +731,7 @@
case 9:
targetTop += 183;
break;
- case 15:
+ case 10:
targetTop += 95;
break;
default:
--
Gitblit v1.9.1