From df332f8138586d0227fafd4036c413f82e43a0a3 Mon Sep 17 00:00:00 2001 From: LHD_HY <2872546851@qq.com> Date: Tue, 18 Nov 2025 14:52:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=BC=96=E8=BE=91=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E5=A4=8D=EF=BC=8C=E6=B7=BB=E5=8A=A0=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E9=A2=84=E8=A7=88=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/child/FinanceReportDetail.vue | 3 +- .../components/child/FinanceReportUpload.vue | 121 +++++++-------- .../components/child/FinancialStatement.vue | 109 +++++++------ .../child/FinancialStatementDetail.vue | 3 +- .../components/PerformanceForm.vue | 31 ++-- .../components/child/CompletionAndBidInfo.vue | 129 +++++++++------- .../child/CompletionAndBidInfoDetail.vue | 3 +- .../components/child/ContractInfo.vue | 103 ++++++------- .../components/child/ContractInfoDetail.vue | 3 +- .../components/child/OtherInfo.vue | 144 +++++++----------- .../components/child/OtherInfoDetail.vue | 29 ++-- .../child/QualificationFormDetail.vue | 3 +- 12 files changed, 323 insertions(+), 358 deletions(-) diff --git a/src/views/enterpriseLibrary/finance/components/child/FinanceReportDetail.vue b/src/views/enterpriseLibrary/finance/components/child/FinanceReportDetail.vue index 3614a04..5afe663 100644 --- a/src/views/enterpriseLibrary/finance/components/child/FinanceReportDetail.vue +++ b/src/views/enterpriseLibrary/finance/components/child/FinanceReportDetail.vue @@ -105,7 +105,8 @@ export default { name: item.fileName || '未知文件', filePath: item.filePath || '', lsFilePath: item.lsFilePath || '', // 预览路径 - fileType: item.fileType || '2' // 文件类型(默认文档) + fileType: item.fileType || '2', // 文件类型(默认文档) + id: item.sourceId + '' })) }, diff --git a/src/views/enterpriseLibrary/finance/components/child/FinanceReportUpload.vue b/src/views/enterpriseLibrary/finance/components/child/FinanceReportUpload.vue index ee74989..ce87aba 100644 --- a/src/views/enterpriseLibrary/finance/components/child/FinanceReportUpload.vue +++ b/src/views/enterpriseLibrary/finance/components/child/FinanceReportUpload.vue @@ -1,5 +1,4 @@