Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -283,7 +283,7 @@ export default {
|
|||||||
const prcType = row.prcType
|
const prcType = row.prcType
|
||||||
switch(prcType) {
|
switch(prcType) {
|
||||||
case '1':
|
case '1':
|
||||||
if (row.taskInfo === '标准法规业务经理审批') {
|
if (row.taskInfo === '批准') {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'bzrkStep2',
|
name: 'bzrkStep2',
|
||||||
query: {
|
query: {
|
||||||
@@ -294,7 +294,7 @@ export default {
|
|||||||
prcType: row.prcType
|
prcType: row.prcType
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}else if (row.taskInfo === '责任人会签'){
|
}else if (row.taskInfo === '会签'){
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'bzrkStep3',
|
name: 'bzrkStep3',
|
||||||
query: {
|
query: {
|
||||||
@@ -305,7 +305,7 @@ export default {
|
|||||||
prcType: row.prcType
|
prcType: row.prcType
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}else if (row.taskInfo === '申请人修订'){
|
}else if (row.taskInfo === '修订'){
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'bzrkStep4',
|
name: 'bzrkStep4',
|
||||||
query: {
|
query: {
|
||||||
@@ -1175,7 +1175,7 @@ export default {
|
|||||||
break
|
break
|
||||||
//未符合项整改流程
|
//未符合项整改流程
|
||||||
case '8' :
|
case '8' :
|
||||||
if(row.taskInfo === '下发至标准法规工程师'){
|
if(row.taskInfo === '审核'){
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'wfhxzgStep2',
|
name: 'wfhxzgStep2',
|
||||||
query: {
|
query: {
|
||||||
@@ -1187,7 +1187,7 @@ export default {
|
|||||||
prcType: row.prcType
|
prcType: row.prcType
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else if (row.taskInfo === '确认+选择责任人') {
|
} else if (row.taskInfo === '合规排查(上传合规举证材料)') {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'wfhxzgStep3',
|
name: 'wfhxzgStep3',
|
||||||
query: {
|
query: {
|
||||||
@@ -1199,7 +1199,7 @@ export default {
|
|||||||
prcType: row.prcType
|
prcType: row.prcType
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}else if (row.taskInfo === '上传佐证材料填写信息') {
|
}else if (row.taskInfo === '审定') {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'wfhxzgStep4',
|
name: 'wfhxzgStep4',
|
||||||
query: {
|
query: {
|
||||||
|
|||||||
Reference in New Issue
Block a user