自动化立体仓库 - WMS系统
luxiaotao1123
2020-07-30 7b65c778cc7b26b1ae42041f60b2bc5a44b33482
src/main/webapp/static/js/locDetl/locDetl.js
@@ -2,6 +2,9 @@
function getCol() {
    var cols = [{field: 'locNo$', align: 'center',title: '库位号'}];
    cols.push.apply(cols, detlCols);
    cols.push({field: 'modiUser$', align: 'center',title: '修改人员',hide: true}
        ,{field: 'modiTime$', align: 'center',title: '修改时间'}
    )
    return cols;
}