|  |  | 
 |  |  |     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; | 
 |  |  | } | 
 |  |  | 
 |  |  |         url: baseUrl+'/mat/list/auth', | 
 |  |  |         page: true, | 
 |  |  |         limit: 16, | 
 |  |  |         limits: [16, 30, 50, 100, 200, 500], | 
 |  |  |         limits: [16, 30, 50, 100, 200, 500, 50000], | 
 |  |  |         toolbar: '#toolbar', | 
 |  |  |         cellMinWidth: 50, | 
 |  |  |         height: 'full-105', |