From c98e0f05f27b9c4a63f731bc95c657cc5ba9de75 Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期三, 08 十一月 2023 08:20:53 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/console.map.js | 368 ++++++++++++++++++++++++++++++++++++++++------------ 1 files changed, 284 insertions(+), 84 deletions(-) diff --git a/src/main/webapp/static/js/console.map.js b/src/main/webapp/static/js/console.map.js index c6e80bc..30e04a7 100644 --- a/src/main/webapp/static/js/console.map.js +++ b/src/main/webapp/static/js/console.map.js @@ -1,31 +1,131 @@ mapInfo = { - "mapName": "NBJFWCS", + "mapName": "XCJGWCS", "rackCount": 18, "crnCount": 7, "stbCount": 77, - "hpPosition": 1, + "hpPosition": 0, "minBayNo": 2, - "floors": 1, + "floors": 2, "racks": [ { "type": "rack", "id": "rack1", - "top": 324, - "left": 208, - "width": 1600, + "top": 100, + "left": 370, + "width": 1224, "height": 26, - "minBayNo": 2, - "maxBayNo": 56 + "minBayNo": 1, + "maxBayNo": 36 }, { "type": "rack", "id": "rack2", - "top": 386, - "left": 208, - "width": 1600, + "top": 130, + "left": 370, + "width": 1224, "height": 26, - "minBayNo": 2, - "maxBayNo": 56 + "minBayNo": 1, + "maxBayNo": 36 + }, + { + "type": "rack", + "id": "rack3", + "top": 160, + "left": 370, + "width": 1224, + "height": 26, + "minBayNo": 1, + "maxBayNo": 36 + }, + { + "type": "rack", + "id": "rack4", + "top": 190, + "left": 370, + "width": 1122, + "height": 26, + "minBayNo": 1, + "maxBayNo": 33 + }, + { + "type": "rack", + "id": "rack5", + "top": 230, + "left": 403, + "width": 1104, + "height": 26, + "minBayNo": 1, + "maxBayNo": 24 + }, + { + "type": "rack", + "id": "rack6", + "top": 260, + "left": 403, + "width": 1104, + "height": 26, + "minBayNo": 1, + "maxBayNo": 24 + }, + { + "type": "rack", + "id": "rack7", + "top": 440, + "left": 403, + "width": 1242, + "height": 26, + "minBayNo": 1, + "maxBayNo": 27 + }, + { + "type": "rack", + "id": "rack8", + "top": 470, + "left": 403, + "width": 1242, + "height": 26, + "minBayNo": 1, + "maxBayNo": 27 + }, + { + "type": "rack", + "id": "rack9", + "top": 500, + "left": 403, + "width": 1242, + "height": 26, + "minBayNo": 1, + "maxBayNo": 27 + }, + { + "type": "rack", + "id": "rack10", + "top": 530, + "left": 403, + "width": 1242, + "height": 26, + "minBayNo": 1, + "maxBayNo": 27 + }, + { + "type": "rack", + "id": "rack11", + "top": 610, + "left": 403, + "width": 1242, + "height": 26, + "minBayNo": 1, + "maxBayNo": 27 + }, + { + "type": "rack", + "id": "rack12", + "top": 640, + "left": 403, + "width": 1242, + "height": 26, + "minBayNo": 1, + "maxBayNo": 27 }, ], "rackDescs": [ @@ -53,17 +153,35 @@ "type": "track", "id": "lb_track1", "text": "", - "top": 370, - "left": 154, - "width": 1700, + "top": 346, + "left": 300, + "width": 1300, "height": 2 }, { "type": "crane", "id": "crn-1", "text": "1", - "top": 358, - "left": 805, + "top": 334, + "left": 1552, + "width": 93, + "height": 22 + }, + { + "type": "uTrack", + "id": "lb_track2", + "text": "", + "top": 400, + "left": 300, + "width": 1400, + "height": 180 + }, + { + "type": "crane", + "id": "crn-2", + "text": "2", + "top": 388, + "left": 1552, "width": 93, "height": 22 }, @@ -79,72 +197,154 @@ "width": 1845, "height": 676, "floors": [ - { - "type": "floor", - "id": "page_floor1", - "text": "1F", - "top": 4, - "left": 22, - "width": 1819, - "height": 668, - "stns": [ - { - "type": "stn", - "id": "site-105", - "text": "105", - "top": 386, - "left": 1007, - "width": 78, - "height": 24 - }, - { - "type": "stn", - "id": "site-102", - "text": "102", - "top": 386, - "left": 1087, - "width": 78, - "height": 24 - }, - { - "type": "stn", - "id": "site-104", - "text": "104", - "top": 412, - "left": 1007, - "width": 78, - "height": 24 - }, - { - "type": "stn", - "id": "site-101", - "text": "101", - "top": 412, - "left": 1087, - "width": 78, - "height": 24 - }, - { - "type": "stn", - "id": "site-103", - "text": "103", - "top": 438, - "left": 1007, - "width": 78, - "height": 24 - }, - { - "type": "stn", - "id": "site-100", - "text": "100", - "top": 438, - "left": 1087, - "width": 78, - "height": 24 - }, - ] - }, - + //{ + // "type": "floor", + // "id": "page_floor1", + // "text": "1F", + // "top": 4, + // "left": 22, + // "width": 1819, + // "height": 668, + // "stns": [ + // { + // "type": "stn", + // "id": "site-105", + // "text": "105", + // "top": 403, + // "left": 193, + // "width": 78, + // "height": 24 + // }, + // { + // "type": "stn", + // "id": "site-102", + // "text": "102", + // "top": 377, + // "left": 273, + // "width": 95, + // "height": 24 + // }, + // { + // "type": "stn", + // "id": "site-104", + // "text": "104", + // "top": 377, + // "left": 193, + // "width": 78, + // "height": 24 + // }, + // { + // "type": "stn", + // "id": "site-101", + // "text": "101", + // "top": 403, + // "left": 273, + // "width": 95, + // "height": 24 + // }, + // { + // "type": "stn", + // "id": "site-103", + // "text": "103", + // "top": 429, + // "left": 193, + // "width": 78, + // "height": 24 + // }, + // { + // "type": "stn", + // "id": "site-100", + // "text": "100", + // "top": 477, + // "left": 193, + // "width": 78, + // "height": 24 + // }, + // { + // "type": "stn", + // "id": "site-110", + // "text": "110", + // "top": 376, + // "left": 1512, + // "width": 78, + // "height": 24 + // }, + // { + // "type": "stn", + // "id": "site-111", + // "text": "111", + // "top": 403, + // "left": 1512, + // "width": 78, + // "height": 24 + // }, + // { + // "type": "stn", + // "id": "site-112", + // "text": "112", + // "top": 376, + // "left": 1592, + // "width": 78, + // "height": 24 + // }, + // { + // "type": "stn", + // "id": "site-113", + // "text": "113", + // "top": 403, + // "left": 1592, + // "width": 78, + // "height": 24 + // }, + // { + // "type": "stn", + // "id": "site-114", + // "text": "114", + // "top": 376, + // "left": 1672, + // "width": 78, + // "height": 24 + // }, + // { + // "type": "stn", + // "id": "site-115", + // "text": "115", + // "top": 403, + // "left": 1672, + // "width": 78, + // "height": 24 + // }, + // { + // "type": "stn", + // "id": "site-116", + // "text": "116", + // "top": 350, + // "left": 1672, + // "width": 78, + // "height": 24 + // }, + // { + // "type": "stn", + // "id": "site-117", + // "text": "117", + // "top": 324, + // "left": 1672, + // "width": 78, + // "height": 24 + // }, + // ], + // "barcode": [ + // { + // "type": "barcode", + // "id": "barcode-1", + // "text": "", + // "top": 454, + // "left": 192, + // "width": 78, + // "height": 20 + // } + // ] + //}, ] } ] -- Gitblit v1.9.1