|  |  | 
 |  |  |         var cols = [ | 
 |  |  |             //{field: 'appeTime$', title: '入库时间', align: 'center', width: 165} | 
 |  |  |             {field: 'stay_time', align: 'center',title: '滞留天数',width: 90} | 
 |  |  |             ,{field: 'store_max_date', align: 'center',title: '库龄上限',width: 90} | 
 |  |  |             ,{field: 'store_min', title: '库存下限', align: 'center'} | 
 |  |  |             //,{field: 'store_max_date', align: 'center',title: '库龄上限',width: 90} | 
 |  |  |             //,{field: 'store_min', title: '库存下限', align: 'center'} | 
 |  |  |             ,{field: 'sum_qty', title: '库存总数', align: 'center'} | 
 |  |  |             ,{field: 'store_max', title: '库存上限', align: 'center'} | 
 |  |  |             ,{field: 'loc_no', align: 'center',title: '库位号',width: 90} | 
 |  |  |             //,{field: 'store_max', title: '库存上限', align: 'center'} | 
 |  |  |             ,{field: 'loc_no', align: 'center',title: '库位号'} | 
 |  |  |  | 
 |  |  |         ]; | 
 |  |  |         cols.push.apply(cols, detlCols); |