From 8a4c1addc899e1ad8ddc0e78d64a9587882fa79b Mon Sep 17 00:00:00 2001 From: zhang_12370 <z2864490065@outlook.com> Date: 星期六, 19 七月 2025 17:15:25 +0800 Subject: [PATCH] Merge branch 'dev' of http://114.132.189.42:9002/r/zd-before into dev --- src/views/production/components/ProductionDetailsTable.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/production/components/ProductionDetailsTable.vue b/src/views/production/components/ProductionDetailsTable.vue index 13cd614..48308f4 100644 --- a/src/views/production/components/ProductionDetailsTable.vue +++ b/src/views/production/components/ProductionDetailsTable.vue @@ -229,7 +229,7 @@ // 璁$畻鎬绘垚鏈� const calculateTotalCost = (row) => { const laborCost = parseFloat(row.laborCost) || 0; - const energyCost = parseFloat(row.energyCost) || 0; + const energyCost = parseFloat(row.energyConsumptionCost) || 0; const equipmentDepreciation = parseFloat(row.equipmentDepreciation) || 0; const purchasePrice = parseFloat(row.purchasePrice) || 0; -- Gitblit v1.9.3