自动化立体仓库 - WCS系统
#
Junjie
2023-11-13 7e8e09aa4c3da51907bcf344de83d377b5b6d6c4
#
2个文件已修改
437 ■■■■■ 已修改文件
src/main/webapp/static/js/console.js 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/console.map.js 427 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/console.js
@@ -30,12 +30,12 @@
        let bLen
        let interval // 间隔数
        if (maxBayNo<35) {
            interval = 1
            bLen = maxBayNo / interval // 库位个数
        if (maxBayNo < 37) {
            interval = 1;
            bLen = maxBayNo / interval; // 库位个数
        } else {
            interval = 2
            bLen = maxBayNo / interval // 库位个数
            interval = 2;
            bLen = maxBayNo / interval; // 库位个数
        }
        let bayWidth // 单个库位宽度
        let bNum // 库位号码
src/main/webapp/static/js/console.map.js
@@ -1,426 +1 @@
mapInfo = {
    "mapName": "xcjgwcs",
    "rackCount": 4,
    "crnCount": 1,
    "stbCount": 4,
    "hpPosition": 0,
    "minBayNo": 1,
    "floors": 1,
    "racks": [{
        "type": "rack",
        "id": "rack12",
        "top": 614,
        "left": 478,
        "width": 796,
        "height": 23,
        "minBayNo": 1,
        "maxBayNo": 20
    }, {
        "type": "rack",
        "id": "rack11",
        "top": 591,
        "left": 478,
        "width": 796,
        "height": 23,
        "minBayNo": 1,
        "maxBayNo": 20
    }, {
        "type": "rack",
        "id": "rack10",
        "top": 522,
        "left": 479,
        "width": 796,
        "height": 23,
        "minBayNo": 1,
        "maxBayNo": 20
    }, {
        "type": "rack",
        "id": "rack9",
        "top": 498,
        "left": 479,
        "width": 796,
        "height": 23,
        "minBayNo": 1,
        "maxBayNo": 20
    }, {
        "type": "rack",
        "id": "rack8",
        "top": 465,
        "left": 479,
        "width": 796,
        "height": 23,
        "minBayNo": 1,
        "maxBayNo": 20
    }, {
        "type": "rack",
        "id": "rack7",
        "top": 442,
        "left": 479,
        "width": 796,
        "height": 23,
        "minBayNo": 1,
        "maxBayNo": 20
    }, {
        "type": "rack",
        "id": "rack6",
        "top": 367,
        "left": 479,
        "width": 796,
        "height": 23,
        "minBayNo": 1,
        "maxBayNo": 20
    }, {
        "type": "rack",
        "id": "rack5",
        "top": 344,
        "left": 479,
        "width": 796,
        "height": 23,
        "minBayNo": 1,
        "maxBayNo": 20
    }, {
        "type": "rack",
        "id": "rack4",
        "top": 308,
        "left": 458,
        "width": 796,
        "height": 23,
        "minBayNo": 1,
        "maxBayNo": 20
    }, {
        "type": "rack",
        "id": "rack3",
        "top": 285,
        "left": 458,
        "width": 796,
        "height": 23,
        "minBayNo": 1,
        "maxBayNo": 20
    }, {
        "type": "rack",
        "id": "rack2",
        "top": 223,
        "left": 458,
        "width": 796,
        "height": 23,
        "minBayNo": 1,
        "maxBayNo": 20
    }, {
        "type": "rack",
        "id": "rack1",
        "top": 200,
        "left": 458,
        "width": 796,
        "height": 23,
        "minBayNo": 1,
        "maxBayNo": 20
    }],
    "crns": [{
        "type": "crane",
        "id": "crn-2",
        "text": "2",
        "top": 563,
        "left": 525,
        "width": 93,
        "height": 22
    }, {
        "type": "crane",
        "id": "crn-1",
        "text": "1",
        "top": 258,
        "left": 525,
        "width": 93,
        "height": 22
    }, {
        "type": "track",
        "id": "lb_track3",
        "text": "",
        "top": 571,
        "left": 456,
        "width": 850,
        "height": 2
    }, {
        "type": "track",
        "id": "lb_track2",
        "text": "",
        "top": 415,
        "left": 456,
        "width": 850,
        "height": 2
    }, {
        "type": "track",
        "id": "lb_track1",
        "text": "",
        "top": 269,
        "left": 442,
        "width": 850,
        "height": 2
    }],
    "areas": [{
        "type": "Control_floor",
        "id": "tabControl_floor1",
        "text": "楼层",
        "top": 66,
        "left": 80,
        "width": 1444,
        "height": 668,
        "floors": [{
            "type": "floor",
            "id": "page_floor1",
            "text": "1F",
            "top": 4,
            "left": 22,
            "width": 1418,
            "height": 660,
            "stns": [{
                "type": "stn",
                "id": "site-408",
                "text": "408",
                "top": 616,
                "left": 1314,
                "width": 41,
                "height": 23
            }, {
                "type": "stn",
                "id": "site-402",
                "text": "402",
                "top": 487,
                "left": 1354,
                "width": 73,
                "height": 36
            }, {
                "type": "stn",
                "id": "site-404",
                "text": "404",
                "top": 544,
                "left": 1354,
                "width": 73,
                "height": 72
            }, {
                "type": "stn",
                "id": "site-405",
                "text": "405",
                "top": 616,
                "left": 1354,
                "width": 73,
                "height": 23
            }, {
                "type": "stn",
                "id": "site-403",
                "text": "403",
                "top": 523,
                "left": 1354,
                "width": 73,
                "height": 23
            }, {
                "type": "stn",
                "id": "site-400",
                "text": "400",
                "top": 443,
                "left": 1354,
                "width": 73,
                "height": 23
            }, {
                "type": "stn",
                "id": "site-401",
                "text": "401",
                "top": 466,
                "left": 1354,
                "width": 73,
                "height": 23
            }, {
                "type": "stn",
                "id": "site-409",
                "text": "409",
                "top": 616,
                "left": 1275,
                "width": 40,
                "height": 23
            }, {
                "type": "stn",
                "id": "site-407",
                "text": "407",
                "top": 523,
                "left": 1275,
                "width": 80,
                "height": 23
            }, {
                "type": "stn",
                "id": "site-406",
                "text": "406",
                "top": 466,
                "left": 1275,
                "width": 80,
                "height": 23
            }, {
                "type": "stn",
                "id": "site-305",
                "text": "305",
                "top": 368,
                "left": 1432,
                "width": 81,
                "height": 30
            }, {
                "type": "stn",
                "id": "site-304",
                "text": "304",
                "top": 345,
                "left": 1432,
                "width": 81,
                "height": 23
            }, {
                "type": "stn",
                "id": "site-303",
                "text": "303",
                "top": 339,
                "left": 1354,
                "width": 80,
                "height": 30
            }, {
                "type": "stn",
                "id": "site-306",
                "text": "306",
                "top": 339,
                "left": 1282,
                "width": 73,
                "height": 30
            }, {
                "type": "stn",
                "id": "site-302",
                "text": "302",
                "top": 309,
                "left": 1354,
                "width": 80,
                "height": 30
            }, {
                "type": "stn",
                "id": "site-307",
                "text": "307",
                "top": 309,
                "left": 1282,
                "width": 73,
                "height": 30
            }, {
                "type": "stn",
                "id": "site-301",
                "text": "301",
                "top": 286,
                "left": 1354,
                "width": 80,
                "height": 23
            }, {
                "type": "stn",
                "id": "site-300",
                "text": "300",
                "top": 286,
                "left": 1255,
                "width": 100,
                "height": 23
            }, {
                "type": "stn",
                "id": "site-206",
                "text": "206",
                "top": 616,
                "left": 394,
                "width": 87,
                "height": 23
            }, {
                "type": "stn",
                "id": "site-205",
                "text": "205",
                "top": 616,
                "left": 316,
                "width": 81,
                "height": 23
            }, {
                "type": "stn",
                "id": "site-204",
                "text": "204",
                "top": 523,
                "left": 316,
                "width": 73,
                "height": 93
            }, {
                "type": "stn",
                "id": "site-203",
                "text": "203",
                "top": 446,
                "left": 316,
                "width": 73,
                "height": 78
            }, {
                "type": "stn",
                "id": "site-202",
                "text": "202",
                "top": 389,
                "left": 316,
                "width": 73,
                "height": 59
            }, {
                "type": "stn",
                "id": "site-201",
                "text": "201",
                "top": 368,
                "left": 316,
                "width": 73,
                "height": 23
            }, {
                "type": "stn",
                "id": "site-200",
                "text": "200",
                "top": 368,
                "left": 388,
                "width": 93,
                "height": 23
            }, {
                "type": "stn",
                "id": "site-105",
                "text": "105",
                "top": 286,
                "left": 387,
                "width": 73,
                "height": 23
            }, {
                "type": "stn",
                "id": "site-104",
                "text": "104",
                "top": 286,
                "left": 314,
                "width": 73,
                "height": 23
            }, {
                "type": "stn",
                "id": "site-103",
                "text": "103",
                "top": 256,
                "left": 314,
                "width": 73,
                "height": 30
            }, {
                "type": "stn",
                "id": "site-102",
                "text": "102",
                "top": 224,
                "left": 314,
                "width": 73,
                "height": 33
            }, {
                "type": "stn",
                "id": "site-100",
                "text": "100",
                "top": 201,
                "left": 387,
                "width": 73,
                "height": 23
            }, {
                "type": "stn",
                "id": "site-101",
                "text": "101",
                "top": 201,
                "left": 314,
                "width": 73,
                "height": 23
            }]
        }]
    }]
}
mapInfo = {"mapName":"xcjgwcs","rackCount":4,"crnCount":1,"stbCount":4,"hpPosition":0,"minBayNo":1,"floors":1,"racks":[{"type":"rack","id":"rack3","top":285,"left":458,"width":796,"height":23,"minBayNo":1,"maxBayNo":36},{"type":"rack","id":"rack12","top":614,"left":478,"width":796,"height":23,"minBayNo":1,"maxBayNo":27},{"type":"rack","id":"rack11","top":591,"left":478,"width":796,"height":23,"minBayNo":1,"maxBayNo":27},{"type":"rack","id":"rack10","top":522,"left":479,"width":796,"height":23,"minBayNo":1,"maxBayNo":27},{"type":"rack","id":"rack9","top":498,"left":479,"width":796,"height":23,"minBayNo":1,"maxBayNo":27},{"type":"rack","id":"rack8","top":465,"left":479,"width":796,"height":23,"minBayNo":1,"maxBayNo":27},{"type":"rack","id":"rack7","top":442,"left":479,"width":796,"height":23,"minBayNo":1,"maxBayNo":27},{"type":"rack","id":"rack6","top":367,"left":479,"width":796,"height":23,"minBayNo":1,"maxBayNo":24},{"type":"rack","id":"rack5","top":344,"left":479,"width":796,"height":23,"minBayNo":1,"maxBayNo":24},{"type":"rack","id":"rack4","top":308,"left":458,"width":796,"height":23,"minBayNo":1,"maxBayNo":33},{"type":"rack","id":"rack2","top":223,"left":458,"width":796,"height":23,"minBayNo":1,"maxBayNo":36},{"type":"rack","id":"rack1","top":200,"left":458,"width":796,"height":23,"minBayNo":1,"maxBayNo":36}],"crns":[{"type":"crane","id":"crn-2","text":"2","top":563,"left":525,"width":93,"height":22},{"type":"crane","id":"crn-1","text":"1","top":258,"left":525,"width":93,"height":22},{"type":"track","id":"lb_track3","text":"","top":571,"left":456,"width":850,"height":2},{"type":"track","id":"lb_track2","text":"","top":415,"left":456,"width":850,"height":2},{"type":"track","id":"lb_track1","text":"","top":269,"left":442,"width":850,"height":2}],"areas":[{"type":"Control_floor","id":"tabControl_floor1","text":"楼层","top":66,"left":80,"width":1443,"height":668,"floors":[{"type":"floor","id":"page_floor1","text":"1F","top":4,"left":22,"width":1417,"height":660,"stns":[{"type":"stn","id":"site-408","text":"408","top":616,"left":1314,"width":41,"height":23},{"type":"stn","id":"site-402","text":"402","top":487,"left":1354,"width":73,"height":36},{"type":"stn","id":"site-404","text":"404","top":544,"left":1354,"width":73,"height":72},{"type":"stn","id":"site-405","text":"405","top":616,"left":1354,"width":73,"height":23},{"type":"stn","id":"site-403","text":"403","top":523,"left":1354,"width":73,"height":23},{"type":"stn","id":"site-400","text":"400","top":443,"left":1354,"width":73,"height":23},{"type":"stn","id":"site-401","text":"401","top":466,"left":1354,"width":73,"height":23},{"type":"stn","id":"site-409","text":"409","top":616,"left":1275,"width":40,"height":23},{"type":"stn","id":"site-407","text":"407","top":523,"left":1275,"width":80,"height":23},{"type":"stn","id":"site-406","text":"406","top":466,"left":1275,"width":80,"height":23},{"type":"stn","id":"site-305","text":"305","top":368,"left":1432,"width":81,"height":30},{"type":"stn","id":"site-304","text":"304","top":345,"left":1432,"width":81,"height":23},{"type":"stn","id":"site-303","text":"303","top":339,"left":1354,"width":80,"height":30},{"type":"stn","id":"site-306","text":"306","top":339,"left":1282,"width":73,"height":30},{"type":"stn","id":"site-302","text":"302","top":309,"left":1354,"width":80,"height":30},{"type":"stn","id":"site-307","text":"307","top":309,"left":1282,"width":73,"height":30},{"type":"stn","id":"site-301","text":"301","top":286,"left":1354,"width":80,"height":23},{"type":"stn","id":"site-300","text":"300","top":286,"left":1255,"width":100,"height":23},{"type":"stn","id":"site-206","text":"206","top":616,"left":394,"width":87,"height":23},{"type":"stn","id":"site-205","text":"205","top":616,"left":316,"width":81,"height":23},{"type":"stn","id":"site-204","text":"204","top":523,"left":316,"width":73,"height":93},{"type":"stn","id":"site-203","text":"203","top":446,"left":316,"width":73,"height":78},{"type":"stn","id":"site-202","text":"202","top":389,"left":316,"width":73,"height":59},{"type":"stn","id":"site-201","text":"201","top":368,"left":316,"width":73,"height":23},{"type":"stn","id":"site-200","text":"200","top":368,"left":388,"width":93,"height":23},{"type":"stn","id":"site-105","text":"105","top":286,"left":387,"width":73,"height":23},{"type":"stn","id":"site-104","text":"104","top":286,"left":314,"width":73,"height":23},{"type":"stn","id":"site-103","text":"103","top":256,"left":314,"width":73,"height":30},{"type":"stn","id":"site-102","text":"102","top":224,"left":314,"width":73,"height":33},{"type":"stn","id":"site-100","text":"100","top":201,"left":387,"width":73,"height":23},{"type":"stn","id":"site-101","text":"101","top":201,"left":314,"width":73,"height":23}]}]}]}