diff --git a/src/views/modules/quote/detail/primary/quoteDetailCost.vue b/src/views/modules/quote/detail/primary/quoteDetailCost.vue index 676c3c3..f3ac005 100644 --- a/src/views/modules/quote/detail/primary/quoteDetailCost.vue +++ b/src/views/modules/quote/detail/primary/quoteDetailCost.vue @@ -104,7 +104,7 @@ export default { // 标准总成本 this.quoteDetail.totalCost = this.quoteDetail.adjustPartCost + - this.quoteDetail.adjustMachineCost + + // this.quoteDetail.adjustMachineCost + // 暂时不参与总成本计算,如需还原请取消此注释 this.quoteDetail.adjustLabourCost; if (this.selectionChecked.includes('其他')){ this.quoteDetail.totalCost += this.quoteDetail.adjustElseCost; @@ -488,18 +488,18 @@ export default { style="margin-top: 5px;border: 1px solid #777;width: 50%"> 系统自动计算结果(料工费) - + - - - - - - + + + + + + + @@ -511,19 +511,19 @@ export default { style="margin-top: 5px;border: 1px solid #777;width: 50%"> 调整后成本(料工费) - + - - - - - - + + + + + + + @@ -619,13 +619,13 @@ export default { - - - - - - + + + + + + +