自动化立体仓库 - WMS系统
Junjie
2023-05-26 b6b46e1c4d390c80cf9bd7d4daa23202f2d11a22
src/main/webapp/static/js/mat/mat.js
@@ -5,11 +5,11 @@
    var cols = [
        {type: 'checkbox'}
        ,{field: 'tagId$', align: 'center',title: '归类', templet: '#tagTpl'}
        ,{field: 'matnrNew', align: 'center',title: '新商品编号', width: 180}
        // ,{field: 'matnrNew', align: 'center',title: '新商品编号', width: 180}
    ];
    cols.push.apply(cols, matCols);
    cols.push(
        {fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:150}
        {fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:120}
    )
    return cols;
}