自动化立体仓库 - WMS系统
zyx
2023-12-25 6f7a815b2d6e4f30e7ccf901b24d5103aaa72078
src/main/webapp/views/agvWrkMastLog/wrkDetlLog.html
@@ -39,7 +39,9 @@
        let cols = [
            {field: 'wrkNo', align: 'center',title: '工作号'}
            ,{field: 'ioTime$', align: 'center',title: '工作时间',width:160}
            ,{field: 'anfme', align: 'center',title: '数量'}
        ];
        arrRemove(detlCols,  'field', 'zpallet');
        cols.push.apply(cols, detlCols);
        return cols;
    }