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 {
-
-
- computePriceByRate(value,'margin')" :controls="false"
- v-model="quoteDetail.quoteTaxRate" :disabled="quoteDetail.status === '已完成' || editInput !== 'Margin'" :step="0" :precision="0"/>
-
-
-
+
+
+
+
+
+
+
computePriceByRate(value,'price')" :controls="false"