From c19bd47fa2f5aa779f902d599b51824741bda6f0 Mon Sep 17 00:00:00 2001
From: zc <zc@123>
Date: 星期三, 18 六月 2025 10:19:39 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/jx-fyxc-wcs' into jx-fyxc-wcs
---
src/main/webapp/static/js/console.map.js | 75 ++++++++++++++++++++++++++++++++-----
1 files changed, 64 insertions(+), 11 deletions(-)
diff --git a/src/main/webapp/static/js/console.map.js b/src/main/webapp/static/js/console.map.js
index 73d7504..979f4ff 100644
--- a/src/main/webapp/static/js/console.map.js
+++ b/src/main/webapp/static/js/console.map.js
@@ -6,7 +6,7 @@
"hpPosition": 0,
"minBayNo": 1,
"floors": 1,
- "racks": [ {
+ "racks": [{
"type": "rack",
"id": "rack12",
"top": 280,
@@ -101,7 +101,7 @@
"left": 580,
"width": 60,
"height": 40
- },{
+ }, {
"type": "stn",
"id": "site-1111",
"text": "1111",
@@ -109,7 +109,7 @@
"left": 580,
"width": 60,
"height": 40
- },{
+ }, {
"type": "stn",
"id": "site-1114",
"text": "1114",
@@ -117,7 +117,7 @@
"left": 1740,
"width": 60,
"height": 40
- },{
+ }, {
"type": "stn",
"id": "site-1113",
"text": "1113",
@@ -126,7 +126,7 @@
"width": 60,
"height": 40
}],
- "barcode":[
+ "barcode": [
{
"type": "barcode",
"id": "barcode-0",
@@ -146,7 +146,7 @@
"height": 20
}
]
- },{
+ }, {
"type": "floor",
"id": "page_floor2",
"text": "2F",
@@ -162,7 +162,7 @@
"left": 580,
"width": 60,
"height": 40
- },{
+ }, {
"type": "stn",
"id": "site-1121",
"text": "1121",
@@ -170,7 +170,7 @@
"left": 580,
"width": 60,
"height": 40
- },{
+ }, {
"type": "stn",
"id": "site-1124",
"text": "1124",
@@ -178,7 +178,7 @@
"left": 1740,
"width": 60,
"height": 40
- },{
+ }, {
"type": "stn",
"id": "site-1123",
"text": "1123",
@@ -187,7 +187,7 @@
"width": 60,
"height": 40
}],
- "barcode":[
+ "barcode": [
{
"type": "barcode",
"id": "barcode-2",
@@ -207,6 +207,59 @@
"height": 20
}
]
- }]
+ }, {
+ "type": "floor",
+ "id": "page_floor2.5",
+ "text": "2.5F",
+ "top": 4,
+ "left": 22,
+ "width": 1819,
+ "height": 668,
+ "stns": [{
+ "type": "stn",
+ "id": "site-1131",
+ "text": "1131",
+ "top": 352,
+ "left": 1740,
+ "width": 60,
+ "height": 40
+ }, {
+ "type": "stn",
+ "id": "site-1132",
+ "text": "1132",
+ "top": 394,
+ "left": 1740,
+ "width": 60,
+ "height": 40
+ }, {
+ "type": "stn",
+ "id": "site-1133",
+ "text": "1133",
+ "top": 436,
+ "left": 1740,
+ "width": 60,
+ "height": 40
+ }, {
+ "type": "stn",
+ "id": "site-1134",
+ "text": "1134",
+ "top": 478,
+ "left": 1740,
+ "width": 60,
+ "height": 40
+ }, {
+ "type": "stn",
+ "id": "site-1135",
+ "text": "1135",
+ "top": 520,
+ "left": 1740,
+ "width": 60,
+ "height": 40
+ }],
+ "barcode": [
+
+ ]
+ }
+ ]
}]
}
\ No newline at end of file
--
Gitblit v1.9.1