复审批准新加企标-产品标准起草节点

This commit is contained in:
zyx.net
2022-10-21 18:19:39 +08:00
parent f222f4f730
commit 2ea667a0ef
4 changed files with 3250 additions and 3 deletions
@@ -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,
File diff suppressed because it is too large Load Diff
@@ -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':
+9
View File
@@ -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',