|
|
@@ -81,10 +81,10 @@ let exportUtil = {
|
|
|
coe = coe?coe:1;
|
|
|
return scMathUtil.roundForObj(total*coe,decimal);
|
|
|
},
|
|
|
- calUnitWidthCoe:function (total) {
|
|
|
+ calUnitWidthCoe:function (total,noNeedCoe) {
|
|
|
let areas = exportUtil.getBuildArea(projectObj.project.property.engineerFeatures);
|
|
|
let f = _.find(projectObj.project.property.engineerFeatures,{index:true});
|
|
|
- return f?exportUtil.calcUnitB(total,areas,f.coe):exportUtil.calcUnitB(total,areas);
|
|
|
+ return f && noNeedCoe!==true?exportUtil.calcUnitB(total,areas,f.coe):exportUtil.calcUnitB(total,areas);
|
|
|
},
|
|
|
getIndexBills:function (bills) {
|
|
|
let parentMap = {},datas = [],totalCost = 0;
|