管控流程修改

This commit is contained in:
zyx.net
2022-11-17 17:14:21 +08:00
parent afc1631937
commit 4041ba3517
5 changed files with 13 additions and 12 deletions
@@ -423,7 +423,7 @@ export default {
this.$http.post('esRevisePlan/es-revise-plan/queryAllPlans',{
reviseStatus: this.standardSearch.reviseStatus || '',
esName: this.standardSearch.standName,
planStatus: '0',
planStatus: '1,2,3,6',
page: this.page,
pageSize: this.pageSize,
}, {
@@ -445,7 +445,7 @@ export default {
this.$http.post('esRevisePlan/es-revise-plan/queryAllPlans',{
reviseStatus: this.standardSearch.reviseStatus || '',
esName: this.standardSearch.standName,
planStatus: '0',
planStatus: '1,2,3,6',
page: this.page,
pageSize: this.pageSize,
}, {
@@ -1081,7 +1081,7 @@ export default {
this.$http.post('esRevisePlan/es-revise-plan/queryAllPlans',{
reviseStatus: this.standardSearch.reviseStatus || '',
esName: this.standardSearch.standName,
planStatus: '0',
planStatus: '1,2,3,6',
page: this.page,
pageSize: this.pageSize,
}, {
@@ -432,7 +432,7 @@ export default {
this.$http.post('esRevisePlan/es-revise-plan/queryAllPlans',{
reviseStatus: this.standardSearch.reviseStatus || '',
esName: this.standardSearch.standName,
planStatus: '0',
planStatus: '1,2,3,6',
page: this.page,
pageSize: this.pageSize,
}, {
+9 -8
View File
@@ -1115,14 +1115,6 @@ const routes = [
requireAuth: true,
title: '企标制修订流程及企业标准库流程'
}
},{
path: '/bussLibrarys1',
name: 'bussLibrarys1',
component: () => import('@/pages/processCenter/pages/creatProcess/qbrk/step1-2.vue'),
meta: {
requireAuth: true,
title: '企标制修订流程及企业标准库流程'
}
}, {
path: '/bussLibraryC1',
name: 'bussLibraryC1',
@@ -2283,6 +2275,15 @@ const routes = [
title: '企标制修订计划管控流程'
}
},
{
path: '/qbzxdjhgkStep6',
name: 'qbzxdjhgkStep6',
component: () => import('@/pages/processCenter/pages/creatProcess/qbrk/step1-2.vue'),
meta: {
requireAuth: true,
title: '企标制修订计划管控流程'
}
},
{
path: '/qbzxdjhgkStep1-5',
name: 'qbzxdjhgkStep1-5',