From efebd4f76c92ba0f90080454d789677a6f102972 Mon Sep 17 00:00:00 2001
From: wkc <978997012@qq.com>
Date: Wed, 11 Mar 2026 17:34:31 +0800
Subject: [PATCH] =?UTF-8?q?=E6=90=AD=E5=BB=BA=E6=8B=89=E5=8F=96=E6=9C=AC?=
=?UTF-8?q?=E8=A1=8C=E4=BF=A1=E6=81=AF=E5=BC=B9=E7=AA=97=E9=AA=A8=E6=9E=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/detail/UploadData.vue | 71 ++++++++++++++++++-
1 file changed, 70 insertions(+), 1 deletion(-)
diff --git a/ruoyi-ui/src/views/ccdiProject/components/detail/UploadData.vue b/ruoyi-ui/src/views/ccdiProject/components/detail/UploadData.vue
index 318abbf..0764c18 100644
--- a/ruoyi-ui/src/views/ccdiProject/components/detail/UploadData.vue
+++ b/ruoyi-ui/src/views/ccdiProject/components/detail/UploadData.vue
@@ -204,6 +204,54 @@
+
+
+
+
+
+
+
+ 选择文件
+
+ 支持 .xls、.xlsx 文件
+
+
+
+
+
+
+
+
+ 取消
+
+ 确认拉取
+
+
+
+
{});
},
+ openPullBankInfoDialog() {
+ this.pullBankInfoDialogVisible = true;
+ },
+ resetPullBankInfoForm() {
+ this.pullBankInfoForm = {
+ idCardText: "",
+ dateRange: [],
+ };
+ this.idCardFileList = [];
+ this.parsingIdCardFile = false;
+ this.pullBankInfoLoading = false;
+ },
/** 拉取本行信息 */
handleFetchBankInfo() {
- this.pullBankInfoDialogVisible = true;
+ this.resetPullBankInfoForm();
+ this.openPullBankInfoDialog();
},
/** 获取进度条偏移 */
getProgressOffset(value) {