From a6cac32ba5801059af15344490f8c72f26f710db Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Thu, 30 Jun 2022 16:10:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2056155=20=E8=B0=83?= =?UTF-8?q?=E7=A0=94=E6=B5=81=E7=A8=8B=20=E6=B5=81=E7=A8=8B=E7=9B=91?= =?UTF-8?q?=E6=8E=A7=E8=BF=9B=E5=8E=BB=E7=9A=84=E6=9F=A5=E7=9C=8B=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E6=95=B0=E6=8D=AE=20=E7=BC=BA=E5=B0=91=E8=B0=83?= =?UTF-8?q?=E7=A0=94=E6=A8=A1=E6=9D=BF=E5=AD=97=E6=AE=B5=E5=92=8C=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E9=99=84=E4=BB=B6=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/bzdy/step9.vue | 45 ++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step9.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step9.vue index 4afbccc7f..84aa9df3e 100644 --- a/src/pages/processCenter/pages/creatProcess/bzdy/step9.vue +++ b/src/pages/processCenter/pages/creatProcess/bzdy/step9.vue @@ -63,6 +63,38 @@ - - + +
+
+ {{ item.name }} + +
+
+
+ - - +
+
+ +
+
+ {{ item.name }} + +
+
+
+ - - +
+
@@ -263,7 +295,9 @@ date: '', // 完成时间 hzfileId: '', hzfileName: '', - textpz: '' + textpz: '', + modelList:[], + fjList: [] }, formRules: { textpz: [ @@ -285,6 +319,10 @@ const attId = file this.$preview(attId) }, + clickButtonToUpload(file) { + const attId = file.attId + this.$preview(attId) + }, handleTransfer() { this.drawerModal = true }, @@ -331,6 +369,10 @@ updateFile (fileId) { window.location.href = '/api/att/attFile/downloadFile?fileId=' + fileId }, + updateFile2 (item) { + let id = item.id + window.location.href = '/api/att/attFile/downloadFile?fileId=' + id + }, // 导入按钮 上传之前的钩子 beginImportFile (file) { var filename = file.name @@ -428,6 +470,7 @@ this.form.hzfileId = data.hzfileId || data.form.hzfileId this.form.hzfileName = data.hzfileName || data.form.hzfileName this.commentText9 = data.commentText9 || '' + this.form.modelList = data.form ? data.form.modelList : data.modelList }).catch(e => { }) })