|
@@ -706,26 +706,26 @@ export const asyncRouterMap = [
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
- {
|
|
|
- path: '/inventoryManagement/inventoryWarning',
|
|
|
- name: 'inventoryWarningList',
|
|
|
- component: () => import(/* webpackChunkName: "shop" */ '@/views/inventoryManagement/inventoryWarning/list.vue'),
|
|
|
- meta: {
|
|
|
- title: '库存预警',
|
|
|
- icon: 'alert'
|
|
|
- // permission: 'M_goodsShelves_0'
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/inventoryManagement/satelliteWarehouseInventory',
|
|
|
- name: 'satelliteWarehouseInventoryList',
|
|
|
- component: () => import(/* webpackChunkName: "shop" */ '@/views/inventoryManagement/satelliteWarehouseInventory/list.vue'),
|
|
|
- meta: {
|
|
|
- title: '卫星仓库存',
|
|
|
- icon: 'flag'
|
|
|
- // permission: 'M_goodsShelves_0'
|
|
|
- }
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: '/inventoryManagement/inventoryWarning',
|
|
|
+ // name: 'inventoryWarningList',
|
|
|
+ // component: () => import(/* webpackChunkName: "shop" */ '@/views/inventoryManagement/inventoryWarning/list.vue'),
|
|
|
+ // meta: {
|
|
|
+ // title: '库存预警',
|
|
|
+ // icon: 'alert'
|
|
|
+ // // permission: 'M_goodsShelves_0'
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/inventoryManagement/satelliteWarehouseInventory',
|
|
|
+ // name: 'satelliteWarehouseInventoryList',
|
|
|
+ // component: () => import(/* webpackChunkName: "shop" */ '@/views/inventoryManagement/satelliteWarehouseInventory/list.vue'),
|
|
|
+ // meta: {
|
|
|
+ // title: '卫星仓库存',
|
|
|
+ // icon: 'flag'
|
|
|
+ // // permission: 'M_goodsShelves_0'
|
|
|
+ // }
|
|
|
+ // },
|
|
|
{
|
|
|
path: '/inventoryManagement/warehouse',
|
|
|
redirect: '/inventoryManagement/warehouse/list',
|
|
@@ -762,97 +762,97 @@ export const asyncRouterMap = [
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
- {
|
|
|
- path: '/inventoryManagement/inventoryChecking',
|
|
|
- redirect: '/inventoryManagement/inventoryChecking/list',
|
|
|
- name: 'inventoryChecking',
|
|
|
- component: RouteView,
|
|
|
- meta: {
|
|
|
- title: '库存盘点',
|
|
|
- icon: 'reconciliation'
|
|
|
- // permission: 'M_goodsManage_list'
|
|
|
- },
|
|
|
- hideChildrenInMenu: true,
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: 'list',
|
|
|
- name: 'inventoryCheckingList',
|
|
|
- component: () => import(/* webpackChunkName: "shop" */ '@/views/inventoryManagement/inventoryChecking/list.vue'),
|
|
|
- meta: {
|
|
|
- title: '库存盘点列表',
|
|
|
- icon: 'reconciliation',
|
|
|
- hidden: true
|
|
|
- // permission: 'M_goodsManage_list'
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'overall/:id',
|
|
|
- name: 'inventoryCheckingOverall',
|
|
|
- component: () => import(/* webpackChunkName: "shop" */ '@/views/inventoryManagement/inventoryChecking/overall.vue'),
|
|
|
- meta: {
|
|
|
- title: '盘点人盘点【全盘】',
|
|
|
- icon: 'reconciliation',
|
|
|
- hidden: true
|
|
|
- // permission: 'B_goodsManage_edit'
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'selfDisk/:id',
|
|
|
- name: 'inventoryCheckingSelfDisk',
|
|
|
- component: () => import(/* webpackChunkName: "shop" */ '@/views/inventoryManagement/inventoryChecking/selfDisk.vue'),
|
|
|
- meta: {
|
|
|
- title: '盘点人盘点【自选盘点】',
|
|
|
- icon: 'reconciliation',
|
|
|
- hidden: true
|
|
|
- // permission: 'B_goodsManage_edit'
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'detail/:id',
|
|
|
- name: 'inventoryCheckingDetail',
|
|
|
- component: () => import(/* webpackChunkName: "shop" */ '@/views/inventoryManagement/inventoryChecking/detail.vue'),
|
|
|
- meta: {
|
|
|
- title: '库存盘点详情',
|
|
|
- icon: 'reconciliation',
|
|
|
- hidden: true
|
|
|
- // permission: 'B_goodsManage_edit'
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'makeInventory/:id',
|
|
|
- name: 'inventoryCheckingMakeInventory',
|
|
|
- component: () => import(/* webpackChunkName: "shop" */ '@/views/inventoryManagement/inventoryChecking/makeInventory.vue'),
|
|
|
- meta: {
|
|
|
- title: '待盘点【盘点】',
|
|
|
- icon: 'reconciliation',
|
|
|
- hidden: true
|
|
|
- // permission: 'B_goodsManage_edit'
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'makeInventory/detail/:id', /* 待盘点【盘点】详情 */
|
|
|
- name: 'inventoryCheckingMakeInventoryDetail',
|
|
|
- component: () => import(/* webpackChunkName: "shop" */ '@/views/inventoryManagement/inventoryChecking/makeInventoryDetail.vue'),
|
|
|
- meta: {
|
|
|
- title: '库存盘点详情',
|
|
|
- icon: 'reconciliation',
|
|
|
- hidden: true
|
|
|
- // permission: 'B_goodsManage_edit'
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'financialAudit/detail/:id', /* 财务审核详情 */
|
|
|
- name: 'inventoryCheckingFinancialAuditDetail',
|
|
|
- component: () => import(/* webpackChunkName: "shop" */ '@/views/inventoryManagement/inventoryChecking/financialAuditDetail.vue'),
|
|
|
- meta: {
|
|
|
- title: '库存盘点详情',
|
|
|
- icon: 'reconciliation',
|
|
|
- hidden: true
|
|
|
- // permission: 'B_goodsManage_edit'
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
+ // {
|
|
|
+ // path: '/inventoryManagement/inventoryChecking',
|
|
|
+ // redirect: '/inventoryManagement/inventoryChecking/list',
|
|
|
+ // name: 'inventoryChecking',
|
|
|
+ // component: RouteView,
|
|
|
+ // meta: {
|
|
|
+ // title: '库存盘点',
|
|
|
+ // icon: 'reconciliation'
|
|
|
+ // // permission: 'M_goodsManage_list'
|
|
|
+ // },
|
|
|
+ // hideChildrenInMenu: true,
|
|
|
+ // children: [
|
|
|
+ // {
|
|
|
+ // path: 'list',
|
|
|
+ // name: 'inventoryCheckingList',
|
|
|
+ // component: () => import(/* webpackChunkName: "shop" */ '@/views/inventoryManagement/inventoryChecking/list.vue'),
|
|
|
+ // meta: {
|
|
|
+ // title: '库存盘点列表',
|
|
|
+ // icon: 'reconciliation',
|
|
|
+ // hidden: true
|
|
|
+ // // permission: 'M_goodsManage_list'
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'overall/:id',
|
|
|
+ // name: 'inventoryCheckingOverall',
|
|
|
+ // component: () => import(/* webpackChunkName: "shop" */ '@/views/inventoryManagement/inventoryChecking/overall.vue'),
|
|
|
+ // meta: {
|
|
|
+ // title: '盘点人盘点【全盘】',
|
|
|
+ // icon: 'reconciliation',
|
|
|
+ // hidden: true
|
|
|
+ // // permission: 'B_goodsManage_edit'
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'selfDisk/:id',
|
|
|
+ // name: 'inventoryCheckingSelfDisk',
|
|
|
+ // component: () => import(/* webpackChunkName: "shop" */ '@/views/inventoryManagement/inventoryChecking/selfDisk.vue'),
|
|
|
+ // meta: {
|
|
|
+ // title: '盘点人盘点【自选盘点】',
|
|
|
+ // icon: 'reconciliation',
|
|
|
+ // hidden: true
|
|
|
+ // // permission: 'B_goodsManage_edit'
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'detail/:id',
|
|
|
+ // name: 'inventoryCheckingDetail',
|
|
|
+ // component: () => import(/* webpackChunkName: "shop" */ '@/views/inventoryManagement/inventoryChecking/detail.vue'),
|
|
|
+ // meta: {
|
|
|
+ // title: '库存盘点详情',
|
|
|
+ // icon: 'reconciliation',
|
|
|
+ // hidden: true
|
|
|
+ // // permission: 'B_goodsManage_edit'
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'makeInventory/:id',
|
|
|
+ // name: 'inventoryCheckingMakeInventory',
|
|
|
+ // component: () => import(/* webpackChunkName: "shop" */ '@/views/inventoryManagement/inventoryChecking/makeInventory.vue'),
|
|
|
+ // meta: {
|
|
|
+ // title: '待盘点【盘点】',
|
|
|
+ // icon: 'reconciliation',
|
|
|
+ // hidden: true
|
|
|
+ // // permission: 'B_goodsManage_edit'
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'makeInventory/detail/:id', /* 待盘点【盘点】详情 */
|
|
|
+ // name: 'inventoryCheckingMakeInventoryDetail',
|
|
|
+ // component: () => import(/* webpackChunkName: "shop" */ '@/views/inventoryManagement/inventoryChecking/makeInventoryDetail.vue'),
|
|
|
+ // meta: {
|
|
|
+ // title: '库存盘点详情',
|
|
|
+ // icon: 'reconciliation',
|
|
|
+ // hidden: true
|
|
|
+ // // permission: 'B_goodsManage_edit'
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'financialAudit/detail/:id', /* 财务审核详情 */
|
|
|
+ // name: 'inventoryCheckingFinancialAuditDetail',
|
|
|
+ // component: () => import(/* webpackChunkName: "shop" */ '@/views/inventoryManagement/inventoryChecking/financialAuditDetail.vue'),
|
|
|
+ // meta: {
|
|
|
+ // title: '库存盘点详情',
|
|
|
+ // icon: 'reconciliation',
|
|
|
+ // hidden: true
|
|
|
+ // // permission: 'B_goodsManage_edit'
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // ]
|
|
|
+ // }
|
|
|
]
|
|
|
},
|
|
|
// 客户管理
|