|
@@ -481,64 +481,6 @@ export const asyncRouterMap = [{
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
- {
|
|
|
- path: '/inventoryManagement/warehouseAllocation',
|
|
|
- redirect: '/inventoryManagement/warehouseAllocation/list',
|
|
|
- name: 'warehouseAllocation',
|
|
|
- component: RouteView,
|
|
|
- meta: {
|
|
|
- title: '仓库调拨',
|
|
|
- icon: 'gateway'
|
|
|
- // permission: 'M_goodsManage_list'
|
|
|
- },
|
|
|
- hideChildrenInMenu: true,
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/inventoryManagement/warehouseAllocation/list',
|
|
|
- name: 'warehouseAllocationList',
|
|
|
- component: () => import(/* webpackChunkName: "shop" */ '@/views/inventoryManagement/warehouseAllocation/list.vue'),
|
|
|
- meta: {
|
|
|
- title: '仓库调拨列表',
|
|
|
- icon: 'gateway',
|
|
|
- hidden: true
|
|
|
- // permission: 'M_goodsManage_list'
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/inventoryManagement/warehouseAllocation/add',
|
|
|
- name: 'warehouseAllocationAdd',
|
|
|
- component: () => import(/* webpackChunkName: "shop" */ '@/views/inventoryManagement/warehouseAllocation/edit.vue'),
|
|
|
- meta: {
|
|
|
- title: '新增仓库调拨',
|
|
|
- icon: 'gateway',
|
|
|
- hidden: true
|
|
|
- // permission: 'B_goodsManage_edit'
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/inventoryManagement/warehouseAllocation/edit/:id',
|
|
|
- name: 'warehouseAllocationEdit',
|
|
|
- component: () => import(/* webpackChunkName: "shop" */ '@/views/inventoryManagement/warehouseAllocation/edit.vue'),
|
|
|
- meta: {
|
|
|
- title: '编辑仓库调拨',
|
|
|
- icon: 'gateway',
|
|
|
- hidden: true
|
|
|
- // permission: 'B_goodsManage_edit'
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/inventoryManagement/warehouseAllocation/detail/:id',
|
|
|
- name: 'warehouseAllocationEdit',
|
|
|
- component: () => import(/* webpackChunkName: "shop" */ '@/views/inventoryManagement/warehouseAllocation/detail.vue'),
|
|
|
- meta: {
|
|
|
- title: '仓库调拨详情',
|
|
|
- icon: 'gateway',
|
|
|
- hidden: true
|
|
|
- // permission: 'B_goodsManage_edit'
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
{
|
|
|
path: '/inventoryManagement/inventoryChecking',
|
|
|
redirect: '/inventoryManagement/inventoryChecking/list',
|
|
@@ -654,19 +596,78 @@ export const asyncRouterMap = [{
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ // 调拨管理
|
|
|
{
|
|
|
- path: '/chainAllocation',
|
|
|
- redirect: '/chainAllocation/chainTransferIn',
|
|
|
+ path: '/allocationManagement',
|
|
|
+ redirect: '/allocationManagement/warehouseAllocation',
|
|
|
component: PageView,
|
|
|
meta: {
|
|
|
- title: '连锁调拨',
|
|
|
+ title: '调拨管理',
|
|
|
icon: 'cluster'
|
|
|
// permission: 'M_shop'
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
|
- path: '/chainAllocation/chainTransferIn',
|
|
|
- redirect: '/chainAllocation/chainTransferIn/list',
|
|
|
+ path: '/allocationManagement/warehouseAllocation',
|
|
|
+ redirect: '/allocationManagement/warehouseAllocation/list',
|
|
|
+ name: 'warehouseAllocation',
|
|
|
+ component: RouteView,
|
|
|
+ meta: {
|
|
|
+ title: '仓库调拨',
|
|
|
+ icon: 'gateway'
|
|
|
+ // permission: 'M_goodsManage_list'
|
|
|
+ },
|
|
|
+ hideChildrenInMenu: true,
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/allocationManagement/warehouseAllocation/list',
|
|
|
+ name: 'warehouseAllocationList',
|
|
|
+ component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/warehouseAllocation/list.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '仓库调拨列表',
|
|
|
+ icon: 'gateway',
|
|
|
+ hidden: true
|
|
|
+ // permission: 'M_goodsManage_list'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/allocationManagement/warehouseAllocation/add',
|
|
|
+ name: 'warehouseAllocationAdd',
|
|
|
+ component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/warehouseAllocation/edit.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '新增仓库调拨',
|
|
|
+ icon: 'gateway',
|
|
|
+ hidden: true
|
|
|
+ // permission: 'B_goodsManage_edit'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/allocationManagement/warehouseAllocation/edit/:id',
|
|
|
+ name: 'warehouseAllocationEdit',
|
|
|
+ component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/warehouseAllocation/edit.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '编辑仓库调拨',
|
|
|
+ icon: 'gateway',
|
|
|
+ hidden: true
|
|
|
+ // permission: 'B_goodsManage_edit'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/allocationManagement/warehouseAllocation/detail/:id',
|
|
|
+ name: 'warehouseAllocationEdit',
|
|
|
+ component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/warehouseAllocation/detail.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '仓库调拨详情',
|
|
|
+ icon: 'gateway',
|
|
|
+ hidden: true
|
|
|
+ // permission: 'B_goodsManage_edit'
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/allocationManagement/chainTransferIn',
|
|
|
+ redirect: '/allocationManagement/chainTransferIn/list',
|
|
|
name: 'chainTransferIn',
|
|
|
component: RouteView,
|
|
|
meta: {
|
|
@@ -677,9 +678,9 @@ export const asyncRouterMap = [{
|
|
|
hideChildrenInMenu: true,
|
|
|
children: [
|
|
|
{
|
|
|
- path: '/chainAllocation/chainTransferIn/list',
|
|
|
+ path: '/allocationManagement/chainTransferIn/list',
|
|
|
name: 'chainTransferInList',
|
|
|
- component: () => import(/* webpackChunkName: "shop" */ '@/views/chainAllocation/chainTransferIn/list.vue'),
|
|
|
+ component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferIn/list.vue'),
|
|
|
meta: {
|
|
|
title: '连锁调入列表',
|
|
|
icon: 'cluster',
|
|
@@ -688,9 +689,9 @@ export const asyncRouterMap = [{
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- path: '/chainAllocation/chainTransferIn/add',
|
|
|
+ path: '/allocationManagement/chainTransferIn/add',
|
|
|
name: 'chainTransferInAdd',
|
|
|
- component: () => import(/* webpackChunkName: "shop" */ '@/views/chainAllocation/chainTransferIn/edit.vue'),
|
|
|
+ component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferIn/edit.vue'),
|
|
|
meta: {
|
|
|
title: '新增连锁调入',
|
|
|
icon: 'cluster',
|
|
@@ -699,9 +700,9 @@ export const asyncRouterMap = [{
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- path: '/chainAllocation/chainTransferIn/edit/:id',
|
|
|
+ path: '/allocationManagement/chainTransferIn/edit/:id',
|
|
|
name: 'chainTransferInEdit',
|
|
|
- component: () => import(/* webpackChunkName: "shop" */ '@/views/chainAllocation/chainTransferIn/edit.vue'),
|
|
|
+ component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferIn/edit.vue'),
|
|
|
meta: {
|
|
|
title: '编辑连锁调入',
|
|
|
icon: 'cluster',
|
|
@@ -710,9 +711,9 @@ export const asyncRouterMap = [{
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- path: '/chainAllocation/chainTransferIn/detail/:id',
|
|
|
+ path: '/allocationManagement/chainTransferIn/detail/:id',
|
|
|
name: 'chainTransferInEdit',
|
|
|
- component: () => import(/* webpackChunkName: "shop" */ '@/views/chainAllocation/chainTransferIn/detail.vue'),
|
|
|
+ component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferIn/detail.vue'),
|
|
|
meta: {
|
|
|
title: '连锁调入详情',
|
|
|
icon: 'cluster',
|
|
@@ -723,8 +724,8 @@ export const asyncRouterMap = [{
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/chainAllocation/chainTransferOut',
|
|
|
- redirect: '/chainAllocation/chainTransferOut/list',
|
|
|
+ path: '/allocationManagement/chainTransferOut',
|
|
|
+ redirect: '/allocationManagement/chainTransferOut/list',
|
|
|
name: 'chainTransferOut',
|
|
|
component: RouteView,
|
|
|
meta: {
|
|
@@ -735,9 +736,9 @@ export const asyncRouterMap = [{
|
|
|
hideChildrenInMenu: true,
|
|
|
children: [
|
|
|
{
|
|
|
- path: '/chainAllocation/chainTransferOut/list',
|
|
|
+ path: '/allocationManagement/chainTransferOut/list',
|
|
|
name: 'chainTransferOutList',
|
|
|
- component: () => import(/* webpackChunkName: "shop" */ '@/views/chainAllocation/chainTransferOut/list.vue'),
|
|
|
+ component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferOut/list.vue'),
|
|
|
meta: {
|
|
|
title: '连锁调出列表',
|
|
|
icon: 'pull-request',
|
|
@@ -746,9 +747,9 @@ export const asyncRouterMap = [{
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- path: '/chainAllocation/chainTransferOut/add',
|
|
|
+ path: '/allocationManagement/chainTransferOut/add',
|
|
|
name: 'chainTransferOutAdd',
|
|
|
- component: () => import(/* webpackChunkName: "shop" */ '@/views/chainAllocation/chainTransferOut/edit.vue'),
|
|
|
+ component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferOut/edit.vue'),
|
|
|
meta: {
|
|
|
title: '新增连锁调出',
|
|
|
icon: 'pull-request',
|
|
@@ -757,9 +758,9 @@ export const asyncRouterMap = [{
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- path: '/chainAllocation/chainTransferOut/edit/:id',
|
|
|
+ path: '/allocationManagement/chainTransferOut/edit/:id',
|
|
|
name: 'chainTransferOutEdit',
|
|
|
- component: () => import(/* webpackChunkName: "shop" */ '@/views/chainAllocation/chainTransferOut/edit.vue'),
|
|
|
+ component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferOut/edit.vue'),
|
|
|
meta: {
|
|
|
title: '编辑连锁调出',
|
|
|
icon: 'pull-request',
|
|
@@ -768,9 +769,9 @@ export const asyncRouterMap = [{
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- path: '/chainAllocation/chainTransferOut/detail/:id',
|
|
|
+ path: '/allocationManagement/chainTransferOut/detail/:id',
|
|
|
name: 'chainTransferOutEdit',
|
|
|
- component: () => import(/* webpackChunkName: "shop" */ '@/views/chainAllocation/chainTransferOut/detail.vue'),
|
|
|
+ component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/chainTransferOut/detail.vue'),
|
|
|
meta: {
|
|
|
title: '连锁调出详情',
|
|
|
icon: 'pull-request',
|
|
@@ -779,6 +780,64 @@ export const asyncRouterMap = [{
|
|
|
}
|
|
|
}
|
|
|
]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/allocationManagement/storeTransferOut',
|
|
|
+ redirect: '/allocationManagement/storeTransferOut/list',
|
|
|
+ name: 'storeTransferOut',
|
|
|
+ component: RouteView,
|
|
|
+ meta: {
|
|
|
+ title: '店内调出',
|
|
|
+ icon: 'gateway'
|
|
|
+ // permission: 'M_goodsManage_list'
|
|
|
+ },
|
|
|
+ hideChildrenInMenu: true,
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/allocationManagement/storeTransferOut/list',
|
|
|
+ name: 'storeTransferOutList',
|
|
|
+ component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/storeTransferOut/list.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '店内调出列表',
|
|
|
+ icon: 'gateway',
|
|
|
+ hidden: true
|
|
|
+ // permission: 'M_goodsManage_list'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/allocationManagement/storeTransferOut/add',
|
|
|
+ name: 'storeTransferOutAdd',
|
|
|
+ component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/storeTransferOut/edit.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '新增店内调出',
|
|
|
+ icon: 'gateway',
|
|
|
+ hidden: true
|
|
|
+ // permission: 'B_goodsManage_edit'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/allocationManagement/storeTransferOut/edit/:id',
|
|
|
+ name: 'storeTransferOutEdit',
|
|
|
+ component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/storeTransferOut/edit.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '编辑店内调出',
|
|
|
+ icon: 'gateway',
|
|
|
+ hidden: true
|
|
|
+ // permission: 'B_goodsManage_edit'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/allocationManagement/storeTransferOut/detail/:id',
|
|
|
+ name: 'storeTransferOutEdit',
|
|
|
+ component: () => import(/* webpackChunkName: "shop" */ '@/views/allocationManagement/storeTransferOut/detail.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '店内调出详情',
|
|
|
+ icon: 'gateway',
|
|
|
+ hidden: true
|
|
|
+ // permission: 'B_goodsManage_edit'
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
]
|
|
|
},
|