|
@@ -541,7 +541,8 @@ let calcTools = {
|
|
|
// 不能直接用glj.tenderPrice,这个值不可靠。当调价界面删除单价系数后,tenderPrice没有实时计算,取得的值为0
|
|
// 不能直接用glj.tenderPrice,这个值不可靠。当调价界面删除单价系数后,tenderPrice没有实时计算,取得的值为0
|
|
|
rst.eTU = rst.eTU + (me.uiGLJQty(glj.tenderQuantity) * glj.tenderPrice).toDecimal(decimalObj.process);
|
|
rst.eTU = rst.eTU + (me.uiGLJQty(glj.tenderQuantity) * glj.tenderPrice).toDecimal(decimalObj.process);
|
|
|
rst.eTU = rst.eTU.toDecimal(decimalObj.process);
|
|
rst.eTU = rst.eTU.toDecimal(decimalObj.process);
|
|
|
- } else {
|
|
|
|
|
|
|
+ }
|
|
|
|
|
+ /* } else {
|
|
|
// 组成物。
|
|
// 组成物。
|
|
|
if (!compositionTypes.includes(glj.type)) continue;
|
|
if (!compositionTypes.includes(glj.type)) continue;
|
|
|
let mds = projectObj.project.composition.getCompositionByGLJ(glj);
|
|
let mds = projectObj.project.composition.getCompositionByGLJ(glj);
|
|
@@ -558,7 +559,7 @@ let calcTools = {
|
|
|
rst.eTU = rst.eTU + (mdTU * glj.tenderQuantity).toDecimal(decimalObj.process);
|
|
rst.eTU = rst.eTU + (mdTU * glj.tenderQuantity).toDecimal(decimalObj.process);
|
|
|
rst.eTU = rst.eTU.toDecimal(decimalObj.process);
|
|
rst.eTU = rst.eTU.toDecimal(decimalObj.process);
|
|
|
}
|
|
}
|
|
|
- }
|
|
|
|
|
|
|
+ } */
|
|
|
}
|
|
}
|
|
|
rst.eU = rst.eU.toDecimal(decimalObj.bills.unitPrice);
|
|
rst.eU = rst.eU.toDecimal(decimalObj.bills.unitPrice);
|
|
|
rst.eTU = rst.eTU.toDecimal(decimalObj.bills.unitPrice);
|
|
rst.eTU = rst.eTU.toDecimal(decimalObj.bills.unitPrice);
|