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