#
luxiaotao1123
2021-04-13 d8f5476af7490d3faf40a7da332155cf06aec5e1
src/main/webapp/static/js/common.js
@@ -56,6 +56,14 @@
    });
}
// 清除表单
function clearFormVal(el) {
    $(':input', el)
        .val('')
        .removeAttr('checked')
        .removeAttr('selected');
}
// 权限
function limit(child){
    if (child == null){
@@ -198,3 +206,6 @@
    ,{field: 'weight', align: 'center',title: '重量', hide: true}
    ,{field: 'zpallet', align: 'center',title: '托盘码'}
]
var popupRight;