From 5ee851926fc0fdd863dba1782df7a297abbabf80 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 31 Mar 2026 14:28:01 +0800 Subject: [PATCH] =?UTF-8?q?2026-03-31=20=E7=89=A9=E6=96=99=E6=A1=A3?= =?UTF-8?q?=E6=A1=88=E7=AE=A1=E7=90=86-=E3=80=8BSOP=E6=B8=85=E5=8D=95?= =?UTF-8?q?=E9=A1=B5=E7=AD=BE=E4=BC=98=E5=8C=96=E4=B8=8A=E4=BC=A0=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/qc/sopFileManagementUpload.vue | 214 +++++++++++++++--- src/views/modules/qc/sopFileUpload.vue | 77 ++++--- src/views/modules/qc/sopListComponent.vue | 17 -- 3 files changed, 233 insertions(+), 75 deletions(-) diff --git a/src/views/modules/qc/sopFileManagementUpload.vue b/src/views/modules/qc/sopFileManagementUpload.vue index 2a0f318..56f1556 100644 --- a/src/views/modules/qc/sopFileManagementUpload.vue +++ b/src/views/modules/qc/sopFileManagementUpload.vue @@ -4,35 +4,102 @@ title="文件上传" :close-on-click-modal="false" :visible.sync="visible" - width="390px" + width="1200px" + append-to-body class="customer-dialog"> - - - - - - - - -
将文件拖到此处,或点击上传(支持多选)
+ style="text-align: left; margin-bottom: 10px;"> + 上传
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
保存 @@ -43,7 +110,7 @@ diff --git a/src/views/modules/qc/sopFileUpload.vue b/src/views/modules/qc/sopFileUpload.vue index e8d95ea..f75bb01 100644 --- a/src/views/modules/qc/sopFileUpload.vue +++ b/src/views/modules/qc/sopFileUpload.vue @@ -2,28 +2,33 @@
- - - - 文件编码 - - - - 文件名称 - - - - 文件类型 - - - - 版本号 - - - - 查询 - - + + + 文件编码 + + + + 文件名称 + + + + 文件类型 + + + + + + + + + 版本号 + + + + 查询 + 上传文件 + + 关闭 + + +