|
@@ -1459,7 +1459,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
let priceValue = 0;
|
|
let priceValue = 0;
|
|
|
this.checkedContractList.forEach((e) => {
|
|
this.checkedContractList.forEach((e) => {
|
|
|
- priceValue += e.total_price; //这是合同选择的价格的和
|
|
|
|
|
|
|
+ priceValue += e.total_price*1; //这是合同选择的价格的和
|
|
|
});
|
|
});
|
|
|
let average = parseFloat(
|
|
let average = parseFloat(
|
|
|
parseFloat(priceValue) / parseFloat(this.checkedDeepenList.length)
|
|
parseFloat(priceValue) / parseFloat(this.checkedDeepenList.length)
|