自动化立体仓库 - WMS系统
#
tqs
2023-05-26 dd22e4a01d473357b1bf617f6d3423c34dbb9011
src/main/webapp/views/pakStore/locDetlQuery.html
@@ -111,7 +111,7 @@
    function getCol() {
        var cols = [
            {type: 'checkbox'}
            ,{field: 'locNo$', align: 'center',title: '库位号'}
            ,{field: 'locNo$', align: 'center',title: '库位号', width: 85}
        ];
        cols.push.apply(cols, detlCols);
        cols.push({field: 'modiUser$', align: 'center',title: '修改人员', hide: true}