Commit e5d04426 authored by huhaiqing's avatar huhaiqing

流程详情增加封柜反审详情

parent f71b2afe
......@@ -265,6 +265,10 @@ export default {
component: "shippingDetail",
processId: this.processInstance.businessKey,
},
close_container_no: {
component: "shippingDetail",
processId: this.processInstance.businessKey,
},
// 拆单审核
split_detail: {
component: "SplitDetail",
......@@ -328,6 +332,7 @@ export default {
path: this.processInstance.processDefinition?.formCustomViewPath
},
}
console.log(this.processInstance.processDefinition.formCustomViewPath.trim())
return map[this.processInstance.processDefinition.formCustomViewPath.trim()]
}
},
......@@ -404,6 +409,7 @@ export default {
}
// 设置流程信息
this.processInstance = response.data;
console.log(this.processInstance)
// 设置表单信息
if (this.processInstance.processDefinition.formType === 10) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment