-
-
- 基础信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ 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 = []
}
}
})
diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue
index a28fb7f1d..817edbb80 100644
--- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue
+++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue
@@ -3500,27 +3500,23 @@ export default {
this.selectConfiguraStand()
}
},
- // 分页点击后方法
- pageChange (page) {
- if (this.tableFlag !== '') {
- this.tableFlag.page = page
- this.sarConfigStandSearch.page = this.tableFlag.page
- } else {
- this.sarBussionessSearch.page = page
- this.sarConfigStandSearch.page = this.sarBussionessSearch.page
- }
- // this.selectConfiguraStand()
- this.getBussionStandTable(this.tableFlag)
- },
- // 分页每页显示数改变后方法
- pageSizeChange (pageSize) {
- this.sarBussionessSearch.pageSize = pageSize
- this.getBussionStandTable(this.tableFlag)
- // this.sarConfigStandSearch.pageSize = this.$store.getters.userInfo.configContent
- this.sarConfigStandSearch.pageSize = this.sarBussionessSearch.pageSize
- this.selectConfiguraStand()
- // 此处需要调用接口,修改个人配置
- },
+ // 分页点击后方法
+ pageChange(page) {
+ if (this.tableFlag !== '') {
+ this.tableFlag.page = page
+ } else {
+ this.sarBussionessSearch.page = page
+ }
+ this.sarBussionessSearch.page = page
+ this.getBussionStandTable(this.sarBussionessSearch)
+ },
+ // 分页每页显示数改变后方法
+ pageSizeChange(pageSize) {
+ this.sarBussionessSearch.pageSize = this.$store.getters.userInfo.configContent
+ this.getBussionStandTable(this.tableFlag)
+ this.selectConfiguraStand()
+ // 此处需要调用接口,修改个人配置
+ },
// 查询处于游离态的标准
selectConfiguraStand () {
// this.sarConfigStandSearch.menuId = 'others'
@@ -3540,7 +3536,7 @@ export default {
item.pageSize = this.$store.getters.userInfo.configContent
}
this.sarBussionessSearch.pageSize = this.$store.getters.userInfo.configContent
- const data = item || this.lawsStandInfoSearch
+ const data = item || this.sarBussionessSearch
const formData = {...data}
if (!item) {
formData.menuId = this.sarBussionessSearch.menuId
@@ -3606,7 +3602,10 @@ export default {
}
res.data.list[i].isSubmit = false
}
+ this.standinfoList = []
this.standinfoList = res.data.list
+ console.log(this.standinfoList)
+ console.log(res.data.list)
this.total = res.data.count
if ((this.standinfoList.length === 0 || this.standinfoList === []) && this.sarBussionessSearch.page !== 1) {
this.pageChange(1)
@@ -4030,7 +4029,9 @@ export default {
}
res.data.list[i].isSubmit = false
}
- this.stahndinfoList = res.data.list
+ this.stahndinfoList = []
+ this.stahndinfoList = res.data.list
+ console.log(this.stahndinfoList)
this.total = res.data.count
if ((this.stahndinfoList.length === 0 || this.stahndinfoList === []) && this.sarBussionessSearch.page !== 1) {
this.pageChange(1)