自动化立体仓库 - WMS系统
#
lty
2025-05-28 4fb3d8b70a6e15a82e0da5159fd33827a83a41ff
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;