标准评估流程节点修改
This commit is contained in:
@@ -654,7 +654,7 @@ export default {
|
||||
break
|
||||
//标准合规评估
|
||||
case '5' :
|
||||
if(row.taskInfo === '审核(标准法规业务经理)'){
|
||||
if(row.taskInfo === '审核1'){
|
||||
this.$router.push({
|
||||
name: 'bzpgStep2',
|
||||
query: {
|
||||
@@ -665,7 +665,7 @@ export default {
|
||||
prcType: row.prcType
|
||||
}
|
||||
})
|
||||
}else if(row.taskInfo === '项目分发(项目群负责人/标准法规工程师)'){
|
||||
}else if(row.taskInfo === '项目分发'){
|
||||
this.$router.push({
|
||||
name: 'bzpgStep3',
|
||||
query: {
|
||||
@@ -676,7 +676,7 @@ export default {
|
||||
prcType: row.prcType
|
||||
}
|
||||
})
|
||||
}else if(row.taskInfo === '任务分发(项目经理)'){
|
||||
}else if(row.taskInfo === '任务分发'){
|
||||
this.$router.push({
|
||||
name: 'bzpgStep4',
|
||||
query: {
|
||||
@@ -687,7 +687,7 @@ export default {
|
||||
prcType: row.prcType
|
||||
}
|
||||
})
|
||||
}else if(row.taskInfo === '合规评估(专业技术人员)'){
|
||||
}else if(row.taskInfo === '合规评估'){
|
||||
this.$router.push({
|
||||
name: 'bzpgStep5',
|
||||
query: {
|
||||
@@ -698,7 +698,7 @@ export default {
|
||||
prcType: row.prcType
|
||||
}
|
||||
})
|
||||
}else if(row.taskInfo === '审核(项目经理)'){
|
||||
}else if(row.taskInfo === '审核2'){
|
||||
this.$router.push({
|
||||
name: 'bzpgStep6',
|
||||
query: {
|
||||
@@ -709,7 +709,7 @@ export default {
|
||||
prcType: row.prcType
|
||||
}
|
||||
})
|
||||
}else if(row.taskInfo === '审定(项目群负责人)'){
|
||||
}else if(row.taskInfo === '审定'){
|
||||
this.$router.push({
|
||||
name: 'bzpgStep7',
|
||||
query: {
|
||||
@@ -720,7 +720,7 @@ export default {
|
||||
prcType: row.prcType
|
||||
}
|
||||
})
|
||||
}else if(row.taskInfo === '批准(标准法规部高级经理)'){
|
||||
}else if(row.taskInfo === '批准'){
|
||||
this.$router.push({
|
||||
name: 'bzpgStep8',
|
||||
query: {
|
||||
@@ -731,6 +731,17 @@ export default {
|
||||
prcType: row.prcType
|
||||
}
|
||||
})
|
||||
}else if(row.taskInfo === '重新起草'){
|
||||
this.$router.push({
|
||||
name: 'bzpgStep1',
|
||||
query: {
|
||||
taskIds: row.taskIds,
|
||||
prcId: row.prcId,
|
||||
prcNum: row.prcNum,
|
||||
prcName: row.prcName,
|
||||
prcType: row.prcType
|
||||
}
|
||||
})
|
||||
}
|
||||
break
|
||||
//项目评估流程-项目
|
||||
|
||||
@@ -900,7 +900,7 @@ export default {
|
||||
break
|
||||
//标准合规评估
|
||||
case '5' :
|
||||
if(row.taskInfo === '审核(标准法规业务经理)'){
|
||||
if(row.taskInfo === '审核1'){
|
||||
this.$router.push({
|
||||
name: 'bzpgStep2',
|
||||
query: {
|
||||
@@ -911,7 +911,7 @@ export default {
|
||||
prcType: row.prcType
|
||||
}
|
||||
})
|
||||
}else if(row.taskInfo === '项目分发(项目群负责人/标准法规工程师)'){
|
||||
}else if(row.taskInfo === '项目分发'){
|
||||
this.$router.push({
|
||||
name: 'bzpgStep3',
|
||||
query: {
|
||||
@@ -922,7 +922,7 @@ export default {
|
||||
prcType: row.prcType
|
||||
}
|
||||
})
|
||||
}else if(row.taskInfo === '任务分发(项目经理)'){
|
||||
}else if(row.taskInfo === '任务分发'){
|
||||
this.$router.push({
|
||||
name: 'bzpgStep4',
|
||||
query: {
|
||||
@@ -933,7 +933,7 @@ export default {
|
||||
prcType: row.prcType
|
||||
}
|
||||
})
|
||||
}else if(row.taskInfo === '合规评估(专业技术人员)'){
|
||||
}else if(row.taskInfo === '合规评估'){
|
||||
this.$router.push({
|
||||
name: 'bzpgStep5',
|
||||
query: {
|
||||
@@ -944,7 +944,7 @@ export default {
|
||||
prcType: row.prcType
|
||||
}
|
||||
})
|
||||
}else if(row.taskInfo === '审核(项目经理)'){
|
||||
}else if(row.taskInfo === '审核2'){
|
||||
this.$router.push({
|
||||
name: 'bzpgStep6',
|
||||
query: {
|
||||
@@ -955,7 +955,7 @@ export default {
|
||||
prcType: row.prcType
|
||||
}
|
||||
})
|
||||
}else if(row.taskInfo === '审定(项目群负责人)'){
|
||||
}else if(row.taskInfo === '审定'){
|
||||
this.$router.push({
|
||||
name: 'bzpgStep7',
|
||||
query: {
|
||||
@@ -966,7 +966,7 @@ export default {
|
||||
prcType: row.prcType
|
||||
}
|
||||
})
|
||||
}else if(row.taskInfo === '批准(标准法规部高级经理)'){
|
||||
}else if(row.taskInfo === '批准'){
|
||||
this.$router.push({
|
||||
name: 'bzpgStep8',
|
||||
query: {
|
||||
@@ -977,7 +977,7 @@ export default {
|
||||
prcType: row.prcType
|
||||
}
|
||||
})
|
||||
}else if(row.taskInfo === '整改节点'){
|
||||
}else if(row.taskInfo === '重新起草'){
|
||||
this.$router.push({
|
||||
name: 'bzpgStep1',
|
||||
query: {
|
||||
|
||||
Reference in New Issue
Block a user