-
-
- 基础信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item.fileName }}
- 下载
-
-
-
-
-
-
-
-
- 征求意见列表
-
-
@@ -227,6 +249,8 @@ export default {
name: "bzzqyjStep4",
data() {
return {
+ itermsConditionsFlag: false,
+ itermsConditionsTitle: '',
drawerModal: false,
histortData: [],
data: [],
@@ -254,6 +278,9 @@ export default {
cname: '', // 名称
fjList: [],
fjListId: '',
+ textType: '',
+ modelList: [],
+ modelNameList: '',
},
formRules: {
responUserList: [
@@ -269,6 +296,13 @@ export default {
ProcessTitle
},
methods: {
+ itermsConditionsClose () {
+ this.itermsConditionsFlag = false
+ },
+ itermsConditionsOpen (row) {
+ this.itermsConditionsFlag = true
+ this.itermsConditionsTitle = row
+ },
downloadFile (attId) {
window.location.href = '/api/att/attFile/downloadFileForSar?fileId=' + attId
},
@@ -381,7 +415,11 @@ export default {
this.form.cid = data.cid || data.form.cid
this.form.endTime = data.endTime || data.form.endTime
this.form.cname = data.cname || data.form.cname
+ this.form.textType = data.textType
+ this.form.modelList = data.modelList
+ this.form.modelNameList = data.modelNameList
this.json = data
+ console.log(data);
this.data = data.info || data.data
}).catch(e => {
})
diff --git a/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue b/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue
index e27239ae9..a1eb3947f 100644
--- a/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue
+++ b/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue
@@ -581,7 +581,7 @@ export default {
}
break;
case '3':
- if (row.taskInfo === '责任对接人选择责任人') {
+ if (row.taskInfo === '责任部门对接人选择责任人') {
this.$router.push({
name: 'bzzqyjStep2',
query: {
@@ -592,7 +592,7 @@ export default {
prcType: row.prcType
}
})
- } else if (row.taskInfo === '责任人填写征求意见'){
+ } else if (row.taskInfo === '责任人反馈'){
this.$router.push({
name: 'bzzqyjStep3',
query: {
@@ -603,7 +603,7 @@ export default {
prcType: row.prcType
}
})
- } else if (row.taskInfo === '责任对接人审批') {
+ } else if (row.taskInfo === '责任部门对接人汇总并选择审批人') {
this.$router.push({
name: 'bzzqyjStep4',
query: {
diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
index 82cac54c8..dbd4ae948 100644
--- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
@@ -2809,7 +2809,7 @@ export default {
this.OCRData = res.data
} else {
this.$message.warning('当前标准没有' + text + '文件')
- this.this.OCRData = []
+ this.OCRData = []
}
}
})