自动化立体仓库 - WMS系统
LSH
2023-08-14 1a987c661d60c77b258a3be42c09a3fd2ba3ae06
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;
}