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 => { }) })