自动化立体仓库 - WMS系统
IZCD4L12RTSW0VZ\Administrator
2025-12-29 6b7e2a05592ef07dc204ffa70f59a1da640a4b93
src/main/webapp/static/js/wrkDetl/wrkDetl.js
@@ -467,13 +467,6 @@
    }
}
function clearFormVal(el) {
    $(':input', el)
        .val('')
        .removeAttr('checked')
        .removeAttr('selected');
}
function detailScreen(index) {
    var detail = layer.getChildFrame('#data-detail', index);
    var height = detail.height()+60;