自动化立体仓库 - WMS系统
Junjie
2023-05-16 ee4643ab09a85661532fd75ddb45a1b44e92f530
src/main/webapp/static/js/pakStore/stockAdjust.js
@@ -11,6 +11,10 @@
    ];
    arrRemove(detlCols, "field", "anfme");
    arrRemove(detlCols, "field", "batch");
    arrRemove(detlCols, "field", "manu");
    arrRemove(detlCols, "field", "memo");
    detlCols.push({field: 'manu', align: 'center', title: '客户信息', edit: 'text', hide: false});
    detlCols.push({field: 'memo', align: 'center',title: '备注', edit: 'text' ,hide: false})
    cols.push.apply(cols, detlCols);
    cols.push({fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:80})
    return cols;