From 3e39671644b9d69ee0d23a19b1340a0b3d14650f Mon Sep 17 00:00:00 2001 From: LHD_HY <2872546851@qq.com> Date: Tue, 18 Nov 2025 18:03:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E5=8F=96docx=E3=80=81xlsx=E3=80=81xls?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=86=85=E5=AE=B9=E5=B9=B6=E5=A1=AB=E5=85=85?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 +- src/views/common/UploadFile.vue | 135 +++++++++++++----- .../finance/components/FinanceForm.vue | 2 + .../components/child/FinanceReportUpload.vue | 93 ++++++++++-- .../components/child/FinancialStatement.vue | 62 +++++++- .../child/QualificationFormChild.vue | 2 +- .../enterpriseLibrary/qualification/index.vue | 55 +++---- 7 files changed, 275 insertions(+), 78 deletions(-) diff --git a/package.json b/package.json index c75e8f2..f640322 100644 --- a/package.json +++ b/package.json @@ -38,11 +38,11 @@ "file-saver": "2.0.5", "fuse.js": "6.4.3", "highlight.js": "9.18.5", + "jquery": "^3.6.0", + "jquery-mousewheel": "^3.1.13", "js-beautify": "1.13.0", "js-cookie": "3.0.1", "jsencrypt": "3.0.0-rc.1", - "jquery": "^3.6.0", - "jquery-mousewheel": "^3.1.13", "jszip": "^3.10.1", "lodash": "^4.17.21", "luckysheet": "^2.1.13", diff --git a/src/views/common/UploadFile.vue b/src/views/common/UploadFile.vue index b6573fb..361281f 100644 --- a/src/views/common/UploadFile.vue +++ b/src/views/common/UploadFile.vue @@ -1,20 +1,20 @@