|
@@ -73,242 +73,6 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
- // 数字货架
|
|
|
|
- {
|
|
|
|
- path: '/numsGoodsShelves',
|
|
|
|
- redirect: '/numsGoodsShelves/settlementManagement',
|
|
|
|
- component: PageView,
|
|
|
|
- meta: {
|
|
|
|
- title: '数字货架',
|
|
|
|
- icon: 'hdd',
|
|
|
|
- // permission: 'M_numsGoodsShelves'
|
|
|
|
- },
|
|
|
|
- children: [
|
|
|
|
- {
|
|
|
|
- path: '/numsGoodsShelves/shelfSet',
|
|
|
|
- redirect: '/numsGoodsShelves/shelfSet/list',
|
|
|
|
- name: 'shelfSet',
|
|
|
|
- component: BlankLayout,
|
|
|
|
- meta: {
|
|
|
|
- title: '货架设置',
|
|
|
|
- icon: 'monitor',
|
|
|
|
- // permission: 'M_shelfSet'
|
|
|
|
- },
|
|
|
|
- hideChildrenInMenu: true,
|
|
|
|
- children: [
|
|
|
|
- {
|
|
|
|
- path: 'list',
|
|
|
|
- name: 'shelfSetList',
|
|
|
|
- component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/shelfSet/list.vue'),
|
|
|
|
- meta: {
|
|
|
|
- title: '货架设置列表',
|
|
|
|
- icon: 'monitor',
|
|
|
|
- hidden: true
|
|
|
|
- // permission: 'M_salesQueryList'
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'set/:sn',
|
|
|
|
- name: 'shelfSetting',
|
|
|
|
- component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/shelfSet/set.vue'),
|
|
|
|
- meta: {
|
|
|
|
- title: '货架设置',
|
|
|
|
- icon: 'monitor',
|
|
|
|
- hidden: true,
|
|
|
|
- replaceTab: true
|
|
|
|
- // permission: 'M_salesQueryList'
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/numsGoodsShelves/shelfMonitoring',
|
|
|
|
- redirect: '/numsGoodsShelves/shelfMonitoring/list',
|
|
|
|
- name: 'shelfMonitoring',
|
|
|
|
- component: BlankLayout,
|
|
|
|
- meta: {
|
|
|
|
- title: '货架监控',
|
|
|
|
- icon: 'monitor',
|
|
|
|
- // permission: 'M_shelfMonitoring'
|
|
|
|
- },
|
|
|
|
- hideChildrenInMenu: true,
|
|
|
|
- children: [
|
|
|
|
- {
|
|
|
|
- path: 'list',
|
|
|
|
- name: 'shelfMonitoringList',
|
|
|
|
- component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/shelfMonitoring/list.vue'),
|
|
|
|
- meta: {
|
|
|
|
- title: '货架监控列表',
|
|
|
|
- icon: 'monitor',
|
|
|
|
- hidden: true
|
|
|
|
- // permission: 'M_salesQueryList'
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'warehouseDetail/:shelfPlaceSn/:productSn',
|
|
|
|
- name: 'shelfMonitoringWarehouseDetail',
|
|
|
|
- component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/shelfMonitoring/warehouseDetail.vue'),
|
|
|
|
- meta: {
|
|
|
|
- title: '货架监控出入库明细',
|
|
|
|
- icon: 'monitor',
|
|
|
|
- hidden: true,
|
|
|
|
- replaceTab: true
|
|
|
|
- // permission: 'M_salesQueryList'
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/numsGoodsShelves/replenishmentManagement',
|
|
|
|
- redirect: '/numsGoodsShelves/replenishmentManagement/list',
|
|
|
|
- name: 'replenishmentManagement',
|
|
|
|
- component: BlankLayout,
|
|
|
|
- meta: {
|
|
|
|
- title: '补货管理',
|
|
|
|
- icon: 'monitor',
|
|
|
|
- // permission: 'M_replenishmentManagement'
|
|
|
|
- },
|
|
|
|
- hideChildrenInMenu: true,
|
|
|
|
- children: [
|
|
|
|
- {
|
|
|
|
- path: 'list',
|
|
|
|
- name: 'replenishmentManagementList',
|
|
|
|
- component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/replenishmentManagement/list.vue'),
|
|
|
|
- meta: {
|
|
|
|
- title: '补货管理列表',
|
|
|
|
- icon: 'monitor',
|
|
|
|
- hidden: true
|
|
|
|
- // permission: 'M_salesQueryList'
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/numsGoodsShelves/recallManagement',
|
|
|
|
- redirect: '/numsGoodsShelves/recallManagement/list',
|
|
|
|
- name: 'recallManagement',
|
|
|
|
- component: BlankLayout,
|
|
|
|
- meta: {
|
|
|
|
- title: '调回管理',
|
|
|
|
- icon: 'monitor',
|
|
|
|
- // permission: 'M_recallManagement'
|
|
|
|
- },
|
|
|
|
- hideChildrenInMenu: true,
|
|
|
|
- children: [
|
|
|
|
- {
|
|
|
|
- path: 'list',
|
|
|
|
- name: 'recallManagementList',
|
|
|
|
- component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/recallManagement/list.vue'),
|
|
|
|
- meta: {
|
|
|
|
- title: '调回管理列表',
|
|
|
|
- icon: 'monitor',
|
|
|
|
- hidden: true
|
|
|
|
- // permission: 'M_salesQueryList'
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/numsGoodsShelves/settlementManagement',
|
|
|
|
- redirect: '/numsGoodsShelves/settlementManagement/list',
|
|
|
|
- name: 'settlementManagement',
|
|
|
|
- component: BlankLayout,
|
|
|
|
- meta: {
|
|
|
|
- title: '结算管理',
|
|
|
|
- icon: 'monitor',
|
|
|
|
- // permission: 'M_settlementManagement'
|
|
|
|
- },
|
|
|
|
- hideChildrenInMenu: true,
|
|
|
|
- children: [
|
|
|
|
- {
|
|
|
|
- path: 'list',
|
|
|
|
- name: 'settlementManagementList',
|
|
|
|
- component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/settlementManagement/list.vue'),
|
|
|
|
- meta: {
|
|
|
|
- title: '结算管理列表',
|
|
|
|
- icon: 'monitor',
|
|
|
|
- hidden: true
|
|
|
|
- // permission: 'M_salesQueryList'
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'unDetail/:shelfSn/:settleType/:shelfName',
|
|
|
|
- name: 'unSettlementDetail',
|
|
|
|
- component: () => import(/* webpackChunkName: "salesManagement" */ '@/views/numsGoodsShelves/settlementManagement/unSettlementDetail.vue'),
|
|
|
|
- meta: {
|
|
|
|
- title: '待结算明细',
|
|
|
|
- icon: 'monitor',
|
|
|
|
- hidden: true,
|
|
|
|
- replaceTab: true
|
|
|
|
- // permission: 'M_salesQueryList'
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'detail/:shelfSn/:shelfName',
|
|
|
|
- name: 'settlementDetail',
|
|
|
|
- component: () => import(/* webpackChunkName: "salesManagement" */ '@/views/numsGoodsShelves/settlementManagement/settlementDetail.vue'),
|
|
|
|
- meta: {
|
|
|
|
- title: '结算历史',
|
|
|
|
- icon: 'monitor',
|
|
|
|
- hidden: true,
|
|
|
|
- replaceTab: true
|
|
|
|
- // permission: 'M_salesQueryList'
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/numsGoodsShelves/withdrawalManagement',
|
|
|
|
- redirect: '/numsGoodsShelves/withdrawalManagement/list',
|
|
|
|
- name: 'withdrawalManagement',
|
|
|
|
- component: BlankLayout,
|
|
|
|
- meta: {
|
|
|
|
- title: '提现管理',
|
|
|
|
- icon: 'monitor',
|
|
|
|
- // permission: 'M_withdrawalManagement'
|
|
|
|
- },
|
|
|
|
- hideChildrenInMenu: true,
|
|
|
|
- children: [
|
|
|
|
- {
|
|
|
|
- path: 'list',
|
|
|
|
- name: 'withdrawalManagementList',
|
|
|
|
- component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/withdrawalManagement/list.vue'),
|
|
|
|
- meta: {
|
|
|
|
- title: '提现管理列表',
|
|
|
|
- icon: 'monitor',
|
|
|
|
- hidden: true
|
|
|
|
- // permission: 'M_salesQueryList'
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- }
|
|
|
|
- // {
|
|
|
|
- // path: '/numsGoodsShelves/accountManagement',
|
|
|
|
- // redirect: '/numsGoodsShelves/accountManagement/list',
|
|
|
|
- // name: 'accountManagement',
|
|
|
|
- // component: BlankLayout,
|
|
|
|
- // meta: {
|
|
|
|
- // title: '账户明细',
|
|
|
|
- // icon: 'monitor'
|
|
|
|
- // // permission: 'M_salesQueryList'
|
|
|
|
- // },
|
|
|
|
- // hideChildrenInMenu: true,
|
|
|
|
- // children: [
|
|
|
|
- // {
|
|
|
|
- // path: 'list',
|
|
|
|
- // name: 'accountManagementList',
|
|
|
|
- // component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/accountManagement/list.vue'),
|
|
|
|
- // meta: {
|
|
|
|
- // title: '账户明细列表',
|
|
|
|
- // icon: 'monitor',
|
|
|
|
- // hidden: true
|
|
|
|
- // // permission: 'M_salesQueryList'
|
|
|
|
- // }
|
|
|
|
- // }
|
|
|
|
- // ]
|
|
|
|
- // }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
// 销售管理
|
|
// 销售管理
|
|
{
|
|
{
|
|
path: '/salesManagement',
|
|
path: '/salesManagement',
|
|
@@ -549,6 +313,279 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
|
|
+ // 数字货架
|
|
|
|
+ {
|
|
|
|
+ path: '/numsGoodsShelves',
|
|
|
|
+ redirect: '/numsGoodsShelves/settlementManagement',
|
|
|
|
+ component: PageView,
|
|
|
|
+ meta: {
|
|
|
|
+ title: '数字货架',
|
|
|
|
+ icon: 'hdd',
|
|
|
|
+ permission: 'M_numsGoodsShelves'
|
|
|
|
+ },
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: '/numsGoodsShelves/shelfSet',
|
|
|
|
+ redirect: '/numsGoodsShelves/shelfSet/list',
|
|
|
|
+ name: 'shelfSet',
|
|
|
|
+ component: BlankLayout,
|
|
|
|
+ meta: {
|
|
|
|
+ title: '货架设置',
|
|
|
|
+ icon: 'monitor',
|
|
|
|
+ permission: 'M_shelfSet'
|
|
|
|
+ },
|
|
|
|
+ hideChildrenInMenu: true,
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: 'list',
|
|
|
|
+ name: 'shelfSetList',
|
|
|
|
+ component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/shelfSet/list.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '货架设置列表',
|
|
|
|
+ icon: 'monitor',
|
|
|
|
+ hidden: true
|
|
|
|
+ // permission: 'M_salesQueryList'
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'set/:sn',
|
|
|
|
+ name: 'shelfSetting',
|
|
|
|
+ component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/shelfSet/set.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '货架设置',
|
|
|
|
+ icon: 'monitor',
|
|
|
|
+ hidden: true,
|
|
|
|
+ replaceTab: true
|
|
|
|
+ // permission: 'M_salesQueryList'
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/numsGoodsShelves/shelfMonitoring',
|
|
|
|
+ redirect: '/numsGoodsShelves/shelfMonitoring/list',
|
|
|
|
+ name: 'shelfMonitoring',
|
|
|
|
+ component: BlankLayout,
|
|
|
|
+ meta: {
|
|
|
|
+ title: '货架监控',
|
|
|
|
+ icon: 'monitor',
|
|
|
|
+ permission: 'M_shelfMonitoring'
|
|
|
|
+ },
|
|
|
|
+ hideChildrenInMenu: true,
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: 'list',
|
|
|
|
+ name: 'shelfMonitoringList',
|
|
|
|
+ component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/shelfMonitoring/list.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '货架监控列表',
|
|
|
|
+ icon: 'monitor',
|
|
|
|
+ hidden: true
|
|
|
|
+ // permission: 'M_salesQueryList'
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'warehouseDetail/:shelfPlaceSn/:productSn',
|
|
|
|
+ name: 'shelfMonitoringWarehouseDetail',
|
|
|
|
+ component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/shelfMonitoring/warehouseDetail.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '货架监控出入库明细',
|
|
|
|
+ icon: 'monitor',
|
|
|
|
+ hidden: true,
|
|
|
|
+ replaceTab: true
|
|
|
|
+ // permission: 'M_salesQueryList'
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/numsGoodsShelves/replenishmentManagement',
|
|
|
|
+ redirect: '/numsGoodsShelves/replenishmentManagement/list',
|
|
|
|
+ name: 'replenishmentManagement',
|
|
|
|
+ component: BlankLayout,
|
|
|
|
+ meta: {
|
|
|
|
+ title: '补货管理',
|
|
|
|
+ icon: 'monitor',
|
|
|
|
+ permission: 'M_replenishmentManagement'
|
|
|
|
+ },
|
|
|
|
+ hideChildrenInMenu: true,
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: 'list',
|
|
|
|
+ name: 'replenishmentManagementList',
|
|
|
|
+ component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/replenishmentManagement/list.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '补货管理列表',
|
|
|
|
+ icon: 'monitor',
|
|
|
|
+ hidden: true
|
|
|
|
+ // permission: 'M_salesQueryList'
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/numsGoodsShelves/recallManagement',
|
|
|
|
+ redirect: '/numsGoodsShelves/recallManagement/list',
|
|
|
|
+ name: 'recallManagement',
|
|
|
|
+ component: BlankLayout,
|
|
|
|
+ meta: {
|
|
|
|
+ title: '调回管理',
|
|
|
|
+ icon: 'monitor',
|
|
|
|
+ permission: 'M_recallManagement'
|
|
|
|
+ },
|
|
|
|
+ hideChildrenInMenu: true,
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: 'list',
|
|
|
|
+ name: 'recallManagementList',
|
|
|
|
+ component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/recallManagement/list.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '调回管理列表',
|
|
|
|
+ icon: 'monitor',
|
|
|
|
+ hidden: true
|
|
|
|
+ // permission: 'M_salesQueryList'
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/numsGoodsShelves/settlementManagement',
|
|
|
|
+ redirect: '/numsGoodsShelves/settlementManagement/list',
|
|
|
|
+ name: 'settlementManagement',
|
|
|
|
+ component: BlankLayout,
|
|
|
|
+ meta: {
|
|
|
|
+ title: '结算管理',
|
|
|
|
+ icon: 'monitor',
|
|
|
|
+ permission: 'M_settlementManagement'
|
|
|
|
+ },
|
|
|
|
+ hideChildrenInMenu: true,
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: 'list',
|
|
|
|
+ name: 'settlementManagementList',
|
|
|
|
+ component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/settlementManagement/list.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '结算管理列表',
|
|
|
|
+ icon: 'monitor',
|
|
|
|
+ hidden: true
|
|
|
|
+ // permission: 'M_salesQueryList'
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'unDetail/:shelfSn/:settleType/:shelfName',
|
|
|
|
+ name: 'unSettlementDetail',
|
|
|
|
+ component: () => import(/* webpackChunkName: "salesManagement" */ '@/views/numsGoodsShelves/settlementManagement/unSettlementDetail.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '待结算明细',
|
|
|
|
+ icon: 'monitor',
|
|
|
|
+ hidden: true,
|
|
|
|
+ replaceTab: true
|
|
|
|
+ // permission: 'M_salesQueryList'
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'detail/:shelfSn/:shelfName',
|
|
|
|
+ name: 'settlementDetail',
|
|
|
|
+ component: () => import(/* webpackChunkName: "salesManagement" */ '@/views/numsGoodsShelves/settlementManagement/settlementDetail.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '结算历史',
|
|
|
|
+ icon: 'monitor',
|
|
|
|
+ hidden: true,
|
|
|
|
+ replaceTab: true
|
|
|
|
+ // permission: 'M_salesQueryList'
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/numsGoodsShelves/withdrawalManagement',
|
|
|
|
+ redirect: '/numsGoodsShelves/withdrawalManagement/list',
|
|
|
|
+ name: 'withdrawalManagement',
|
|
|
|
+ component: BlankLayout,
|
|
|
|
+ meta: {
|
|
|
|
+ title: '提现管理',
|
|
|
|
+ icon: 'monitor',
|
|
|
|
+ permission: 'M_withdrawalManagement'
|
|
|
|
+ },
|
|
|
|
+ hideChildrenInMenu: true,
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: 'list',
|
|
|
|
+ name: 'withdrawalManagementList',
|
|
|
|
+ component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/withdrawalManagement/list.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '提现管理列表',
|
|
|
|
+ icon: 'monitor',
|
|
|
|
+ hidden: true
|
|
|
|
+ // permission: 'M_salesQueryList'
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/numsGoodsShelves/recallStockManagement',
|
|
|
|
+ redirect: '/numsGoodsShelves/recallStockManagement/list',
|
|
|
|
+ name: 'recallStockManagement',
|
|
|
|
+ component: BlankLayout,
|
|
|
|
+ meta: {
|
|
|
|
+ title: '调回入库',
|
|
|
|
+ icon: 'monitor',
|
|
|
|
+ permission: 'M_recallStockManagement'
|
|
|
|
+ },
|
|
|
|
+ hideChildrenInMenu: true,
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: 'list',
|
|
|
|
+ name: 'recallStockManagementList',
|
|
|
|
+ component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/recallStockManagement/list.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '调回入库列表',
|
|
|
|
+ icon: 'monitor',
|
|
|
|
+ hidden: true
|
|
|
|
+ // permission: 'M_salesQueryList'
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'editStock/:stockPutSn',
|
|
|
|
+ name: 'editStock',
|
|
|
|
+ component: () => import(/* webpackChunkName: "salesManagement" */ '@/views/numsGoodsShelves/recallStockManagement/editStock.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '编辑入库',
|
|
|
|
+ icon: 'monitor',
|
|
|
|
+ hidden: true,
|
|
|
|
+ replaceTab: true
|
|
|
|
+ // permission: 'M_salesQueryList'
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ // {
|
|
|
|
+ // path: '/numsGoodsShelves/accountManagement',
|
|
|
|
+ // redirect: '/numsGoodsShelves/accountManagement/list',
|
|
|
|
+ // name: 'accountManagement',
|
|
|
|
+ // component: BlankLayout,
|
|
|
|
+ // meta: {
|
|
|
|
+ // title: '账户明细',
|
|
|
|
+ // icon: 'monitor'
|
|
|
|
+ // // permission: 'M_salesQueryList'
|
|
|
|
+ // },
|
|
|
|
+ // hideChildrenInMenu: true,
|
|
|
|
+ // children: [
|
|
|
|
+ // {
|
|
|
|
+ // path: 'list',
|
|
|
|
+ // name: 'accountManagementList',
|
|
|
|
+ // component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/accountManagement/list.vue'),
|
|
|
|
+ // meta: {
|
|
|
|
+ // title: '账户明细列表',
|
|
|
|
+ // icon: 'monitor',
|
|
|
|
+ // hidden: true
|
|
|
|
+ // // permission: 'M_salesQueryList'
|
|
|
|
+ // }
|
|
|
|
+ // }
|
|
|
|
+ // ]
|
|
|
|
+ // }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
// 采购管理
|
|
// 采购管理
|
|
{
|
|
{
|
|
path: '/purchasingManagement',
|
|
path: '/purchasingManagement',
|