diff --git a/src/pages/processCenter/pages/creatProcess/qbfs/step5.vue b/src/pages/processCenter/pages/creatProcess/qbfs/step5.vue index ddb5bde49..85adde837 100644 --- a/src/pages/processCenter/pages/creatProcess/qbfs/step5.vue +++ b/src/pages/processCenter/pages/creatProcess/qbfs/step5.vue @@ -582,9 +582,9 @@ export default { _formData.append('infoJson', json) processCreateFsBuss(_formData).then(res => { if (res.result === '操作成功' || res.data === '入库成功') { - if(this.qbfsForm.standSort && this.qbfsForm.standSort.indexOf("Q/QCBFC") !== -1){ - this.routerBussProStand() - } + // if(this.qbfsForm.standSort && this.qbfsForm.standSort.indexOf("Q/QCBFC") !== -1){ + // this.routerBussProStand() + // } if (this.$route.query.bpnId && this.$route.query.bpnId !== '') { let taskId = { id: this.$route.query.bpnId @@ -641,6 +641,11 @@ export default { this.isSubmit = true this.saveLoading = true this.qbfsForm.commentText = this.commentText + // if(this.qbfsForm.standSort && this.qbfsForm.standSort.indexOf("Q/QCBFC") !== -1){ + // this.qbfsForm.qcflag = 0 + // }else{ + // this.qbfsForm.qcflag = 1 + // } let json = JSON.stringify(this.qbfsForm); this.$http.post('lawss/activiti/completeTask', { taskIds: this.$route.query.taskIds, diff --git a/src/pages/processCenter/pages/creatProcess/qbfs/step6.vue b/src/pages/processCenter/pages/creatProcess/qbfs/step6.vue new file mode 100644 index 000000000..4e1925be2 --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/qbfs/step6.vue @@ -0,0 +1,3221 @@ + + + + + diff --git a/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue b/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue index 058ac4d2a..755c85930 100644 --- a/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue +++ b/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue @@ -717,6 +717,18 @@ export default { prcType: row.prcType } }) + }else if (row.taskInfo === '产品标准起草'){ + this.$router.push({ + name: 'bussFs6', + query: { + taskIds: row.taskIds, + prcId: row.prcId, + prcNum: row.prcNum, + prcName: row.prcName, + prcType: row.prcType, + bpnId:row.id + } + }) } break; case '2': diff --git a/src/router/index.js b/src/router/index.js index 7f7175f3a..b9b5802cc 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -2122,6 +2122,15 @@ const routes = [ title: '企标复审流程' } }, + { + path: '/bussFs6', + name: 'bussFs6', + component: () => import('@/pages/processCenter/pages/creatProcess/qbfs/step6.vue'), + meta: { + requireAuth: true, + title: '企标复审流程' + } + }, //企标复审流程 { path: '/qbfsStep1',