Commit c644d3dfa2ba280fad733d3e47c2082fcc94ca32

Authored by 娄高锋
1 parent 51d73d3b

统计日报修改:标红规则改为25年11月更新后数据才标红。

src/main/resources/static/pages/forms/statement/statisticsDaily.html
@@ -330,8 +330,8 @@ @@ -330,8 +330,8 @@
330 $get('/realSchedule/statisticsDailyTj',params,function(result){ 330 $get('/realSchedule/statisticsDailyTj',params,function(result){
331 331
332 $.each(result, function(i, e){ 332 $.each(result, function(i, e){
333 - if(e && e.startDate && e.startDate <= '2025-09-20'){  
334 - e.zt = 0; // 要求从更新后开始的数据才标红。 333 + if(e && e.startDate && e.startDate < '2025-11-01'){
  334 + e.zt = 0; // 要求从更新后开始的数据才标红。(25年11月1日更新的,按需求改为更新后的数据才标红)
335 } 335 }
336 }); 336 });
337 337