自动化立体仓库 - WMS系统
luxiaotao1123
2022-03-23 39ab206f4c9a1df57fb2ba8d94555fc5a4babcec
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;
}