自动化立体仓库 - WMS系统
zhang
2025-05-11 d6b6eb10d85af666ffe6fbdfe7aafbf3b538bf51
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;