dubin
9 天以前 c0fc45a7cd97c2ded531b85575e6f26ff269db1b
src/main/webapp/static/js/console.map.js
@@ -1,9 +1,9 @@
mapInfo ={
    "mapName": "wcs",
    "rackCount": 8,
    "crnCount": 4,
    "rackCount": 4,
    "crnCount": 2,
    "stbCount": 120,
    "hpPosition": 0,
    "hpPosition": 1,
    "minBayNo": 2,
    "racks": [
        {
@@ -11,41 +11,41 @@
            "id": "rack1",
            "top": 160,
            "left": 500,
            "width": 800,
            "width": 1150,
            "height": 23,
            "minBayNo": 1,
            "maxBayNo": 26
            "minBayNo": 2,
            "maxBayNo": 35
        },
        {
            "type": "rack",
            "id": "rack2",
            "top": 210,
            "left": 500,
            "width": 800,
            "width": 1150,
            "height": 23,
            "minBayNo": 1,
            "maxBayNo": 27
            "minBayNo": 2,
            "maxBayNo": 35
        },
        {
            "type": "rack",
            "id": "rack3",
            "top": 300,
            "left": 500,
            "width": 800,
            "width": 1000,
            "height": 23,
            "minBayNo": 1,
            "maxBayNo": 35
            "minBayNo": 2,
            "maxBayNo": 26
        },
        {
            "type": "rack",
            "id": "rack4",
            "top": 350,
            "left": 500,
            "width": 800,
            "width": 1000,
            "height": 23,
            "minBayNo": 1,
            "maxBayNo": 35
        },
            "minBayNo": 2,
            "maxBayNo": 26
        }
    ],
    "rackDescs": [
        {
@@ -53,7 +53,7 @@
            "id": "lb_desc2",
            "text": "#4",
            "top": 160,
            "left": 460,
            "left": 1650,
            "width": 30,
            "height": 23
        },
@@ -62,7 +62,7 @@
            "id": "lb_desc3",
            "text": "#3",
            "top": 210,
            "left": 460,
            "left": 1650,
            "width": 30,
            "height": 23
        },
@@ -71,16 +71,16 @@
            "id": "lb_desc4",
            "text": "#2",
            "top": 300,
            "left": 460,
            "left": 1500,
            "width": 30,
            "height": 23
        },
        {
            "type": "rackDescs",
            "id": "lb_desc4",
            "id": "lb_desc5",
            "text": "#1",
            "top": 350,
            "left": 460,
            "left": 1500,
            "width": 30,
            "height": 23
        }
@@ -91,25 +91,7 @@
            "id": "crn-2",
            "text": "1",
            "top": 187,
            "left": 1250,
            "width": 100,
            "height": 22
        },
        {
            "type": "track",
            "id": "lb_track1",
            "text": "",
            "top": 197,
            "left": 500,
            "width": 800,
            "height": 2
        },
        {
            "type": "crane",
            "id": "crn-1",
            "text": "1",
            "top": 327,
            "left": 1250,
            "width": 100,
            "height": 22
        },
@@ -117,9 +99,27 @@
            "type": "track",
            "id": "lb_track2",
            "text": "",
            "top": 197,
            "left": 500,
            "width": 1150,
            "height": 2
        },
        {
            "type": "crane",
            "id": "crn-1",
            "text": "1",
            "top": 327,
            "left": 500,
            "width": 100,
            "height": 22
        },
        {
            "type": "track",
            "id": "lb_track1",
            "text": "",
            "top": 337,
            "left": 500,
            "width": 800,
            "width": 1000,
            "height": 2
        }
    ],
@@ -142,16 +142,16 @@
                    "width": 2900,
                    "height": 600,
                    "stns": [
                        { "type": "stn", "id": "site-105", "text": "105", "top": 130, "left": 1400, "width": 90, "height": 70 },
                        { "type": "stn", "id": "site-101", "text": "101", "top": 210, "left": 1500, "width": 90, "height": 23 },
                        { "type": "stn", "id": "site-102", "text": "102", "top": 210, "left": 1400, "width": 90, "height": 23 },
                        { "type": "stn", "id": "site-106", "text": "106", "top": 163, "left": 1301, "width": 90, "height": 23 },
                        { "type": "stn", "id": "site-103", "text": "103", "top": 210, "left": 1301, "width": 90, "height": 23 },
                        { "type": "stn", "id": "site-104", "text": "104", "top": 260, "left": 1400, "width": 90, "height": 70 },
                        { "type": "stn", "id": "site-105", "text": "105", "top": 130, "left": 300, "width": 90, "height": 70 },
                        { "type": "stn", "id": "site-101", "text": "101", "top": 210, "left": 200, "width": 90, "height": 23 },
                        { "type": "stn", "id": "site-102", "text": "102", "top": 210, "left": 300, "width": 90, "height": 23 },
                        { "type": "stn", "id": "site-106", "text": "106", "top": 163, "left": 400, "width": 90, "height": 23 },
                        { "type": "stn", "id": "site-103", "text": "103", "top": 210, "left": 400, "width": 90, "height": 23 },
                        { "type": "stn", "id": "site-104", "text": "104", "top": 260, "left": 300, "width": 90, "height": 70 }
                    ],
                    "barcode": []
                }
            ]
        }
    ]
}
}