Commit 0cb9b2b0938cfcee1bc9433fa9c5f87914e8628c

Authored by 娄高锋
1 parent 8849e15d

导出

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 });
... ...