Commit 72b61ec4 authored by dcy's avatar dcy

挑拨出仓,到仓路由添加

parent 8fe690a9
...@@ -356,26 +356,26 @@ export const constantRoutes = [ ...@@ -356,26 +356,26 @@ export const constantRoutes = [
} }
}, },
{ {
path: 'withdrawal/:orderId', path: 'transfer-warehousing/:orderId/:type',
component:()=>import ('@/views/ecw/order/withdrawal'), component:()=>import('@/views/ecw/order/transferWarehousing'),
name:'withdrawal', name:'transferWarehousing',
props: true, props: true,
meta:{ meta:{
title:'退', title:'调拨出',
icon:'', icon:'',
activeMenu:'order/withdrawal', activeMenu:'order/transferWarehousing',
noCache:true, noCache:true,
} }
}, },
{ {
path: 'transfer-warehousing/:orderId', path: 'transfer-to-warehouse/:orderId/:type',
component:()=>import('@/views/ecw/order/transferWarehousing'), component:()=>import('@/views/ecw/order/transferWarehousing'),
name:'transferWarehousing', name:'transferToWarehouse',
props: true, props: true,
meta:{ meta:{
title:'调拨', title:'调拨',
icon:'', icon:'',
activeMenu:'order/transferWarehousing', activeMenu:'order/transferToWarehouse',
noCache:true, noCache:true,
} }
} }
......
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