自动化立体仓库 - WMS系统
#
Junjie
13 小时以前 c2089047f0129ae64ee303856a8e4f726878a840
#
1个文件已修改
3 ■■■■ 已修改文件
src/main/webapp/static/js/report/workOut.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/report/workOut.js
@@ -4,9 +4,8 @@
        {field: 'ioTime$', align: 'center', title: '出库日期', width: 200}
        ,{field: 'loc_no', align: 'center',title: '库位号'}
    ];
    arrRemove(detlCols,  'field', 'cstateid$');
    cols.push.apply(cols, detlCols);
    cols.del({field: 'cstateid$', align: 'center',title: '库存状态'})
    return cols;
}