From 246c867095e2029379492b82914a4ff327344b6e Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期四, 29 五月 2025 14:20:40 +0800
Subject: [PATCH] 自动补空板
---
src/main/webapp/static/js/console.map.js | 141 +++++++---------------------------------------
1 files changed, 22 insertions(+), 119 deletions(-)
diff --git a/src/main/webapp/static/js/console.map.js b/src/main/webapp/static/js/console.map.js
index c95582e..2c53f2e 100644
--- a/src/main/webapp/static/js/console.map.js
+++ b/src/main/webapp/static/js/console.map.js
@@ -8,46 +8,37 @@
"floors": 1,
"racks": [{
"type": "rack",
- "id": "rack4",
- "top": 260,
- "left": 197,
- "width": 762,
- "height": 23,
- "minBayNo": 1,
- "maxBayNo": 24
- }, {
- "type": "rack",
"id": "rack1",
- "top": 95,
- "left": 163,
- "width": 796,
+ "top": 260,
+ "left": 167,
+ "width": 794,
"height": 23,
"minBayNo": 1,
- "maxBayNo": 25
+ "maxBayNo": 14
}, {
"type": "rack",
"id": "rack2",
- "top": 152,
- "left": 163,
- "width": 796,
+ "top": 200,
+ "left": 167,
+ "width": 794,
"height": 23,
"minBayNo": 1,
- "maxBayNo": 25
- }, {
+ "maxBayNo": 14
+ },{
"type": "rack",
"id": "rack3",
- "top": 200,
- "left": 163,
- "width": 796,
+ "top": 177,
+ "left": 167,
+ "width": 794,
"height": 23,
"minBayNo": 1,
- "maxBayNo": 25
- }],
+ "maxBayNo": 14
+ },],
"rackDescs": [{
"type": "rackDescs",
"id": "lb_desc1",
- "text": "#4",
- "top": 93,
+ "text": "#3",
+ "top": 177,
"left": 129,
"width": 30,
"height": 23
@@ -70,28 +61,12 @@
"height": 22
}, {
"type": "track",
- "id": "lb_track4",
- "text": "",
- "top": 136,
- "left": 147,
- "width": 850,
- "height": 2
- }, {
- "type": "track",
"id": "lb_track5",
"text": "",
"top": 243,
- "left": 142,
- "width": 850,
+ "left": 180,
+ "width": 830,
"height": 2
- }, {
- "type": "crane",
- "id": "crn-2",
- "text": "2",
- "top": 127,
- "left": 441,
- "width": 93,
- "height": 22
}],
"areas": [{
"type": "Control_floor",
@@ -111,55 +86,7 @@
"height": 505,
"stns": [{
"type": "stn",
- "id": "site-111",
- "text": "212",
- "top": 119,
- "left": 1122,
- "width": 65,
- "height": 23
- }, {
- "type": "stn",
- "id": "site-110",
- "text": "101",
- "top": 119,
- "left": 1188,
- "width": 65,
- "height": 23
- }, {
- "type": "stn",
- "id": "site-109",
- "text": "211",
- "top": 95,
- "left": 1122,
- "width": 65,
- "height": 23
- }, {
- "type": "stn",
- "id": "site-112",
- "text": "207",
- "top": 119,
- "left": 1041,
- "width": 80,
- "height": 32
- }, {
- "type": "stn",
- "id": "site-113",
- "text": "205",
- "top": 176,
- "left": 1041,
- "width": 80,
- "height": 23
- }, {
- "type": "stn",
- "id": "site-102",
- "text": "206",
- "top": 152,
- "left": 1041,
- "width": 80,
- "height": 23
- }, {
- "type": "stn",
- "id": "site-108",
+ "id": "site-202",
"text": "202",
"top": 260,
"left": 960,
@@ -167,7 +94,7 @@
"height": 23
}, {
"type": "stn",
- "id": "site-107",
+ "id": "site-201",
"text": "201",
"top": 260,
"left": 1041,
@@ -175,7 +102,7 @@
"height": 23
}, {
"type": "stn",
- "id": "site-105",
+ "id": "site-203",
"text": "203",
"top": 200,
"left": 960,
@@ -183,33 +110,9 @@
"height": 23
}, {
"type": "stn",
- "id": "site-104",
+ "id": "site-204",
"text": "204",
"top": 200,
- "left": 1041,
- "width": 80,
- "height": 23
- }, {
- "type": "stn",
- "id": "site-103",
- "text": "209",
- "top": 152,
- "left": 960,
- "width": 80,
- "height": 23
- }, {
- "type": "stn",
- "id": "site-101",
- "text": "210",
- "top": 95,
- "left": 960,
- "width": 80,
- "height": 23
- }, {
- "type": "stn",
- "id": "site-100",
- "text": "208",
- "top": 95,
"left": 1041,
"width": 80,
"height": 23
--
Gitblit v1.9.1