自动化立体仓库 - WMS系统
野心家
2023-10-10 f9fca9fa8b2a1d7d9abe18b10717cf62c5c8bcaf
src/main/webapp/static/js/report/workCountIn.js
@@ -2,8 +2,8 @@
function getCol() {
    var cols = [
        {field: 'oneday', align: 'center', title: '入库日期', width: 200}
        ,{field: 'matnr', align: 'center',title: '商品编号'}
        ,{field: 'maktx', align: 'center',title: '商品名称'}
        ,{field: 'matnr', align: 'center',title: '物料号'}
        ,{field: 'maktx', align: 'center',title: '物料名称'}
        ,{field: 'anfme', align: 'center',title: '数量'}
    ];