|
@@ -1006,7 +1006,7 @@
|
|
|
|
|
|
|
|
const item = tender.list.find(v => v.yearmonth === month);
|
|
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); // 累计
|
|
total = ZhCalc.add(total, value); // 累计
|
|
|
|
|
|