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 => { }) }) diff --git a/src/pages/processCenter/pages/phone/bzdy/step2.vue b/src/pages/processCenter/pages/phone/bzdy/step2.vue index d3882d6dc..405de4a03 100644 --- a/src/pages/processCenter/pages/phone/bzdy/step2.vue +++ b/src/pages/processCenter/pages/phone/bzdy/step2.vue @@ -108,6 +108,7 @@ import ProcessFooter from '../../components/ProcessFooter' import ProcessTitle from '../../components/ProcessTitle' import {inboundLiaisonDetail,processCreateStand,saveTaskForPub,changeAssigneeNew} from 'api/process' + import hwh5 from '@/api/hwh5-cloudonline.js' import axios from "axios"; export default { @@ -170,6 +171,7 @@ this.drawerModal = false this.$message.success('调整成功') this.processNum() + hwh5.close() this.$router.push({path:'/processCenter?tabsName=ProcessCenter'}) } else { this.$message.warning(res.message) @@ -258,6 +260,7 @@ }, {}, res => { if (res.success) { this.$message.success('提交成功') + hwh5.close() this.$router.push('/processCenter') } this.isSubmit = false diff --git a/src/pages/processCenter/pages/phone/bzpg/step6.vue b/src/pages/processCenter/pages/phone/bzpg/step6.vue index 47aad5c0b..57246fc43 100644 --- a/src/pages/processCenter/pages/phone/bzpg/step6.vue +++ b/src/pages/processCenter/pages/phone/bzpg/step6.vue @@ -2,7 +2,7 @@
- +
基础信息
diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index 399185dba..192491223 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -197,19 +197,30 @@ width="150" > {{ scope.row.standName }} + {{ + scope.row.standName + }} {{ scope.row.standName }} @@ -243,6 +257,9 @@ {{ scope.row.standEnName }} + {{ + scope.row.standEnName + }} {{ scope.row.standEnName }} @@ -260,6 +277,9 @@
{{ formatIssueDate(scope.row.issueTime) }}
+
+ {{ formatIssueDate(scope.row.issueTime) }} +
{{ formatIssueDate(scope.row.issueTime) }}
@@ -277,6 +297,9 @@ {{ scope.row.SSRQ }} + {{ + scope.row.SSRQ + }} {{ scope.row.SSRQ }} @@ -292,6 +315,9 @@ {{ scope.row.XCXSSRQ }} + {{ + scope.row.XCXSSRQ + }} {{ scope.row.XCXSSRQ }} @@ -308,6 +334,9 @@ {{ scope.row.ZCCSSRQ }} + {{ + scope.row.ZCCSSRQ + }} {{ scope.row.ZCCSSRQ }} @@ -329,6 +358,9 @@ {{ textStatusMap[scope.row.textStatus] }} + {{ + textStatusMap[scope.row.textStatus] + }} {{ textStatusMap[scope.row.textStatus] }}