自动化立体仓库 - WMS系统
#
LSH
2024-02-27 1c4c580c21a8f721c85f8725ee5f2e699228b40e
src/main/webapp/static/js/cool.js
@@ -106,6 +106,14 @@
    return str;
}
// 表单值清空
function clearFormVal(el) {
    $(':input', el)
        .val('')
        .removeAttr('checked')
        .removeAttr('selected');
}
var banMsg;
var tips;
// 主键校验