Commit 72b61ec4 authored by dcy's avatar dcy

挑拨出仓,到仓路由添加

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