From fcb00fffd8e7dcb7b9db9f9f26e5510d743bb47a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=90=B4=E7=BA=A2=E5=85=B5?= <374362909@qq.com>
Date: Wed, 4 Mar 2026 13:02:03 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E6=9B=B4=E6=96=B0?=
=?UTF-8?q?=E6=9D=90=E6=96=99=E9=A1=B5=E9=9D=A2=EF=BC=8C=E5=8F=AA=E6=98=BE?=
=?UTF-8?q?=E7=A4=BA=E5=B7=B2=E4=B8=8A=E4=BC=A0=E7=9A=84=E6=96=87=E4=BB=B6?=
=?UTF-8?q?=E7=B1=BB=E5=9E=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 调用 getApplyFiles API 获取已上传文件
- 根据已上传文件类型过滤显示列表
- 无材料时显示空状态提示
---
.../UpdateFilesDialog.vue | 298 ++++++++++--------
1 file changed, 159 insertions(+), 139 deletions(-)
diff --git a/src/views/purchase/purchasingrequisition/UpdateFilesDialog.vue b/src/views/purchase/purchasingrequisition/UpdateFilesDialog.vue
index 61e4934..0c5ad5d 100644
--- a/src/views/purchase/purchasingrequisition/UpdateFilesDialog.vue
+++ b/src/views/purchase/purchasingrequisition/UpdateFilesDialog.vue
@@ -1,181 +1,201 @@
-
-
-
-
+
+
+
+
-
+
-
-
-
-
+
-
- handleUploadSuccess(res, item.value)"
- />
- {{ item.desc }}
-
-
+
+
+
+
-
- 取消
-
- 确认更新
-
-
-
+
+ handleUploadSuccess(res, item.value)"
+ />
+ {{ item.desc }}
+
+
+
+
+ 取消
+ 确认更新
+
+