自动化立体仓库 - WMS系统
ZY
2024-07-19 7125be069f3f926afe3e15366e9211646de1c637
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;
// 主键校验