自动化立体仓库 - WMS系统
#
LSH
2023-06-03 d382ffad92c48f6a96bb7d5e1fd733b90c9ca137
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;