From 9b8c27edd8942f84da68c36d9292e14e5f93cc14 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 15 五月 2025 14:06:14 +0800
Subject: [PATCH] Merge branch 'dev-3.4.5' of http://120.26.58.240:8888/r/12333GovernmentWeb into dev-3.4.5

---
 src/components/commonView/DetailView.vue |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/src/components/commonView/DetailView.vue b/src/components/commonView/DetailView.vue
index e0a4643..31fef11 100644
--- a/src/components/commonView/DetailView.vue
+++ b/src/components/commonView/DetailView.vue
@@ -1,6 +1,6 @@
 <template>
   <ProForm :model="form" label-width="160px" label-position="left" is-read>
-    <ChunkCellV2 title="鏉愭枡瀹℃牳" style="margin-bottom: 0">
+    <ChunkCellV2 title="鎵规淇℃伅" style="margin-bottom: 0">
       <BatchInfoView :form="form"></BatchInfoView>
     </ChunkCellV2>
     <ChunkCellV2 title="姹囨�绘潗鏂�" style="margin-bottom: 0">
@@ -19,6 +19,7 @@
 import BatchInfoView from './BatchInfoView.vue';
 import MaterialInfoView from './MaterialInfoView.vue';
 import SettlementMaterialInfoView from './SettlementMaterialInfoView.vue';
+import { CustomerApplyFileTypeListItem } from './utils';
 
 defineOptions({
   name: 'DetailView',
@@ -32,11 +33,15 @@
     parkTypeName: string;
     applyMonth: string;
     applySumAmount: number;
-    enterpriseTaxSubFileUrl: UploadUserFile[];
-    enterpriseOperateFileUrl: UploadUserFile[];
-    bountyAssignFileUlr: UploadUserFile[];
-    bountyCollectFileUrl: UploadUserFile[];
-    enterpriseRelateFileUrl: UploadUserFile[];
+    /** 濂栧姳閲戝垎閰嶈〃 */
+    // bountyAssignFileUlr: UploadUserFile[];
+    /** 濂栧姳閲戞眹鎬昏〃 */
+    // bountyCollectFileUrl: UploadUserFile[];
+    parkCollectFileList: CustomerApplyFileTypeListItem[];
+    /**姹囩畻鏉愭枡 */
+    calculationFileList: CustomerApplyFileTypeListItem[];
+    /** 鏄惁鏀寔骞冲彴鍏呭�� */
+    suportPlatRecharge?: boolean;
   };
 };
 

--
Gitblit v1.9.1