src/main/webapp/static/js/report/stayTime.js
@@ -3,7 +3,7 @@ var cols = [ {field: 'appeTime$', title: '入库时间', align: 'center', width: 200} ,{field: 'stay_time', align: 'center',title: '滞留天数'} ,{field: 'loc_no', align: 'center',title: '库位号'} ,{field: 'locNo$', title: '库位号', align: 'center'} ]; cols.push.apply(cols, detlCols); return cols;