|
|
|
@ -461,24 +461,24 @@
|
|
|
|
|
} |
|
|
|
|
this.lcModa.disabled = true |
|
|
|
|
//获取是不是第一个审核人 |
|
|
|
|
if (r.processName === '物资调拨流程') { |
|
|
|
|
let userInfo = sessionStorage.getItem('USER_INFORMATION') |
|
|
|
|
let res = JSON.parse(userInfo) |
|
|
|
|
console.log('userInfo>>>>>>>>>>>', res.username) |
|
|
|
|
let param = {} |
|
|
|
|
param.id = r.procDefId |
|
|
|
|
param.tableName = r.tableName |
|
|
|
|
param.tableId = r.tableId |
|
|
|
|
param.username = res.username |
|
|
|
|
this.getAction('/hy/processMaterialsAllot/getOne', param).then(res => { |
|
|
|
|
console.log('res>>>>>>>>>>>>>>>>>>', res) |
|
|
|
|
if (res.success) { |
|
|
|
|
if (res.result) { |
|
|
|
|
this.lcModa.disabled = false |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
// if (r.processName === '物资调拨流程') { |
|
|
|
|
// let userInfo = sessionStorage.getItem('USER_INFORMATION') |
|
|
|
|
// let res = JSON.parse(userInfo) |
|
|
|
|
// console.log('userInfo>>>>>>>>>>>', res.username) |
|
|
|
|
// let param = {} |
|
|
|
|
// param.id = r.procDefId |
|
|
|
|
// param.tableName = r.tableName |
|
|
|
|
// param.tableId = r.tableId |
|
|
|
|
// param.username = res.username |
|
|
|
|
// this.getAction('/hy/processMaterialsAllot/getOne', param).then(res => { |
|
|
|
|
// console.log('res>>>>>>>>>>>>>>>>>>', res) |
|
|
|
|
// if (res.success) { |
|
|
|
|
// if (res.result) { |
|
|
|
|
// this.lcModa.disabled = false |
|
|
|
|
// } |
|
|
|
|
// } |
|
|
|
|
// }) |
|
|
|
|
// } |
|
|
|
|
this.lcModa.title = '查看流程业务信息:' + r.processName |
|
|
|
|
this.lcModa.formComponent = this.getFormComponent(r.routeName).component |
|
|
|
|
this.lcModa.processData = r |
|
|
|
|