Commit 2ef6eeb3 authored by 邓春圆's avatar 邓春圆

注释 不可出渠道异常审核,出货批量加价审核 工作流模块

parent a7958748
...@@ -405,17 +405,17 @@ export default { ...@@ -405,17 +405,17 @@ export default {
id: this.processInstance.businessKey id: this.processInstance.businessKey
}, },
// 不可出渠道异常审核 // 不可出渠道异常审核
not_shiping_channel:{ // not_shiping_channel:{
component: () => import('@/views/ecw/order/components/NotShipingChannel'), // component: () => import('@/views/ecw/order/components/NotShipingChannel'),
id: this.processInstance.businessKey, // id: this.processInstance.businessKey,
path: this.processInstance.processDefinition?.formCustomViewPath // path: this.processInstance.processDefinition?.formCustomViewPath
}, // },
// 出货批量加价审核 // 出货批量加价审核
box_batch_markup:{ // box_batch_markup:{
component: () => import('@/views/ecw/box/components/batchMakeUpDetail.vue'), // component: () => import('@/views/ecw/box/components/batchMakeUpDetail.vue'),
processId: this.processInstance.businessKey, // processId: this.processInstance.businessKey,
type: this.processInstance.processDefinition?.formCustomViewPath // type: this.processInstance.processDefinition?.formCustomViewPath
}, // },
// 可获移交详情 // 可获移交详情
customer_handover_details:{ customer_handover_details:{
component: () => import('@/views/ecw/customer/components/customer-handover-details.vue'), component: () => import('@/views/ecw/customer/components/customer-handover-details.vue'),
......
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