|  |  | 
 |  |  |         toolbar: '#toolbar', | 
 |  |  |         cellMinWidth: 50, | 
 |  |  |         cols: [[ | 
 |  |  |             {field: 'locNo', align: 'center',title: '库位'} | 
 |  |  |             ,{field: 'countAnfme', align: 'center',title: '库存数量'} | 
 |  |  |             ,{field: 'matnr', align: 'center',title: '库存标号'} | 
 |  |  |             ,{field: 'maktx', align: 'center',title: '库存名称'} | 
 |  |  |             {field: 'diffTime', align: 'center',title: '库龄(天)'} | 
 |  |  |             ,{field: 'inventoryAgeMax', align: 'center',title: '库龄上限(天)'} | 
 |  |  |             ,{field: 'locNo', align: 'center',title: '库位'} | 
 |  |  |             ,{field: 'matnr', align: 'center',title: '货物编号'} | 
 |  |  |             ,{field: 'maktx', align: 'center',title: '货物名称'} | 
 |  |  |             ,{field: 'createTime$', align: 'center',title: '入库时间'} | 
 |  |  |             ,{field: 'specs', align: 'center',title: '规格'} | 
 |  |  |             ,{field: 'inventoryMax', align: 'center',title: '最大库存数量'} | 
 |  |  |             ,{field: 'inventoryMin', align: 'center',title: '最小库存数量'} | 
 |  |  |             ,{field: 'inventoryAgeMax', align: 'center',title: '最大在库时间(天)'} | 
 |  |  |             ,{field: 'diffTime', align: 'center',title: '当前在库时间(天)'} | 
 |  |  |             ,{field: 'batch', align: 'center',title: '批次'} | 
 |  |  |             ,{field: 'owner$', align: 'center',title: '货主'} | 
 |  |  |  | 
 |  |  |         ] | 
 |  |  |         ], | 
 |  |  |         request: { |