From 74f853b9811a4987038633946a4c763699ddfb6e Mon Sep 17 00:00:00 2001 From: jinna Date: Sat, 25 Apr 2026 17:20:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=90=E6=9C=AC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/batchAddProcess.vue | 2 +- src/views/costStatistics/index.vue | 20 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/src/views/costManagement/components/batchAddProcess.vue b/src/views/costManagement/components/batchAddProcess.vue index 8481ebf9..7718b064 100644 --- a/src/views/costManagement/components/batchAddProcess.vue +++ b/src/views/costManagement/components/batchAddProcess.vue @@ -57,7 +57,7 @@ :loading="processLoading" @change="(val) => changeProcess(val,scope.row)" > - + diff --git a/src/views/costStatistics/index.vue b/src/views/costStatistics/index.vue index 7d6b0a21..9ff7b5cd 100644 --- a/src/views/costStatistics/index.vue +++ b/src/views/costStatistics/index.vue @@ -174,6 +174,14 @@ export default { overHidden: true, width: 95, }, + { + label: '材料费用(元)', + prop: 'materialCost', + search: false, + sortable: false, + overHidden: true, + width: 95, + }, { label: '作业中心材料费用(元)', prop: 'workCenterMaterialCost', @@ -204,14 +212,26 @@ export default { search: false, sortable: false, overHidden: true, + width:120, }, { label: '月度产出(v)', prop: 'monthOutputVolume', search: false, sortable: false, + width:120, overHidden: true, }, + { + label:"更新人", + prop:"updateUserName", + width: 80, + }, + { + label:"更新时间", + prop:"updateTime", + width:160, + } ], }, detailOption:{