添加通用模块页面
This commit is contained in:
@@ -42,7 +42,15 @@
|
||||
return {
|
||||
userName: '',
|
||||
menuList: [
|
||||
{title: '通用功能', path: 'RF06', sonTree: [{title: '物料组盘入库', path: '/pages/entry/mater-group-to-store'}]},
|
||||
{title: '通用功能', path: 'RF06', sonTree: [
|
||||
{title: '入库组箱', path: '/pages/General/warehouse-box'},
|
||||
{title: '配送组箱', path: '/pages/General/distribution-box'},
|
||||
{title: '点对点转运', path: '/pages/General/line-transfer'},
|
||||
{title: '点对点转运', path: '/pages/General/line-transfer'},
|
||||
{title: '确认取放货', path: '/pages/General/pick-place-goods'},
|
||||
{title: '作业管理', path: '/pages/General/ops-mgmt'},
|
||||
{title: '点位更新', path: '/pages/General/pt-update'}
|
||||
]},
|
||||
{title: '小料箱功能', path: 'RF03', sonTree: [{title: '空载具出库', path: '/pages/Material/kzj-out-store'}, {title: '空载具入库', path: '/pages/Material/kzj-in-store'}, {title: '小料箱入库', path: '/pages/Material/xlx-in-store'}]},
|
||||
{title: '大料箱功能', path: 'RF04', sonTree: [{title: '空载具出入库', path: '/pages/Material/kzj-inout-store'}, {title: '料箱入库', path: '/pages/Material/lx-in-store'}, {title: '物料入库', path: '/pages/Material/mater-in-store'}, {title: '大料箱出库', path: '/pages/Material/dlx-out-store'}, {title: '退库确认', path: '/pages/Material/tuiku-confirm'}, {title: '大料箱移库', path: '/pages/Material/dlx-move-store'}, {title: '大料箱盘库', path: '/pages/Material/dlx-pan-store'}]},
|
||||
// {title: '入库管理', path: 'RF01', sonTree: [{title: '物料组盘入库', path: '/pages/entry/mater-group-to-store'}, {title: '合格证入库', path: '/pages/entry/qualified-to-store'}, {title: '单据入库', path: '/pages/entry/bill-to-store'}, {title: '盘点入库', path: '/pages/entry/check-to-store'}, {title: '空托盘入库', path: '/pages/entry/empty-tray-to-store'}]},
|
||||
|
||||
Reference in New Issue
Block a user