自动化立体仓库 - WMS系统
#
Administrator
2025-08-05 b6f1e646ac5005b4f4bad7c1eec706c96f2eaca7
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;