流程节点修改
This commit is contained in:
@@ -615,9 +615,9 @@ export default {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
break
|
break
|
||||||
//标准清单更新/发布流程
|
//标准清单更新/发布流程
|
||||||
case'4' :
|
case'4' :
|
||||||
if (row.taskInfo === '进行会签,填写意见') {
|
if (row.taskInfo === '会签') {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'bzqdfbStep2',
|
name: 'bzqdfbStep2',
|
||||||
query: {
|
query: {
|
||||||
@@ -628,7 +628,7 @@ export default {
|
|||||||
prcType: row.prcType
|
prcType: row.prcType
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else if (row.taskInfo === '根据会签意见修订') {
|
} else if (row.taskInfo === '修订') {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'bzqdfbStep3',
|
name: 'bzqdfbStep3',
|
||||||
query: {
|
query: {
|
||||||
@@ -639,7 +639,7 @@ export default {
|
|||||||
prcType: row.prcType
|
prcType: row.prcType
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}else if (row.taskInfo === '业务经理审批') {
|
}else if (row.taskInfo === '批准') {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'bzqdfbStep4',
|
name: 'bzqdfbStep4',
|
||||||
query: {
|
query: {
|
||||||
|
|||||||
@@ -863,7 +863,7 @@ export default {
|
|||||||
break
|
break
|
||||||
//标准清单更新/发布流程
|
//标准清单更新/发布流程
|
||||||
case'4' :
|
case'4' :
|
||||||
if (row.taskInfo === '进行会签,填写意见') {
|
if (row.taskInfo === '会签') {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'bzqdfbStep2',
|
name: 'bzqdfbStep2',
|
||||||
query: {
|
query: {
|
||||||
@@ -874,7 +874,7 @@ export default {
|
|||||||
prcType: row.prcType
|
prcType: row.prcType
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else if (row.taskInfo === '根据会签意见修订') {
|
} else if (row.taskInfo === '修订') {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'bzqdfbStep3',
|
name: 'bzqdfbStep3',
|
||||||
query: {
|
query: {
|
||||||
@@ -885,7 +885,7 @@ export default {
|
|||||||
prcType: row.prcType
|
prcType: row.prcType
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}else if (row.taskInfo === '业务经理审批') {
|
}else if (row.taskInfo === '批准') {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'bzqdfbStep4',
|
name: 'bzqdfbStep4',
|
||||||
query: {
|
query: {
|
||||||
|
|||||||
Reference in New Issue
Block a user