|
|
|
|
@ -93,23 +93,23 @@ const routes = [{
|
|
|
|
|
},
|
|
|
|
|
component: () => import('@/views/historyCheck/index'),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'stockHistory',
|
|
|
|
|
name: 'stockHistory',
|
|
|
|
|
meta: {
|
|
|
|
|
icon: 'file-excel',
|
|
|
|
|
name: '库位历史',
|
|
|
|
|
},
|
|
|
|
|
component: () => import('@/views/stockLog/index'),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'stockLogDetail',
|
|
|
|
|
name: 'stockLogDetail',
|
|
|
|
|
meta: {
|
|
|
|
|
name: '库位历史详情',
|
|
|
|
|
},
|
|
|
|
|
component: () => import('@/views/stockLog/logPage'),
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// path: 'stockHistory',
|
|
|
|
|
// name: 'stockHistory',
|
|
|
|
|
// meta: {
|
|
|
|
|
// icon: 'file-excel',
|
|
|
|
|
// name: '库位历史',
|
|
|
|
|
// },
|
|
|
|
|
// component: () => import('@/views/stockLog/index'),
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: 'stockLogDetail',
|
|
|
|
|
// name: 'stockLogDetail',
|
|
|
|
|
// meta: {
|
|
|
|
|
// name: '库位历史详情',
|
|
|
|
|
// },
|
|
|
|
|
// component: () => import('@/views/stockLog/logPage'),
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
path: 'roadwayManage',
|
|
|
|
|
name: 'roadwayManage',
|
|
|
|
|
@ -136,24 +136,24 @@ const routes = [{
|
|
|
|
|
},
|
|
|
|
|
component: () => import('@/views/cameraManage/model')
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'productSpecManage',
|
|
|
|
|
name: 'productSpecManage',
|
|
|
|
|
meta: {
|
|
|
|
|
icon: 'pushpin',
|
|
|
|
|
name: '品规管理'
|
|
|
|
|
},
|
|
|
|
|
component: () => import('@/views/productSpecManage/index')
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'repertoryManage',
|
|
|
|
|
name: 'repertoryManage',
|
|
|
|
|
meta: {
|
|
|
|
|
icon: 'wallet',
|
|
|
|
|
name: '库存管理'
|
|
|
|
|
},
|
|
|
|
|
component: () => import('@/views/repertoryManage/index')
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// path: 'productSpecManage',
|
|
|
|
|
// name: 'productSpecManage',
|
|
|
|
|
// meta: {
|
|
|
|
|
// icon: 'pushpin',
|
|
|
|
|
// name: '品规管理'
|
|
|
|
|
// },
|
|
|
|
|
// component: () => import('@/views/productSpecManage/index')
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: 'repertoryManage',
|
|
|
|
|
// name: 'repertoryManage',
|
|
|
|
|
// meta: {
|
|
|
|
|
// icon: 'wallet',
|
|
|
|
|
// name: '库存管理'
|
|
|
|
|
// },
|
|
|
|
|
// component: () => import('@/views/repertoryManage/index')
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
path: 'cameraManage/ioTable',
|
|
|
|
|
|