From 0d65c03914c8fba93d4746543fe2e3764af4d9d3 Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Fri, 1 Jul 2022 16:30:26 +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/step1-9.vue | 44 ++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step1-9.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step1-9.vue index 4f3f95e0d..7d8694f6b 100644 --- a/src/pages/processCenter/pages/creatProcess/bzdy/step1-9.vue +++ b/src/pages/processCenter/pages/creatProcess/bzdy/step1-9.vue @@ -49,6 +49,38 @@ - - + +
+
+ {{ item.name }} + +
+
+
+ - - +
+
+ +
+
+ {{ item.name }} + +
+
+
+ - - +
+
@@ -206,7 +238,9 @@ export default { date: '', // 完成时间 hzfileId: '', hzfileName: '', - textpz: '' + textpz: '', + modelList:[], + fjList: [] }, formRules: { textpz: [ @@ -224,6 +258,10 @@ export default { ProcessTitle }, methods: { + clickButtonToUpload(file) { + const attId = file.attId + this.$preview(attId) + }, foldForm() { this.foldFormFlag = !this.foldFormFlag }, @@ -237,6 +275,10 @@ export default { 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