|  |  | 
 |  |  |  | 
 |  |  | function getCol() { | 
 |  |  |     var cols = [ | 
 |  |  |         {field: 'matnr', align: 'center', title: '物料号', sort: true} | 
 |  |  |         {field: 'matnr', align: 'center', title: 'sku', sort: true} | 
 |  |  |         , {field: 'maktx', align: 'center', title: '物料名称', sort: true} | 
 |  |  |         , {field: 'specs', align: 'center', title: '规格'} | 
 |  |  |         , {field: 'batch', align: 'center', title: '批号', width: 300, sort: true} | 
 |  |  |         ,{field: 'supp', align: 'center',title: 'po'} | 
 |  |  |         ,{field: 'sku', align: 'center',title: 'upc'} | 
 |  |  |         , {field: 'batch', align: 'center', title: '批号', width: 300, sort: true,hide:true} | 
 |  |  |         , {field: 'storeMax', align: 'center', title: '数量上限', sort: true} | 
 |  |  |         , {field: 'storeMin', align: 'center', title: '数量下限', sort: true} | 
 |  |  |         // , {field: 'storeMaxDate', align: 'center', title: '库龄上限', sort: true} |