自动化立体仓库 - WMS系统
王佳豪
2021-06-03 f66b98a1be56a35e4fc46c22c46fd126657becb9
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;
}