自动化立体仓库 - WCS系统
LSH
2022-09-23 4eb1efb77a2c93b703830bad1ecd169d6f281c1d
#换logo
9个文件已修改
16 ■■■■ 已修改文件
src/main/resources/application.yml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/images/barcode.png 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/images/zy-logo.png 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/console-old.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/console.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/control.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/index.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/monitor/monitor.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/monitor/monitor0.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application.yml
@@ -34,7 +34,7 @@
  enable: false
wms:
  url: localhost:8080/klswms
  url: localhost:8081/ynwms
# 下位机配置
wcs-slave:
@@ -90,7 +90,7 @@
  # 输送线
  devp[0]:
    id: 1
    ip: 10.10.10.50
    ip: 192.168.4.250
    port: 102
    rack: 0
    slot: 0
src/main/webapp/static/images/barcode.png

src/main/webapp/static/images/zy-logo.png

src/main/webapp/views/console-old.html
@@ -22,7 +22,7 @@
            <h6>AUTOMATIC WAREHOUSE WCS MONITORING DIAGRAM</h6>
        </div>
        <div class="head-right">
            <img src="../static/images/zy-logo.png" alt="中扬" height="44" width="80">
            <img src="../static/images/zy-logo.png" alt="wcs" height="44" width="80">
        </div>
    </div>
src/main/webapp/views/console.html
@@ -22,7 +22,7 @@
            <h6>AUTOMATIC WAREHOUSE WCS MONITORING DIAGRAM</h6>
        </div>
        <div class="head-right">
            <img src="../static/images/zy-logo.png" alt="中扬" height="44" width="80">
            <img src="../static/images/zy-logo.png" alt="wcs" height="44" width="80">
        </div>
    </div>
    <!-- 货架 + 堆垛机 + 入库站点 -->
src/main/webapp/views/control.html
@@ -84,7 +84,7 @@
    </main>
    <footer class="footer">
        Copyright © 2015 All Rights Reserved. <a href="http://www.zoneyung.com" target="_blank">浙江中扬立库技术有限公司</a>  保留所有权利
        Copyright © 2022 All Rights Reserved. <a href="http://www.zoneyung.com" target="_blank">立库wcs操作平台</a>
    </footer>
</body>
src/main/webapp/views/index.html
@@ -26,7 +26,7 @@
<!-- 主体内容 -->
<iframe id="content" src="console.html"></iframe>
<footer class="footer">
    Copyright © 2015 All Rights Reserved. <a href="http://www.zoneyung.com" target="_blank">浙江中扬立库技术有限公司</a>  保留所有权利
    Copyright © 2022 All Rights Reserved. <a href="http://www.zoneyung.com" target="_blank">立库wcs操作平台</a>
</footer>
</body>
<script>
src/main/webapp/views/monitor/monitor.html
@@ -186,7 +186,7 @@
                    <div class="image-border image-border2"></div>
                    <div class="image-border image-border3"></div>
                    <div class="image-border image-border4"></div>
                    <span>浙江中扬立库技术有限公司</span>
                    <span>立库wcs操作平台</span>
                    <img src="../../static/image/barcode.png">
                </div>
            </div>
src/main/webapp/views/monitor/monitor0.html
@@ -164,7 +164,7 @@
                    <div class="image-border image-border2"></div>
                    <div class="image-border image-border3"></div>
                    <div class="image-border image-border4"></div>
                    <span>浙江中扬立库技术有限公司</span>
                    <span>立库wcs操作平台</span>
                    <img src="../../static/image/barcode.png">
                </div>
            </div>