From 5b8f94ccfec26c9e3e520ec6abe2e1be2a0d63ac Mon Sep 17 00:00:00 2001 From: weizong song Date: Wed, 12 Aug 2026 22:40:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=B5=E5=A4=B4=E7=A7=91=E5=AE=A4=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E6=89=A7=E8=A1=8C=E7=A7=91=E5=AE=A4=E5=A1=AB=E6=8A=A5?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E4=BF=AE=E6=94=B9,=E4=BB=A5=E5=8F=8A?= =?UTF-8?q?=E6=B1=87=E6=80=BB=E8=A1=A8=E5=8D=95=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/BudgetSubmissionForm.vue | 9 + .../components/LeadDepartmentSummaryForm.vue | 392 +++++++++++------- .../components/ProjectDetailsView.vue | 8 +- .../budget/collection/leadDepartment.vue | 40 +- 4 files changed, 278 insertions(+), 171 deletions(-) diff --git a/src/views/budget/collection/components/BudgetSubmissionForm.vue b/src/views/budget/collection/components/BudgetSubmissionForm.vue index 9e6d424..6d50e62 100644 --- a/src/views/budget/collection/components/BudgetSubmissionForm.vue +++ b/src/views/budget/collection/components/BudgetSubmissionForm.vue @@ -868,6 +868,15 @@ export default { if (response && !response.errcode) { const data = response + // 详情接口已返回牵头口径快照。查看执行科室填报时使用该快照, + // 避免初始树节点未携带 parent 关系导致申请信息显示为空。 + this.parentSubmissionInfo = { + application_basis: data.application_basis || '', + application_purpose: data.application_purpose || '', + application_reason: data.application_reason || '', + project_content: data.project_content || '' + } + // 填充表单数据 - 注意:subItemName 和 projectName 不应该从这里获取,而应该从 initFormData 中的 getPackageProjectNames 获取 this.formData = { ...this.formData, diff --git a/src/views/budget/collection/components/LeadDepartmentSummaryForm.vue b/src/views/budget/collection/components/LeadDepartmentSummaryForm.vue index 9dba2ed..d8659c7 100644 --- a/src/views/budget/collection/components/LeadDepartmentSummaryForm.vue +++ b/src/views/budget/collection/components/LeadDepartmentSummaryForm.vue @@ -251,6 +251,33 @@
{{ scope.row.summaryCalculationBasis || '-' }}
+ + + + @@ -282,6 +309,18 @@
{{ scope.row.basis || '-' }}
+ + + @@ -594,6 +633,37 @@ +
+
+ + 牵头科室汇总附件 + + 初次汇总自动带入执行科室通用附件;删除仅移除汇总引用,不影响原始填报 + +
+ + 上传汇总附件 +
该处仅维护通用汇总附件;分类附件请在经济分类表最后一列维护。
+
+
+
+ {{ file.name || file.original_name }} +
+
+ 暂无通用汇总附件 +
+ @@ -691,7 +761,7 @@ @@ -703,6 +773,7 @@