From ee6863dd561415cebed005d51e8c15ec8c2f5004 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期日, 28 七月 2024 20:12:40 +0800 Subject: [PATCH] wcs配置,流程修改 --- src/main/webapp/static/js/console.map.js | 60 ++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 34 insertions(+), 26 deletions(-) diff --git a/src/main/webapp/static/js/console.map.js b/src/main/webapp/static/js/console.map.js index 258d89d..b2a3f7b 100644 --- a/src/main/webapp/static/js/console.map.js +++ b/src/main/webapp/static/js/console.map.js @@ -3,7 +3,7 @@ "rackCount": 8, "crnCount": 2, "stbCount": 18, - "hpPosition": 0, + "hpPosition": 1, "minBayNo": 1, "floors": 2, "racks": [{ @@ -11,7 +11,7 @@ "id": "rack1", "top": 189, "left": 200, - "width": 1300, + "width": 1350, "height": 23, "minBayNo": 1, "maxBayNo": 31 @@ -22,8 +22,8 @@ "left": 200, "width": 1300, "height": 23, - "minBayNo": 1, - "maxBayNo": 30 + "minBayNo": 2, + "maxBayNo": 31 }, { "type": "rack", "id": "rack7", @@ -31,14 +31,14 @@ "left": 200, "width": 1300, "height": 23, - "minBayNo": 1, - "maxBayNo": 30 + "minBayNo": 2, + "maxBayNo": 31 }, { "type": "rack", "id": "rack6", "top": 365, "left": 200, - "width": 1300, + "width": 1350, "height": 23, "minBayNo": 1, "maxBayNo": 31 @@ -47,7 +47,7 @@ "id": "rack5", "top": 338, "left": 200, - "width": 1300, + "width": 1350, "height": 23, "minBayNo": 1, "maxBayNo": 31 @@ -58,8 +58,8 @@ "left": 200, "width": 1300, "height": 23, - "minBayNo": 1, - "maxBayNo": 30 + "minBayNo": 2, + "maxBayNo": 31 }, { "type": "rack", "id": "rack3", @@ -67,38 +67,38 @@ "left": 200, "width": 1300, "height": 23, - "minBayNo": 1, - "maxBayNo": 30 + "minBayNo": 2, + "maxBayNo": 31 }, { "type": "rack", "id": "rack2", "top": 217, "left": 200, - "width": 1300, + "width": 1350, "height": 23, "minBayNo": 1, "maxBayNo": 31 }], "rackDescs": [{ "type": "rackDescs", - "id": "lb_desc1", - "text": "#1", + "id": "lb_desc8", + "text": "#8", "top": 190, "left": 150, "width": 33, "height": 23 }, - {"type": "rackDescs", "id": "lb_desc2", "text": "#2", "top": 218, "left": 150, "width": 33, "height": 23}, - {"type": "rackDescs", "id": "lb_desc3", "text": "#3", "top": 280, "left": 150, "width": 33, "height": 23}, - {"type": "rackDescs", "id": "lb_desc4", "text": "#4", "top": 310, "left": 150, "width": 33, "height": 23}, - {"type": "rackDescs", "id": "lb_desc5", "text": "#5", "top": 340, "left": 150, "width": 33, "height": 23}, - {"type": "rackDescs", "id": "lb_desc6", "text": "#6", "top": 370, "left": 150, "width": 33, "height": 23}, - {"type": "rackDescs", "id": "lb_desc7", "text": "#7", "top": 430, "left": 150, "width": 33, "height": 23}, - {"type": "rackDescs", "id": "lb_desc8", "text": "#8", "top": 460, "left": 150, "width": 33, "height": 23}], + {"type": "rackDescs", "id": "lb_desc7", "text": "#7", "top": 218, "left": 150, "width": 33, "height": 23}, + {"type": "rackDescs", "id": "lb_desc6", "text": "#6", "top": 280, "left": 150, "width": 33, "height": 23}, + {"type": "rackDescs", "id": "lb_desc5", "text": "#5", "top": 310, "left": 150, "width": 33, "height": 23}, + {"type": "rackDescs", "id": "lb_desc4", "text": "#4", "top": 340, "left": 150, "width": 33, "height": 23}, + {"type": "rackDescs", "id": "lb_desc3", "text": "#3", "top": 370, "left": 150, "width": 33, "height": 23}, + {"type": "rackDescs", "id": "lb_desc2", "text": "#2", "top": 430, "left": 150, "width": 33, "height": 23}, + {"type": "rackDescs", "id": "lb_desc1", "text": "#1", "top": 460, "left": 150, "width": 33, "height": 23}], "crns": [{ "type": "crane", - "id": "crn-2", - "text": "2", + "id": "crn-1", + "text": "1", "top": 393, "left": 376, "width": 101, @@ -113,8 +113,8 @@ "height": 1 }, { "type": "crane", - "id": "crn-1", - "text": "1", + "id": "crn-2", + "text": "2", "top": 250, "left": 383, "width": 101, @@ -201,6 +201,14 @@ "left": 287, "width": 86, "height": 105 + }, { + "type": "stn", + "id": "site-107", + "text": "107", + "top": 431, + "left": 287, + "width": 86, + "height": 50 }] }, { "type": "floor", -- Gitblit v1.9.1