|
@@ -123,12 +123,12 @@ export const asyncRouterMap = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/numsGoodsShelves/settlementManagement',
|
|
|
- redirect: '/numsGoodsShelves/settlementManagement/list',
|
|
|
- name: 'settlementManagement',
|
|
|
+ path: '/numsGoodsShelves/shelfMonitoring',
|
|
|
+ redirect: '/numsGoodsShelves/shelfMonitoring/list',
|
|
|
+ name: 'shelfMonitoring',
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
|
- title: '结算管理',
|
|
|
+ title: '货架监控',
|
|
|
icon: 'monitor'
|
|
|
// permission: 'M_salesQueryList'
|
|
|
},
|
|
@@ -136,33 +136,21 @@ export const asyncRouterMap = [
|
|
|
children: [
|
|
|
{
|
|
|
path: 'list',
|
|
|
- name: 'settlementManagementList',
|
|
|
- component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/settlementManagement/list.vue'),
|
|
|
+ name: 'shelfMonitoringList',
|
|
|
+ component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/shelfMonitoring/list.vue'),
|
|
|
meta: {
|
|
|
- title: '结算管理列表',
|
|
|
+ title: '货架监控列表',
|
|
|
icon: 'monitor',
|
|
|
hidden: true
|
|
|
// permission: 'M_salesQueryList'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- path: 'unDetail/:id',
|
|
|
- name: 'unSettlementDetail',
|
|
|
- component: () => import(/* webpackChunkName: "salesManagement" */ '@/views/numsGoodsShelves/settlementManagement/unSettlementDetail.vue'),
|
|
|
- meta: {
|
|
|
- title: '待结算明细',
|
|
|
- icon: 'monitor',
|
|
|
- hidden: true,
|
|
|
- replaceTab: true
|
|
|
- // permission: 'M_salesQueryList'
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'detail/:id',
|
|
|
- name: 'settlementDetail',
|
|
|
- component: () => import(/* webpackChunkName: "salesManagement" */ '@/views/numsGoodsShelves/settlementManagement/settlementDetail.vue'),
|
|
|
+ path: 'warehouseDetail/:shelfPlaceSn/:productSn',
|
|
|
+ name: 'shelfMonitoringWarehouseDetail',
|
|
|
+ component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/shelfMonitoring/warehouseDetail.vue'),
|
|
|
meta: {
|
|
|
- title: '结算历史',
|
|
|
+ title: '货架监控出入库明细',
|
|
|
icon: 'monitor',
|
|
|
hidden: true,
|
|
|
replaceTab: true
|
|
@@ -172,12 +160,12 @@ export const asyncRouterMap = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/numsGoodsShelves/withdrawalManagement',
|
|
|
- redirect: '/numsGoodsShelves/withdrawalManagement/list',
|
|
|
- name: 'withdrawalManagement',
|
|
|
+ path: '/numsGoodsShelves/replenishmentManagement',
|
|
|
+ redirect: '/numsGoodsShelves/replenishmentManagement/list',
|
|
|
+ name: 'replenishmentManagement',
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
|
- title: '提现管理',
|
|
|
+ title: '补货管理',
|
|
|
icon: 'monitor'
|
|
|
// permission: 'M_salesQueryList'
|
|
|
},
|
|
@@ -185,10 +173,10 @@ export const asyncRouterMap = [
|
|
|
children: [
|
|
|
{
|
|
|
path: 'list',
|
|
|
- name: 'withdrawalManagementList',
|
|
|
- component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/withdrawalManagement/list.vue'),
|
|
|
+ name: 'replenishmentManagementList',
|
|
|
+ component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/replenishmentManagement/list.vue'),
|
|
|
meta: {
|
|
|
- title: '提现管理列表',
|
|
|
+ title: '补货管理列表',
|
|
|
icon: 'monitor',
|
|
|
hidden: true
|
|
|
// permission: 'M_salesQueryList'
|
|
@@ -197,12 +185,12 @@ export const asyncRouterMap = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/numsGoodsShelves/accountManagement',
|
|
|
- redirect: '/numsGoodsShelves/accountManagement/list',
|
|
|
- name: 'accountManagement',
|
|
|
+ path: '/numsGoodsShelves/recallManagement',
|
|
|
+ redirect: '/numsGoodsShelves/recallManagement/list',
|
|
|
+ name: 'recallManagement',
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
|
- title: '账户明细',
|
|
|
+ title: '调回管理',
|
|
|
icon: 'monitor'
|
|
|
// permission: 'M_salesQueryList'
|
|
|
},
|
|
@@ -210,10 +198,10 @@ export const asyncRouterMap = [
|
|
|
children: [
|
|
|
{
|
|
|
path: 'list',
|
|
|
- name: 'accountManagementList',
|
|
|
- component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/accountManagement/list.vue'),
|
|
|
+ name: 'recallManagementList',
|
|
|
+ component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/recallManagement/list.vue'),
|
|
|
meta: {
|
|
|
- title: '账户明细列表',
|
|
|
+ title: '调回管理列表',
|
|
|
icon: 'monitor',
|
|
|
hidden: true
|
|
|
// permission: 'M_salesQueryList'
|
|
@@ -222,12 +210,12 @@ export const asyncRouterMap = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/numsGoodsShelves/shelfMonitoring',
|
|
|
- redirect: '/numsGoodsShelves/shelfMonitoring/list',
|
|
|
- name: 'shelfMonitoring',
|
|
|
+ path: '/numsGoodsShelves/settlementManagement',
|
|
|
+ redirect: '/numsGoodsShelves/settlementManagement/list',
|
|
|
+ name: 'settlementManagement',
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
|
- title: '货架监控',
|
|
|
+ title: '结算管理',
|
|
|
icon: 'monitor'
|
|
|
// permission: 'M_salesQueryList'
|
|
|
},
|
|
@@ -235,21 +223,33 @@ export const asyncRouterMap = [
|
|
|
children: [
|
|
|
{
|
|
|
path: 'list',
|
|
|
- name: 'shelfMonitoringList',
|
|
|
- component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/shelfMonitoring/list.vue'),
|
|
|
+ name: 'settlementManagementList',
|
|
|
+ component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/settlementManagement/list.vue'),
|
|
|
meta: {
|
|
|
- title: '货架监控列表',
|
|
|
+ title: '结算管理列表',
|
|
|
icon: 'monitor',
|
|
|
hidden: true
|
|
|
// permission: 'M_salesQueryList'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- path: 'warehouseDetail/:shelfPlaceSn/:productSn',
|
|
|
- name: 'shelfMonitoringWarehouseDetail',
|
|
|
- component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/shelfMonitoring/warehouseDetail.vue'),
|
|
|
+ path: 'unDetail/:id',
|
|
|
+ name: 'unSettlementDetail',
|
|
|
+ component: () => import(/* webpackChunkName: "salesManagement" */ '@/views/numsGoodsShelves/settlementManagement/unSettlementDetail.vue'),
|
|
|
meta: {
|
|
|
- title: '货架监控出入库明细',
|
|
|
+ title: '待结算明细',
|
|
|
+ icon: 'monitor',
|
|
|
+ hidden: true,
|
|
|
+ replaceTab: true
|
|
|
+ // permission: 'M_salesQueryList'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: 'detail/:id',
|
|
|
+ name: 'settlementDetail',
|
|
|
+ component: () => import(/* webpackChunkName: "salesManagement" */ '@/views/numsGoodsShelves/settlementManagement/settlementDetail.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '结算历史',
|
|
|
icon: 'monitor',
|
|
|
hidden: true,
|
|
|
replaceTab: true
|
|
@@ -259,12 +259,12 @@ export const asyncRouterMap = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/numsGoodsShelves/replenishmentManagement',
|
|
|
- redirect: '/numsGoodsShelves/replenishmentManagement/list',
|
|
|
- name: 'replenishmentManagement',
|
|
|
+ path: '/numsGoodsShelves/withdrawalManagement',
|
|
|
+ redirect: '/numsGoodsShelves/withdrawalManagement/list',
|
|
|
+ name: 'withdrawalManagement',
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
|
- title: '补货管理',
|
|
|
+ title: '提现管理',
|
|
|
icon: 'monitor'
|
|
|
// permission: 'M_salesQueryList'
|
|
|
},
|
|
@@ -272,10 +272,10 @@ export const asyncRouterMap = [
|
|
|
children: [
|
|
|
{
|
|
|
path: 'list',
|
|
|
- name: 'replenishmentManagementList',
|
|
|
- component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/replenishmentManagement/list.vue'),
|
|
|
+ name: 'withdrawalManagementList',
|
|
|
+ component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/withdrawalManagement/list.vue'),
|
|
|
meta: {
|
|
|
- title: '补货管理列表',
|
|
|
+ title: '提现管理列表',
|
|
|
icon: 'monitor',
|
|
|
hidden: true
|
|
|
// permission: 'M_salesQueryList'
|
|
@@ -284,12 +284,12 @@ export const asyncRouterMap = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/numsGoodsShelves/recallManagement',
|
|
|
- redirect: '/numsGoodsShelves/recallManagement/list',
|
|
|
- name: 'recallManagement',
|
|
|
+ path: '/numsGoodsShelves/accountManagement',
|
|
|
+ redirect: '/numsGoodsShelves/accountManagement/list',
|
|
|
+ name: 'accountManagement',
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
|
- title: '调回管理',
|
|
|
+ title: '账户明细',
|
|
|
icon: 'monitor'
|
|
|
// permission: 'M_salesQueryList'
|
|
|
},
|
|
@@ -297,17 +297,17 @@ export const asyncRouterMap = [
|
|
|
children: [
|
|
|
{
|
|
|
path: 'list',
|
|
|
- name: 'recallManagementList',
|
|
|
- component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/recallManagement/list.vue'),
|
|
|
+ name: 'accountManagementList',
|
|
|
+ component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/accountManagement/list.vue'),
|
|
|
meta: {
|
|
|
- title: '调回管理列表',
|
|
|
+ title: '账户明细列表',
|
|
|
icon: 'monitor',
|
|
|
hidden: true
|
|
|
// permission: 'M_salesQueryList'
|
|
|
}
|
|
|
}
|
|
|
]
|
|
|
- }
|
|
|
+ },
|
|
|
]
|
|
|
},
|
|
|
// 销售管理
|