Commit 0cb9b2b0938cfcee1bc9433fa9c5f87914e8628c
1 parent
8849e15d
导出
Showing
2 changed files
with
4 additions
and
2 deletions
src/main/resources/static/pages/forms/statement/statisticsDailyCalc.html
| ... | ... | @@ -314,7 +314,8 @@ |
| 314 | 314 | params['date2'] = date2; |
| 315 | 315 | params['xlName'] = xlName; |
| 316 | 316 | params['type'] = "export"; |
| 317 | - $get('/realSchedule/statisticsDailyTj',params,function(result){ | |
| 317 | +// $get('/realSchedule/statisticsDailyTj',params,function(result){ | |
| 318 | + $get('/calcWaybill/statisticsDailyTj',params,function(result){ | |
| 318 | 319 | window.open("/downloadFile/download?fileName=统计日报"+moment(date).format("YYYYMMDD")); |
| 319 | 320 | }); |
| 320 | 321 | }); | ... | ... |
src/main/resources/static/pages/forms/statement/statisticsDailyCalc2.html
| ... | ... | @@ -314,7 +314,8 @@ |
| 314 | 314 | params['date2'] = date2; |
| 315 | 315 | params['xlName'] = xlName; |
| 316 | 316 | params['type'] = "export"; |
| 317 | - $get('/realSchedule/statisticsDailyTj',params,function(result){ | |
| 317 | +// $get('/realSchedule/statisticsDailyTj',params,function(result){ | |
| 318 | + $get('/calcWaybill/calcStatisticsDaily',params,function(result){ | |
| 318 | 319 | window.open("/downloadFile/download?fileName=统计日报"+moment(date).format("YYYYMMDD")); |
| 319 | 320 | }); |
| 320 | 321 | }); | ... | ... |