自动化立体仓库 - WMS系统
TQS
2023-02-03 bf46a1c66ff99b3797e6637de6aaaa1b359844c1
src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
@@ -2,10 +2,13 @@
function getCol() {
    var cols = [
        {field: 'anfme', align: 'center',title: '库存数量', style: 'font-weight: bold'}
        ,{field: 'matnr', align: 'center',title: '商品编号'}
        ,{field: 'specs', align: 'center',title: '规格'}
        ,{field: 'maktx', align: 'center',title: '商品名称'}
    ];
    arrRemove(detlCols, "field", "anfme")
    arrRemove(detlCols, "field", "zpallet")
    cols.push.apply(cols, detlCols);
    // cols.push.apply(cols, detlCols);
    // cols.push({field: 'anfme', align: 'center',title: '数量', style: 'font-weight: bold'}
    // )
    return cols;