|
@ -34,21 +34,21 @@ |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="3"> |
|
|
<el-col :span="3"> |
|
|
<span>目标存放地点</span> |
|
|
<span>车架号</span> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="9"> |
|
|
<el-col :span="9"> |
|
|
<el-form-item> |
|
|
<el-form-item> |
|
|
<span>{{ temp.targetLocation }}</span> |
|
|
<span>{{ temp.vinNo }}</span> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
<el-row> |
|
|
<el-row> |
|
|
<el-col :span="3"> |
|
|
<el-col :span="3"> |
|
|
<span>车架号</span> |
|
|
<span>目标存放地点</span> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="21"> |
|
|
<el-col :span="21"> |
|
|
<el-form-item> |
|
|
<el-form-item> |
|
|
<span>{{ temp.vinNo }}</span> |
|
|
<span>{{ temp.targetLocation }}</span> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
@ -243,20 +243,20 @@ export default { |
|
|
this.agreeList.instanceId = obj.instanceId |
|
|
this.agreeList.instanceId = obj.instanceId |
|
|
this.agreeList.taskId = obj.taskId |
|
|
this.agreeList.taskId = obj.taskId |
|
|
this.agreeList.taskDefKey = obj.taskDefKey |
|
|
this.agreeList.taskDefKey = obj.taskDefKey |
|
|
this.agreeList.userSid = obj.userSid // window.sessionStorage.getItem('userSid') |
|
|
this.agreeList.userSid = window.sessionStorage.getItem('userSid') |
|
|
this.agreeList.orgSidPath = obj.orgSidPath // window.sessionStorage.getItem('orgSidPath') |
|
|
this.agreeList.orgSidPath = window.sessionStorage.getItem('orgSidPath') |
|
|
this.current.taskDefKey = obj.taskDefKey |
|
|
this.current.taskDefKey = obj.taskDefKey |
|
|
this.current.taskName = obj.taskName |
|
|
this.current.taskName = obj.taskName |
|
|
// 驳回列表 |
|
|
// 驳回列表 |
|
|
this.regectList.businessSid = obj.businessSid |
|
|
this.regectList.businessSid = obj.businessSid |
|
|
this.regectList.instanceId = obj.instanceId |
|
|
this.regectList.instanceId = obj.instanceId |
|
|
this.regectList.taskId = obj.taskId |
|
|
this.regectList.taskId = obj.taskId |
|
|
this.regectList.userSid = obj.userSid // window.sessionStorage.getItem('userSid') |
|
|
this.regectList.userSid = window.sessionStorage.getItem('userSid') |
|
|
// 终止列表 |
|
|
// 终止列表 |
|
|
this.stopList.businessSid = obj.businessSid |
|
|
this.stopList.businessSid = obj.businessSid |
|
|
this.stopList.instanceId = obj.instanceId |
|
|
this.stopList.instanceId = obj.instanceId |
|
|
this.stopList.taskId = obj.taskId |
|
|
this.stopList.taskId = obj.taskId |
|
|
this.stopList.userSid = obj.userSid // window.sessionStorage.getItem('userSid') |
|
|
this.stopList.userSid = window.sessionStorage.getItem('userSid') |
|
|
// 办理状态 |
|
|
// 办理状态 |
|
|
this.transactState = obj.transactState |
|
|
this.transactState = obj.transactState |
|
|
// 加载流程图相关的数据 |
|
|
// 加载流程图相关的数据 |
|
|