[update] 联调企标计划立项变更流程
This commit is contained in:
@@ -88,7 +88,7 @@ export default {
|
||||
title: this.$t('workCenter.processCenter.processNumber'),
|
||||
align: 'center',
|
||||
width: 180,
|
||||
dataIndex: 'prcNum',
|
||||
dataIndex: 'id',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{ // 流程类型
|
||||
@@ -131,24 +131,23 @@ export default {
|
||||
url: {
|
||||
list: '/workCenter/getTodoList'
|
||||
},
|
||||
currentTurnTo: {} // 当前转办
|
||||
currentTurnTo: {}, // 当前转办
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
// 办理
|
||||
handleTransact (record) {
|
||||
let path = ''
|
||||
// 跳转到对应流程页面
|
||||
// todo 暂时没有流程类型字段
|
||||
let path = '/workCenter/enterpriseStandardInitChange/planApprovalChangeFlow'
|
||||
// switch (record.processType) {
|
||||
// case '':
|
||||
// path = ''
|
||||
// }
|
||||
switch (record.prcType + '') {
|
||||
case '7':
|
||||
path = '/workCenter/enterpriseStandardInitChange/planApprovalChangeFlow'
|
||||
}
|
||||
this.$router.push({
|
||||
path: path,
|
||||
query: {
|
||||
taskName: record.taskName,
|
||||
processId: record.id, // 流程id
|
||||
taskId: record.taskId, // 任务id
|
||||
processInstanceId: record.processInstanceId // 流程实例id,必须传人员信息右侧表格查询需要用
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user