feat: There is no way the,
This commit is contained in:
@@ -291,7 +291,7 @@ export default {
|
|||||||
verifySarStandard: true,
|
verifySarStandard: true,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}else if (row.taskInfo === '企标编写汇总修订'){
|
}else if (mes.taskInfo === '企标编写汇总修订'){
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'bussLibrary3',
|
name: 'bussLibrary3',
|
||||||
query: {
|
query: {
|
||||||
@@ -302,7 +302,7 @@ export default {
|
|||||||
verifySarStandard: true,
|
verifySarStandard: true,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}else if (row.taskInfo === '总院各中心兼职标准化员/各事业部标准化员初审'){
|
}else if (mes.taskInfo === '总院各中心兼职标准化员/各事业部标准化员初审'){
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'bussLibrary4',
|
name: 'bussLibrary4',
|
||||||
query: {
|
query: {
|
||||||
@@ -312,7 +312,7 @@ export default {
|
|||||||
verifySarStandard: true,
|
verifySarStandard: true,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}else if (row.taskInfo === '重新企标编写汇总修订'){
|
}else if (mes.taskInfo === '重新企标编写汇总修订'){
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'bussLibraryC3',
|
name: 'bussLibraryC3',
|
||||||
query: {
|
query: {
|
||||||
@@ -409,7 +409,7 @@ export default {
|
|||||||
verifySarStandard: true,
|
verifySarStandard: true,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}else if (row.taskInfo === '主起草人培训'){
|
}else if (mes.taskInfo === '主起草人培训'){
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'bussLibrary12',
|
name: 'bussLibrary12',
|
||||||
query: {
|
query: {
|
||||||
@@ -420,7 +420,7 @@ export default {
|
|||||||
prcType: row.prcType
|
prcType: row.prcType
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}else if (row.taskInfo === '标准法规部标准化工程师发布'){
|
}else if (mes.taskInfo === '标准法规部标准化工程师发布'){
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'bussLibrary13',
|
name: 'bussLibrary13',
|
||||||
query: {
|
query: {
|
||||||
@@ -456,7 +456,17 @@ export default {
|
|||||||
verifySarStandard: true,
|
verifySarStandard: true,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}else if (row.taskInfo === '企标编写汇总修订'){
|
}else if (mes.taskInfo === '发起企标制修订流程'){
|
||||||
|
this.$router.push({
|
||||||
|
name: 'bussLibraryProduct1',
|
||||||
|
query: {
|
||||||
|
type: 'buss2',
|
||||||
|
processName: mes.taskInfo,
|
||||||
|
bpnId: id,
|
||||||
|
verifySarStandard: true,
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}else if (mes.taskInfo === '企标编写汇总修订'){
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'bussLibraryProduct3',
|
name: 'bussLibraryProduct3',
|
||||||
query: {
|
query: {
|
||||||
@@ -466,7 +476,7 @@ export default {
|
|||||||
verifySarStandard: true,
|
verifySarStandard: true,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}else if (row.taskInfo === '重新企标编写汇总修订'){
|
}else if (mes.taskInfo === '重新企标编写汇总修订'){
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'bussLibraryProductC3',
|
name: 'bussLibraryProductC3',
|
||||||
query: {
|
query: {
|
||||||
|
|||||||
Reference in New Issue
Block a user