|
|
@@ -113,7 +113,7 @@ let electrovalenceObj = {
|
|
|
let et = scMathUtil.roundForObj(d.electPrice * d.coe,getDecimal("process"));
|
|
|
total = scMathUtil.roundForObj(et + total,getDecimal("process"));
|
|
|
}
|
|
|
- this.total = scMathUtil.roundForObj(total,getDecimal("glj.unitPrice"));
|
|
|
+ this.total = scMathUtil.roundForObj(total,getDecimal("glj.unitPriceHasMix"));
|
|
|
$("#electrovalenceLabel").text(`综合电价:${this.total}`);
|
|
|
return this.total;
|
|
|
},
|