自动化立体仓库 - WMS系统
#1
dubin
3 天以前 020eb6dc7ebe1f5f4518c76af19520f9d1d4e9f6
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;
// 主键校验