Parcourir la source

成本大屏修改

ellisran il y a 12 heures
Parent
commit
de7a94bed6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/view/datacollect/index_cost.ejs

+ 1 - 1
app/view/datacollect/index_cost.ejs

@@ -1006,7 +1006,7 @@
 
                         const item = tender.list.find(v => v.yearmonth === month);
 
-                        const value = item ? ZhCalc.round(ZhCalc.div(item.end_tp, 10000), 0) : 0;
+                        const value = item ? ZhCalc.round(ZhCalc.div(item.tp, 10000), 0) : 0;
 
                         total = ZhCalc.add(total, value);   // 累计