自动化立体仓库 - WCS系统
#
whycq
2023-04-24 a3c6d5f48169f63d07076b852cd2336b5b7aa9d1
#
2个文件已修改
24 ■■■■■ 已修改文件
src/main/webapp/static/js/console.map.js 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/crn.html 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/console.map.js
@@ -15,7 +15,7 @@
            "width": 1600,
            "height": 26,
            "minBayNo": 2,
            "maxBayNo": 54
            "maxBayNo": 56
        },
        {
            "type": "rack",
@@ -25,7 +25,7 @@
            "width": 1600,
            "height": 26,
            "minBayNo": 2,
            "maxBayNo": 54
            "maxBayNo": 56
        },
    ],
    "rackDescs": [
@@ -93,7 +93,7 @@
                            "id": "site-100",
                            "text": "100",
                            "top": 386,
                            "left": 1098,
                            "left": 1067,
                            "width": 78,
                            "height": 24
                        },
@@ -102,7 +102,7 @@
                            "id": "site-101",
                            "text": "101",
                            "top": 386,
                            "left": 1178,
                            "left": 1147,
                            "width": 78,
                            "height": 24
                        },
@@ -111,7 +111,7 @@
                            "id": "site-102",
                            "text": "102",
                            "top": 412,
                            "left": 1098,
                            "left": 1067,
                            "width": 78,
                            "height": 24
                        },
@@ -120,7 +120,7 @@
                            "id": "site-103",
                            "text": "103",
                            "top": 412,
                            "left": 1178,
                            "left": 1147,
                            "width": 78,
                            "height": 24
                        },
@@ -129,7 +129,7 @@
                            "id": "site-104",
                            "text": "104",
                            "top": 438,
                            "left": 1098,
                            "left": 1067,
                            "width": 78,
                            "height": 24
                        },
@@ -138,7 +138,7 @@
                            "id": "site-105",
                            "text": "105",
                            "top": 438,
                            "left": 1178,
                            "left": 1147,
                            "width": 78,
                            "height": 24
                        },
src/main/webapp/views/crn.html
@@ -59,12 +59,6 @@
                    <!--            <span>&nbsp;</span>-->
                    <input id="crn1" disabled="disabled">
                </div>
                <div class="crn-command-item">
                    <label>2#</label>
                    <button id="demoBtn-2" class="demoBtn" onclick="demoSwitch(this.id)"> - </button>
                    <!--            <span>&nbsp;</span>-->
                    <input id="crn2" disabled="disabled">
                </div>
            </div>
            <!-- 堆垛机状态位信息 -->
@@ -132,8 +126,6 @@
                    <span class="select-title">堆垛机号</span>
                    <div class="select-container" style="padding: 20px 0;">
                        <label><input type="radio" name="crnSelect" value="1" checked>&nbsp;1号堆垛机</label>
                        <label><input type="radio" name="crnSelect" value="2">&nbsp;2号堆垛机</label>
                    </div>
                </div>
                <!-- 源站/源库位 选择 -->