|
@@ -2784,7 +2784,7 @@ export default [{
|
|
|
},
|
|
|
component: () => import( /* webpackChunkName: "views" */ '@/views/tirePartsMall/basicData/shareListing/index')
|
|
|
}]
|
|
|
-},{
|
|
|
+}, {
|
|
|
path: '/tirePartsMall/basicData/shareListingNext/index',
|
|
|
component: Layout,
|
|
|
hidden: true,
|
|
@@ -4157,17 +4157,31 @@ export default [{
|
|
|
},
|
|
|
component: () => import( /* webpackChunkName: "views" */ '@/views/storehouse/outStockManage/outStockPlan/index')
|
|
|
}]
|
|
|
-}, {
|
|
|
- path: '/storehouse/inventoryManage/inventory/detail',
|
|
|
- component: Layout,
|
|
|
- hidden: true,
|
|
|
- children: [{
|
|
|
- path: '/storehouse/inventoryManage/inventory/detail',
|
|
|
- name: '中心仓出入明细',
|
|
|
- meta: {
|
|
|
- keepAlive: true,
|
|
|
- },
|
|
|
- component: () => import( /* webpackChunkName: "views" */ '@/views/storehouse/inventoryManage/inventory/detail')
|
|
|
- }]
|
|
|
+},
|
|
|
+{
|
|
|
+ path: '/storehouse/inventoryManage/inventory/detail',
|
|
|
+ component: Layout,
|
|
|
+ hidden: true,
|
|
|
+ children: [{
|
|
|
+ path: '/storehouse/inventoryManage/inventory/detail',
|
|
|
+ name: '中心仓出入明细',
|
|
|
+ meta: {
|
|
|
+ keepAlive: true,
|
|
|
},
|
|
|
+ component: () => import( /* webpackChunkName: "views" */ '@/views/storehouse/inventoryManage/inventory/detail')
|
|
|
+ }]
|
|
|
+},
|
|
|
+{
|
|
|
+ path: '/storehouse/inventoryManage/inventory/index',
|
|
|
+ component: Layout,
|
|
|
+ hidden: true,
|
|
|
+ children: [{
|
|
|
+ path: '/storehouse/inventoryManage/inventory/index',
|
|
|
+ name: '库存查询',
|
|
|
+ meta: {
|
|
|
+ keepAlive: true,
|
|
|
+ },
|
|
|
+ component: () => import( /* webpackChunkName: "views" */ '@/views/storehouse/inventoryManage/inventory/index')
|
|
|
+ }]
|
|
|
+},
|
|
|
]
|