Commit f81f2e33258b110ca68227b5738040c2413d97cd
1 parent
3388918f
嘉定调度日报显示子任务
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/static/pages/forms/statement/scheduleDaily.html
| ... | ... | @@ -467,7 +467,7 @@ |
| 467 | 467 | divFrom2 = window.document.getElementById('forms_1'); |
| 468 | 468 | divFrom2.style.width=divFrom1.offsetWidth+"px"; |
| 469 | 469 | }); |
| 470 | - $.get('/realSchedule/realScheduleList',{line:line,date:date,type:"query"},function(result){ | |
| 470 | + $.get('/realSchedule/realScheduleList_zrw',{line:line,date:date,type:"query"},function(result){ | |
| 471 | 471 | getTime(result); |
| 472 | 472 | var scheduleDaily_3 = template('scheduleDaily_3',{list:result}); |
| 473 | 473 | $('#forms_2 .scheduleDaily_3').html(scheduleDaily_3); |
| ... | ... | @@ -513,7 +513,7 @@ |
| 513 | 513 | params['xlName'] = xlName; |
| 514 | 514 | params['type'] = "export"; |
| 515 | 515 | params['state'] = '2'; |
| 516 | - params['genre'] = 'fqp'; | |
| 516 | + params['genre'] = 'zrw'; | |
| 517 | 517 | $get('/realSchedule/scheduleDailyExport', params, function(result){ |
| 518 | 518 | if(date.length == 10) |
| 519 | 519 | window.open("/downloadFile/download?fileName="+moment(date).format("YYYYMMDD")+"-"+lineName+"-调度日报"); | ... | ... |