Commit b6038ad7 authored by 1483922988@qq.com's avatar 1483922988@qq.com

1

parent c93e8f1a
...@@ -662,15 +662,17 @@ export default { ...@@ -662,15 +662,17 @@ export default {
path: this.processInstance.processDefinition?.formCustomViewPath, path: this.processInstance.processDefinition?.formCustomViewPath,
}, },
// 收货人限制修改申请 // 收货人限制修改申请
order_consignee_limit_change:{ order_consignee_limit_change: {
component: () => import("@/views/ecw/order/components/updateReleaseLimitApproval"), component: () =>
import("@/views/ecw/order/components/updateReleaseLimitApproval"),
id: this.processInstance.businessKey, id: this.processInstance.businessKey,
}, },
// 海外仓修改申请,下面的组件待改 // 海外仓修改申请,下面的组件待改
order_overseas_warehouse_change:{ order_overseas_warehouse_change: {
component: () => import("@/views/ecw/order/components/updateReleaseLimitApproval"), component: () =>
import("@/views/ecw/order/components/updateReleaseLimitApproval"),
id: this.processInstance.businessKey, id: this.processInstance.businessKey,
} },
}; };
console.log( console.log(
"formCustomViewPath", "formCustomViewPath",
......
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