自动化立体仓库 - WMS系统
#
18516761980
2021-12-06 7203d67cfa3a2fc1cab9b8985dfd35c1797207b1
src/main/webapp/static/js/cool.js
@@ -61,6 +61,7 @@
    });
}
function autoLoad2(val) {
    var inputDomVal = document.querySelector("input[data-key="+val+"]").value;
    var selectDom = document.querySelector("select[data-key="+val+"Select]");
@@ -92,6 +93,7 @@
        }
    });
}
/**
 * 搜索自动补全 -- select
@@ -170,7 +172,7 @@
            } else if (res.code === 407) {
                banMsg = res.data + "不可用";
                tips = layer.tips(
                    "<span style='color:red;'>已存在</span>",
                    "<span style='color:#ff0000;'>已存在</span>",
                    '#'+id,
                    {
                        // tipsMore: true,