管控流程修改
This commit is contained in:
@@ -423,7 +423,7 @@ export default {
|
|||||||
this.$http.post('esRevisePlan/es-revise-plan/queryAllPlans',{
|
this.$http.post('esRevisePlan/es-revise-plan/queryAllPlans',{
|
||||||
reviseStatus: this.standardSearch.reviseStatus || '',
|
reviseStatus: this.standardSearch.reviseStatus || '',
|
||||||
esName: this.standardSearch.standName,
|
esName: this.standardSearch.standName,
|
||||||
planStatus: '0',
|
planStatus: '1,2,3,6',
|
||||||
page: this.page,
|
page: this.page,
|
||||||
pageSize: this.pageSize,
|
pageSize: this.pageSize,
|
||||||
}, {
|
}, {
|
||||||
|
|||||||
@@ -445,7 +445,7 @@ export default {
|
|||||||
this.$http.post('esRevisePlan/es-revise-plan/queryAllPlans',{
|
this.$http.post('esRevisePlan/es-revise-plan/queryAllPlans',{
|
||||||
reviseStatus: this.standardSearch.reviseStatus || '',
|
reviseStatus: this.standardSearch.reviseStatus || '',
|
||||||
esName: this.standardSearch.standName,
|
esName: this.standardSearch.standName,
|
||||||
planStatus: '0',
|
planStatus: '1,2,3,6',
|
||||||
page: this.page,
|
page: this.page,
|
||||||
pageSize: this.pageSize,
|
pageSize: this.pageSize,
|
||||||
}, {
|
}, {
|
||||||
|
|||||||
@@ -1081,7 +1081,7 @@ export default {
|
|||||||
this.$http.post('esRevisePlan/es-revise-plan/queryAllPlans',{
|
this.$http.post('esRevisePlan/es-revise-plan/queryAllPlans',{
|
||||||
reviseStatus: this.standardSearch.reviseStatus || '',
|
reviseStatus: this.standardSearch.reviseStatus || '',
|
||||||
esName: this.standardSearch.standName,
|
esName: this.standardSearch.standName,
|
||||||
planStatus: '0',
|
planStatus: '1,2,3,6',
|
||||||
page: this.page,
|
page: this.page,
|
||||||
pageSize: this.pageSize,
|
pageSize: this.pageSize,
|
||||||
}, {
|
}, {
|
||||||
|
|||||||
@@ -432,7 +432,7 @@ export default {
|
|||||||
this.$http.post('esRevisePlan/es-revise-plan/queryAllPlans',{
|
this.$http.post('esRevisePlan/es-revise-plan/queryAllPlans',{
|
||||||
reviseStatus: this.standardSearch.reviseStatus || '',
|
reviseStatus: this.standardSearch.reviseStatus || '',
|
||||||
esName: this.standardSearch.standName,
|
esName: this.standardSearch.standName,
|
||||||
planStatus: '0',
|
planStatus: '1,2,3,6',
|
||||||
page: this.page,
|
page: this.page,
|
||||||
pageSize: this.pageSize,
|
pageSize: this.pageSize,
|
||||||
}, {
|
}, {
|
||||||
|
|||||||
+9
-8
@@ -1115,14 +1115,6 @@ const routes = [
|
|||||||
requireAuth: true,
|
requireAuth: true,
|
||||||
title: '企标制修订流程及企业标准库流程'
|
title: '企标制修订流程及企业标准库流程'
|
||||||
}
|
}
|
||||||
},{
|
|
||||||
path: '/bussLibrarys1',
|
|
||||||
name: 'bussLibrarys1',
|
|
||||||
component: () => import('@/pages/processCenter/pages/creatProcess/qbrk/step1-2.vue'),
|
|
||||||
meta: {
|
|
||||||
requireAuth: true,
|
|
||||||
title: '企标制修订流程及企业标准库流程'
|
|
||||||
}
|
|
||||||
}, {
|
}, {
|
||||||
path: '/bussLibraryC1',
|
path: '/bussLibraryC1',
|
||||||
name: 'bussLibraryC1',
|
name: 'bussLibraryC1',
|
||||||
@@ -2283,6 +2275,15 @@ const routes = [
|
|||||||
title: '企标制修订计划管控流程'
|
title: '企标制修订计划管控流程'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: '/qbzxdjhgkStep6',
|
||||||
|
name: 'qbzxdjhgkStep6',
|
||||||
|
component: () => import('@/pages/processCenter/pages/creatProcess/qbrk/step1-2.vue'),
|
||||||
|
meta: {
|
||||||
|
requireAuth: true,
|
||||||
|
title: '企标制修订计划管控流程'
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: '/qbzxdjhgkStep1-5',
|
path: '/qbzxdjhgkStep1-5',
|
||||||
name: 'qbzxdjhgkStep1-5',
|
name: 'qbzxdjhgkStep1-5',
|
||||||
|
|||||||
Reference in New Issue
Block a user