自动化立体仓库 - WMS系统
Junjie
2023-10-07 7343e9005cbe2b5a914d99154c01acacbeb7aa16
src/main/webapp/views/agvWrkMast/wrkDetl.html
@@ -32,7 +32,9 @@
        var cols = [
            {field: 'wrkNo', align: 'center',title: '工作号'}
            ,{field: 'ioTime$', align: 'center',title: '工作时间'}
            ,{field: 'anfme', align: 'center',title: '数量'}
        ];
        arrRemove(detlCols,  'field', 'zpallet');
        cols.push.apply(cols, detlCols);
        return cols;
    }