add 托盘混料组盘,修改时间11月28日

This commit is contained in:
2025-12-23 14:29:04 +08:00
parent 226e512018
commit 8ca43064e6
8 changed files with 415 additions and 11 deletions

View File

@@ -42,12 +42,61 @@
return {
userName: '',
menuList: [
{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'}]},
{title: '库管理', path: 'RF02', sonTree: [{title: '空托盘出库', path: '/pages/outbound/tray-out-store'}, {title: '出库确认', path: '/pages/outbound/out-store-confirm'}, {title: '单据出库', path: '/pages/outbound/bill-list'}, {title: '盘点出库', path: '/pages/outbound/stock-out-store'}]},
{title: '拣选管理', path: 'RF04', sonTree: [{title: '拣选作业', path: '/pages/pick/pick-task'}]},
{title: '设备操控', path: 'RF07', sonTree: [{title: '切换出入库模式', path: '/pages/mode/switch-in-out'}, {title: '拣选工位启停模式', path: '/pages/mode/pick'}, {title: '下发输送线运动命令', path: '/pages/mode/command'}]},
{title: '产线叫料', path: 'RF10', sonTree: [{title: '二楼生产出库', path: '/pages/outbound/produce-out-store-2nd'}, {title: '二楼取货确认', path: '/pages/outbound/pick-confirm-2nd'}, {title: '二楼货架绑定', path: '/pages/outbound/shelf-bind-2nd'}]},
{title: '转运管理', path: 'RF09', sonTree: [{title: '托盘转运', path: '/pages/transfer/tray-transfer'}, {title: '打印测试', path: '/pages/test'}]}
{
title: '库管理',
path: 'RF01',
sonTree: [
{title: '物料组盘入库', path: '/pages/entry/mater-group-to-store'},
{title: '合格证入库', path: '/pages/entry/qualified-to-store'},
{title: '托盘混料组盘', path: '/pages/entry/tray-mix-group'},
{title: '单据入库', path: '/pages/entry/bill-to-store'},
{title: '盘点入库', path: '/pages/entry/check-to-store'},
{title: '空托盘入库', path: '/pages/entry/empty-tray-to-store'},
],
},
{
title: '出库管理',
path: 'RF02',
sonTree: [
{title: '空托盘出库', path: '/pages/outbound/tray-out-store'},
{title: '出库确认', path: '/pages/outbound/out-store-confirm'},
{title: '单据出库', path: '/pages/outbound/bill-list'},
{title: '盘点出库', path: '/pages/outbound/stock-out-store'},
],
},
{
title: '拣选管理',
path: 'RF04',
sonTree: [
{title: '拣选作业', path: '/pages/pick/pick-task'},
],
},
{
title: '设备操控',
path: 'RF07',
sonTree: [
{title: '切换出入库模式', path: '/pages/mode/switch-in-out'},
{title: '拣选工位启停模式', path: '/pages/mode/pick'},
{title: '下发输送线运动命令', path: '/pages/mode/command'},
],
},
{
title: '产线叫料',
path: 'RF10',
sonTree: [
{title: '二楼生产出库', path: '/pages/outbound/produce-out-store-2nd'},
{title: '二楼取货确认', path: '/pages/outbound/pick-confirm-2nd'},
{title: '二楼货架绑定', path: '/pages/outbound/shelf-bind-2nd'},
],
},
{
title: '转运管理',
path: 'RF09',
sonTree: [
{title: '托盘转运', path: '/pages/transfer/tray-transfer'},
{title: '打印测试', path: '/pages/test'},
],
}
],
show: false,
secM: [],