自动化立体仓库 - WCS系统
#
vincent
2020-06-04 374b003ac7a53bb032196e7b403c7cefebb16f77
#
2个文件已修改
6 ■■■■■ 已修改文件
src/main/webapp/static/css/console.css 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/console.html 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/css/console.css
@@ -164,6 +164,7 @@
.site-none {
    border: none;
    background-color: transparent;
    cursor: default;
}
/* 自动 */
.site-auto {
src/main/webapp/views/console.html
@@ -763,8 +763,6 @@
                if (res.code === 200){
                    var barcodes = res.data;
                    for (var i = 0; i < barcodes.length; i++){
                        console.log(barcodes[i].barcodeId);
                        console.log(barcodes[i].codeValue);
                        $("#code-decoder-data-"+barcodes[i].barcodeId).html(barcodes[i].codeValue);
                    }
                } else if (res.code === 403){
@@ -797,6 +795,9 @@
    // 输送设备点击事件
    $('.site').on('click', function () {
        var id = this.id.split("-")[1];
        if (id === undefined) {
            return;
        }
        layer.open({
            title: id + " 站点信息详情",
            closeBtn: 0,