自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-04-01 1b13c69e4e2bb00bea4e90232a78715d49f1e24f
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;
}