From 4cbeaf4776d205188522a296242c9d7158d9bff7 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期三, 20 十一月 2024 16:51:55 +0800
Subject: [PATCH] 库位转移判断浅库位有货
---
src/main/webapp/static/js/console.map.js | 822 ++++++++++++++++++++++++++--------------------------------
1 files changed, 373 insertions(+), 449 deletions(-)
diff --git a/src/main/webapp/static/js/console.map.js b/src/main/webapp/static/js/console.map.js
index f06a5c7..0860a99 100644
--- a/src/main/webapp/static/js/console.map.js
+++ b/src/main/webapp/static/js/console.map.js
@@ -1,451 +1,375 @@
mapInfo = {
- "mapName":"STWCS",
- "rackCount":16,
- "crnCount":4,
- "stbCount":16,
- "hpPosition":0,
- "minBayNo":2,
- "floors":1,
- "racks":[
- {
- "type":"rack",
- "id":"rack4",
- "top":549,
- "left":412,
- "width":846,
- "height":20,
- "minBayNo":2,
- "maxBayNo":31
- },
- {
- "type":"rack",
- "id":"rack1",
- "top":642,
- "left":413,
- "width":846,
- "height":20,
- "minBayNo":2,
- "maxBayNo":31
- },
- {
- "type":"rack",
- "id":"rack2",
- "top":619,
- "left":413,
- "width":846,
- "height":20,
- "minBayNo":2,
- "maxBayNo":31
- },
- {
- "type":"rack",
- "id":"rack3",
- "top":571,
- "left":412,
- "width":846,
- "height":20,
- "minBayNo":2,
- "maxBayNo":31
- },
- {
- "type":"rack",
- "id":"rack8",
- "top":435,
- "left":412,
- "width":846,
- "height":20,
- "minBayNo":2,
- "maxBayNo":31
- },
- {
- "type":"rack",
- "id":"rack5",
- "top":527,
- "left":412,
- "width":846,
- "height":20,
- "minBayNo":2,
- "maxBayNo":31
- },
- {
- "type":"rack",
- "id":"rack6",
- "top":505,
- "left":412,
- "width":846,
- "height":20,
- "minBayNo":2,
- "maxBayNo":31
- },
- {
- "type":"rack",
- "id":"rack7",
- "top":457,
- "left":412,
- "width":846,
- "height":20,
- "minBayNo":2,
- "maxBayNo":31
- },
- {
- "type":"rack",
- "id":"rack12",
- "top":322,
- "left":412,
- "width":846,
- "height":20,
- "minBayNo":2,
- "maxBayNo":31
- },
- {
- "type":"rack",
- "id":"rack9",
- "top":413,
- "left":412,
- "width":846,
- "height":20,
- "minBayNo":2,
- "maxBayNo":31
- },
- {
- "type":"rack",
- "id":"rack10",
- "top":391,
- "left":412,
- "width":846,
- "height":20,
- "minBayNo":2,
- "maxBayNo":31
- },
- {
- "type":"rack",
- "id":"rack11",
- "top":344,
- "left":412,
- "width":846,
- "height":20,
- "minBayNo":2,
- "maxBayNo":31
- },
- {
- "type":"rack",
- "id":"rack16",
- "top":206,
- "left":412,
- "width":846,
- "height":20,
- "minBayNo":2,
- "maxBayNo":31
- },
- {
- "type":"rack",
- "id":"rack13",
- "top":300,
- "left":412,
- "width":846,
- "height":20,
- "minBayNo":2,
- "maxBayNo":31
- },
- {
- "type":"rack",
- "id":"rack15",
- "top":228,
- "left":412,
- "width":846,
- "height":20,
- "minBayNo":2,
- "maxBayNo":31
- },
- {
- "type":"rack",
- "id":"rack14",
- "top":278,
- "left":412,
- "width":846,
- "height":20,
- "minBayNo":2,
- "maxBayNo":31
- }
- ],
- "rackDescs":[
- {
- "type":"rackDescs",
- "id":"lb_desc16",
- "text":"#1",
- "top":664,
- "left":1228,
- "width":30,
- "height":23
- },
- {
- "type":"rackDescs",
- "id":"lb_desc1",
- "text":"#16",
- "top":181,
- "left":1217,
- "width":41,
- "height":23
- }
- ],
- "crns":[
- {
- "type":"crane",
- "id":"crn-4",
- "text":"4",
- "top":252,
- "left":501,
- "width":93,
- "height":22
- },
- {
- "type":"track",
- "id":"lb_track1",
- "text":"",
- "top":605,
- "left":332,
- "width":971,
- "height":2
- },
- {
- "type":"crane",
- "id":"crn-3",
- "text":"3",
- "top":367,
- "left":512,
- "width":93,
- "height":22
- },
- {
- "type":"track",
- "id":"lb_track2",
- "text":"",
- "top":489,
- "left":332,
- "width":972,
- "height":2
- },
- {
- "type":"crane",
- "id":"crn-2",
- "text":"2",
- "top":481,
- "left":501,
- "width":93,
- "height":22
- },
- {
- "type":"track",
- "id":"lb_track5",
- "text":"",
- "top":376,
- "left":333,
- "width":974,
- "height":2
- },
- {
- "type":"track",
- "id":"lb_track4",
- "text":"",
- "top":260,
- "left":335,
- "width":975,
- "height":2
- },
- {
- "type":"crane",
- "id":"crn-1",
- "text":"1",
- "top":595,
- "left":501,
- "width":93,
- "height":22
- }
- ],
- "areas":[
- {
- "type":"Control_floor",
- "id":"tabControl_floor1",
- "text":"妤煎眰",
- "top":68,
- "left":80,
- "width":1275,
- "height":910,
- "floors":[
- {
- "type":"floor",
- "id":"page_floor1",
- "text":"1F",
- "top":4,
- "left":22,
- "width":1249,
- "height":902,
- "stns":[
- {
- "type":"track",
- "id":"lb_trCart21",
- "text":"",
- "top":93,
- "left":243,
- "width":6,
- "height":569
- },
- {
- "type":"track",
- "id":"lb_trCart22",
- "text":"",
- "top":93,
- "left":297,
- "width":6,
- "height":569
- },
- {
- "type":"stn",
- "id":"site-016",
- "text":"016",
- "top":457,
- "left":239,
- "width":69,
- "height":20
- },
- {
- "type":"stn",
- "id":"site-015",
- "text":"015",
- "top":93,
- "left":310,
- "width":100,
- "height":20
- },
- {
- "type":"stn",
- "id":"site-014",
- "text":"014",
- "top":93,
- "left":413,
- "width":92,
- "height":20
- },
- {
- "type":"stn",
- "id":"site-013",
- "text":"013",
- "top":115,
- "left":413,
- "width":92,
- "height":20
- },
- {
- "type":"stn",
- "id":"site-012",
- "text":"012",
- "top":138,
- "left":413,
- "width":92,
- "height":20
- },
- {
- "type":"stn",
- "id":"site-011",
- "text":"011",
- "top":160,
- "left":413,
- "width":92,
- "height":20
- },
- {
- "type":"stn",
- "id":"site-010",
- "text":"010",
- "top":183,
- "left":413,
- "width":92,
- "height":20
- },
- {
- "type":"stn",
- "id":"site-009",
- "text":"009",
- "top":183,
- "left":310,
- "width":100,
- "height":20
- },
- {
- "type":"stn",
- "id":"site-008",
- "text":"008",
- "top":228,
- "left":310,
- "width":100,
- "height":20
- },
- {
- "type":"stn",
- "id":"site-007",
- "text":"007",
- "top":278,
- "left":311,
- "width":100,
- "height":20
- },
- {
- "type":"stn",
- "id":"site-006",
- "text":"006",
- "top":344,
- "left":311,
- "width":100,
- "height":20
- },
- {
- "type":"stn",
- "id":"site-005",
- "text":"005",
- "top":391,
- "left":311,
- "width":100,
- "height":20
- },
- {
- "type":"stn",
- "id":"site-004",
- "text":"004",
- "top":457,
- "left":311,
- "width":100,
- "height":20
- },
- {
- "type":"stn",
- "id":"site-003",
- "text":"003",
- "top":505,
- "left":311,
- "width":100,
- "height":20
- },
- {
- "type":"stn",
- "id":"site-002",
- "text":"002",
- "top":571,
- "left":311,
- "width":100,
- "height":20
- },
- {
- "type":"stn",
- "id":"site-001",
- "text":"001",
- "top":619,
- "left":311,
- "width":100,
- "height":20
- }
- ]
- }
- ]
- }
- ]
+ "mapName": "STWCS",
+ "rackCount": 16,
+ "crnCount": 4,
+ "stbCount": 16,
+ "hpPosition": 0,
+ "minBayNo": 2,
+ "floors": 1,
+ "racks": [{
+ "type": "rack",
+ "id": "rack1",
+ "top": 45,
+ "left": 350,
+ "width": 1220,
+ "height": 22,
+ "minBayNo": 2,
+ "maxBayNo": 29
+ }, {
+ "type": "rack",
+ "id": "rack2",
+ "top": 67,
+ "left": 350,
+ "width": 1220,
+ "height": 22,
+ "minBayNo": 2,
+ "maxBayNo": 29
+ }, {
+ "type": "rack",
+ "id": "rack3",
+ "top": 115,
+ "left": 350,
+ "width": 1220,
+ "height": 22,
+ "minBayNo": 2,
+ "maxBayNo": 29
+ }, {
+ "type": "rack",
+ "id": "rack4",
+ "top": 137,
+ "left": 350,
+ "width": 1220,
+ "height": 22,
+ "minBayNo": 2,
+ "maxBayNo": 29
+ }, {
+ "type": "rack",
+ "id": "rack5",
+ "top": 159,
+ "left": 350,
+ "width": 1220,
+ "height": 22,
+ "minBayNo": 2,
+ "maxBayNo": 29
+ }, {
+ "type": "rack",
+ "id": "rack6",
+ "top": 181,
+ "left": 350,
+ "width": 1220,
+ "height": 22,
+ "minBayNo": 2,
+ "maxBayNo": 29
+ }, {
+ "type": "rack",
+ "id": "rack7",
+ "top": 229,
+ "left": 350,
+ "width": 1220,
+ "height": 22,
+ "minBayNo": 2,
+ "maxBayNo": 29
+ }, {
+ "type": "rack",
+ "id": "rack8",
+ "top": 251,
+ "left": 350,
+ "width": 1220,
+ "height": 22,
+ "minBayNo": 2,
+ "maxBayNo": 29
+ }, {
+ "type": "rack",
+ "id": "rack9",
+ "top": 273,
+ "left": 350,
+ "width": 1220,
+ "height": 22,
+ "minBayNo": 2,
+ "maxBayNo": 29
+ }, {
+ "type": "rack",
+ "id": "rack10",
+ "top": 295,
+ "left": 350,
+ "width": 1220,
+ "height": 22,
+ "minBayNo": 2,
+ "maxBayNo": 29
+ }, {
+ "type": "rack",
+ "id": "rack11",
+ "top": 343,
+ "left": 350,
+ "width": 1220,
+ "height": 22,
+ "minBayNo": 2,
+ "maxBayNo": 29
+ }, {
+ "type": "rack",
+ "id": "rack12",
+ "top": 365,
+ "left": 350,
+ "width": 1220,
+ "height": 22,
+ "minBayNo": 2,
+ "maxBayNo": 29
+ }, {
+ "type": "rack",
+ "id": "rack13",
+ "top": 387,
+ "left": 350,
+ "width": 1220,
+ "height": 22,
+ "minBayNo": 2,
+ "maxBayNo": 29
+ }, {
+ "type": "rack",
+ "id": "rack14",
+ "top": 409,
+ "left": 350,
+ "width": 1220,
+ "height": 22,
+ "minBayNo": 2,
+ "maxBayNo": 29
+ }, {
+ "type": "rack",
+ "id": "rack15",
+ "top": 457,
+ "left": 350,
+ "width": 1220,
+ "height": 22,
+ "minBayNo": 2,
+ "maxBayNo": 29
+ }, {
+ "type": "rack",
+ "id": "rack16",
+ "top": 479,
+ "left": 350,
+ "width": 1220,
+ "height": 22,
+ "minBayNo": 2,
+ "maxBayNo": 29
+ }, {
+ "type": "rack",
+ "id": "rack17",
+ "top": 501,
+ "left": 350,
+ "width": 1220,
+ "height": 22,
+ "minBayNo": 2,
+ "maxBayNo": 29
+ }, {
+ "type": "rack",
+ "id": "rack18",
+ "top": 523,
+ "left": 350,
+ "width": 1220,
+ "height": 22,
+ "minBayNo": 2,
+ "maxBayNo": 29
+ }, {
+ "type": "rack",
+ "id": "rack19",
+ "top": 571,
+ "left": 350,
+ "width": 1220,
+ "height": 22,
+ "minBayNo": 2,
+ "maxBayNo": 29
+ }, {
+ "type": "rack",
+ "id": "rack20",
+ "top": 593,
+ "left": 350,
+ "width": 1220,
+ "height": 22,
+ "minBayNo": 2,
+ "maxBayNo": 29
+ }, {
+ "type": "rack",
+ "id": "rack21",
+ "top": 615,
+ "left": 350,
+ "width": 1220,
+ "height": 22,
+ "minBayNo": 2,
+ "maxBayNo": 29
+ }, {
+ "type": "rack",
+ "id": "rack22",
+ "top": 637,
+ "left": 350,
+ "width": 1220,
+ "height": 22,
+ "minBayNo": 2,
+ "maxBayNo": 29
+ }, {
+ "type": "rack",
+ "id": "rack23",
+ "top": 685,
+ "left": 350,
+ "width": 1220,
+ "height": 22,
+ "minBayNo": 2,
+ "maxBayNo": 29
+ }, {
+ "type": "rack",
+ "id": "rack24",
+ "top": 707,
+ "left": 350,
+ "width": 1220,
+ "height": 22,
+ "minBayNo": 2,
+ "maxBayNo": 29
+ }],
+ "rackDescs": [{
+ "type": "rackDescs",
+ "id": "lb_desc16",
+ "text": "#1",
+ "top": 45,
+ "left": 1570,
+ "width": 30,
+ "height": 23
+ }, {
+ "type": "rackDescs",
+ "id": "lb_desc1",
+ "text": "#24",
+ "top": 707,
+ "left": 1570,
+ "width": 41,
+ "height": 23
+ }, {
+ "type": "rackDescs",
+ "id": "lb_desc100",
+ "text": "<=鍏ュ簱<=",
+ "top": 48,
+ "left": 260,
+ "width": 100,
+ "height": 23
+ }, {
+ "type": "rackDescs",
+ "id": "lb_desc103",
+ "text": "=>鍑哄簱=>",
+ "top": 138,
+ "left": 260,
+ "width": 100,
+ "height": 23
+ }],
+ "crns": [{
+ "type": "crane",
+ "id": "crn-1",
+ "text": "1",
+ "top": 96,
+ "left": 350,
+ "width": 93,
+ "height": 22
+ }, {
+ "type": "track",
+ "id": "lb_track1",
+ "text": "",
+ "top": 106,
+ "left": 350,
+ "width": 1220,
+ "height": 2
+ }, {
+ "type": "crane",
+ "id": "crn-2",
+ "text": "2",
+ "top": 210,
+ "left": 350,
+ "width": 93,
+ "height": 22
+ }, {
+ "type": "track",
+ "id": "lb_track2",
+ "text": "",
+ "top": 220,
+ "left": 350,
+ "width": 1220,
+ "height": 2
+ }, {
+ "type": "crane",
+ "id": "crn-3",
+ "text": "3",
+ "top": 324,
+ "left": 350,
+ "width": 93,
+ "height": 22
+ }, {
+ "type": "track",
+ "id": "lb_track3",
+ "text": "",
+ "top": 334,
+ "left": 350,
+ "width": 1220,
+ "height": 2
+ }, {
+ "type": "crane",
+ "id": "crn-4",
+ "text": "4",
+ "top": 438,
+ "left": 350,
+ "width": 93,
+ "height": 22
+ }, {
+ "type": "track",
+ "id": "lb_track4",
+ "text": "",
+ "top": 448,
+ "left": 350,
+ "width": 1220,
+ "height": 2
+ }, {
+ "type": "crane",
+ "id": "crn-5",
+ "text": "5",
+ "top": 552,
+ "left": 350,
+ "width": 93,
+ "height": 22
+ }, {
+ "type": "track",
+ "id": "lb_track5",
+ "text": "",
+ "top": 562,
+ "left": 350,
+ "width": 1220,
+ "height": 2
+ }, {
+ "type": "crane",
+ "id": "crn-6",
+ "text": "6",
+ "top": 666,
+ "left": 350,
+ "width": 93,
+ "height": 22
+ }, {
+ "type": "track",
+ "id": "lb_track6",
+ "text": "",
+ "top": 676,
+ "left": 350,
+ "width": 1220,
+ "height": 2
+ }],
+ "areas": [{
+ "type": "Control_floor",
+ "id": "tabControl_floor1",
+ "text": "妤煎眰",
+ "top": 68,
+ "left": 80,
+ "width": 1400,
+ "height": 680,
+ "floors": [{
+ "type": "floor",
+ "id": "page_floor1",
+ "text": "1F",
+ "top": 4,
+ "left": 22,
+ "width": 1374,
+ "height": 672,
+ "stns": []
+ }]
+ }]
}
\ No newline at end of file
--
Gitblit v1.9.1