From 3a3ec51d536a37713d8270ec797c451e347fed5e Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期四, 06 七月 2023 11:15:59 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/console.map.js | 98 ++++++++++++++++++++++++++++++++++--------------- 1 files changed, 68 insertions(+), 30 deletions(-) diff --git a/src/main/webapp/static/js/console.map.js b/src/main/webapp/static/js/console.map.js index 191d642..fca6a8d 100644 --- a/src/main/webapp/static/js/console.map.js +++ b/src/main/webapp/static/js/console.map.js @@ -14,8 +14,8 @@ "left": 430, "width": 1020, "height": 24, - "minBayNo": 1, - "maxBayNo": 30 + "minBayNo": 2, + "maxBayNo": 31 }, { "type": "rack", @@ -24,8 +24,8 @@ "left": 430, "width": 1020, "height": 24, - "minBayNo": 1, - "maxBayNo": 30 + "minBayNo": 2, + "maxBayNo": 31 }, { "type": "rack", @@ -34,8 +34,8 @@ "left": 430, "width": 1020, "height": 24, - "minBayNo": 1, - "maxBayNo": 30 + "minBayNo": 2, + "maxBayNo": 31 }, { "type": "rack", @@ -44,8 +44,8 @@ "left": 430, "width": 1020, "height": 24, - "minBayNo": 1, - "maxBayNo": 30 + "minBayNo": 2, + "maxBayNo": 31 }, { "type": "rack", @@ -54,8 +54,8 @@ "left": 430, "width": 1088, "height": 24, - "minBayNo": 1, - "maxBayNo": 16 + "minBayNo": 2, + "maxBayNo": 17 }, { "type": "rack", @@ -64,8 +64,8 @@ "left": 430, "width": 1088, "height": 24, - "minBayNo": 1, - "maxBayNo": 16 + "minBayNo": 2, + "maxBayNo": 17 }, { "type": "rack", @@ -74,8 +74,8 @@ "left": 430, "width": 1088, "height": 24, - "minBayNo": 1, - "maxBayNo": 16 + "minBayNo": 2, + "maxBayNo": 17 }, { "type": "rack", @@ -84,8 +84,8 @@ "left": 430, "width": 1088, "height": 24, - "minBayNo": 1, - "maxBayNo": 16 + "minBayNo": 2, + "maxBayNo": 17 }, { "type": "rack", @@ -134,8 +134,8 @@ "left": 430, "width": 1020, "height": 24, - "minBayNo": 1, - "maxBayNo": 23 + "minBayNo": 2, + "maxBayNo": 24 }, { "type": "rack", @@ -144,8 +144,8 @@ "left": 430, "width": 1020, "height": 24, - "minBayNo": 1, - "maxBayNo": 23 + "minBayNo": 2, + "maxBayNo": 24 }, { "type": "rack", @@ -154,8 +154,8 @@ "left": 430, "width": 1020, "height": 24, - "minBayNo": 1, - "maxBayNo": 23 + "minBayNo": 2, + "maxBayNo": 24 }, { "type": "rack", @@ -164,8 +164,8 @@ "left": 430, "width": 1020, "height": 24, - "minBayNo": 1, - "maxBayNo": 23 + "minBayNo": 2, + "maxBayNo": 24 }, ], "rackDescs": [ @@ -542,7 +542,7 @@ "id": "site-304", "text": "304", "top": 458, - "left": 360, + "left": 361, "width": 66, "height": 24 }, { @@ -614,7 +614,7 @@ "id": "site-301", "text": "301", "top": 399, - "left": 360, + "left": 361, "width": 66, "height": 24 }, { @@ -636,8 +636,8 @@ }, { "type": "stn", - "id": "site-401", - "text": "401", + "id": "site-402", + "text": "402", "top": 612, "left": 326, "width": 100, @@ -645,13 +645,51 @@ }, { "type": "stn", - "id": "site-402", - "text": "402", + "id": "site-401", + "text": "401", "top": 612, "left": 224, "width": 100, "height": 24 } + ], + "barcode": [ + { + "type": "barcode", + "id": "barcode-1", + "text": "", + "top": 206, + "left": 326, + "width": 100, + "height": 20 + }, + { + "type": "barcode", + "id": "barcode-2", + "text": "", + "top": 345, + "left": 326, + "width": 100, + "height": 20 + }, + { + "type": "barcode", + "id": "barcode-3", + "text": "", + "top": 483, + "left": 291, + "width": 67, + "height": 20 + }, + { + "type": "barcode", + "id": "barcode-4", + "text": "", + "top": 637, + "left": 325, + "width": 100, + "height": 20 + }, ] } ] -- Gitblit v1.9.1