diff --git a/src/components/jeecg/modal/ProcessPlan.vue b/src/components/jeecg/modal/ProcessPlan.vue index 67a96e1..c759969 100644 --- a/src/components/jeecg/modal/ProcessPlan.vue +++ b/src/components/jeecg/modal/ProcessPlan.vue @@ -207,6 +207,11 @@ export default { scopedSlots: { customRender: 'describes' }, dataIndex: 'describes' }, + { + title: '采购类型', + align: 'center', + dataIndex: 'planType_dictText' + }, { title: '流程发起公司', align: 'center', diff --git a/src/views/activiti/todoManage.vue b/src/views/activiti/todoManage.vue index 6284d2f..064a0c4 100644 --- a/src/views/activiti/todoManage.vue +++ b/src/views/activiti/todoManage.vue @@ -503,6 +503,7 @@ let res3=await this.getAction('/hy/processMaterialsAllot/getCurrent', param) if (res3.success) { if (res3.result) { + console.log(res.username,res3.result.relateId) if(param.username==res3.result.relateId){ if ( res3.result.name=='生产供应站' || res3.result.name=='物装公司' || res3.result.name=='采购员' ){ this.lcModa.isPlanType = true; @@ -551,33 +552,33 @@ this.form.type = 0 this.modalTaskVisible = true this.userLoading = true - this.getAction(this.url.getNextNode, { procDefId: v.procDefId, currActId: v.key ,procInstId:v.procInstId}).then(res => { - this.userLoading = false - if (res.success) { - if (res.result.type == 4) { - this.isGateway = true - this.showAssign = false - this.error = '' - return - } - this.isGateway = false - if (res.result.users && res.result.users.length > 0) { - this.error = '' - this.assigneeList = res.result.users - console.log(this.assigneeList) - // 默认勾选 - let ids = [] - res.result.users.forEach(e => { - ids.push(e.username) - }) - this.form.assignees = ids - this.showAssign = true - } else { - this.form.assignees = [] - this.showAssign = false - } - } - }) + // this.getAction(this.url.getNextNode, { procDefId: v.procDefId, currActId: v.key ,procInstId:v.procInstId}).then(res => { + // this.userLoading = false + // if (res.success) { + // if (res.result.type == 4) { + // this.isGateway = true + // this.showAssign = false + // this.error = '' + // return + // } + // this.isGateway = false + // if (res.result.users && res.result.users.length > 0) { + // this.error = '' + // this.assigneeList = res.result.users + // console.log(this.assigneeList) + // // 默认勾选 + // let ids = [] + // res.result.users.forEach(e => { + // ids.push(e.username) + // }) + // this.form.assignees = ids + // this.showAssign = true + // } else { + // this.form.assignees = [] + // this.showAssign = false + // } + // } + // }) }, changeBackTask(v) { if (v == '-1') {