This commit is contained in:
2026-01-15 11:39:33 +08:00
parent d98635f432
commit 00329e4567
6 changed files with 148 additions and 1 deletions

View File

@@ -12,7 +12,8 @@ export const allAuthority = () => {
{menu_id: '1', title: '空木箱入库', path: '/pages/SecondPhase/EmptyBoxInStore'}
]},
{menu_id: '3', path: 'RF12', title: '发货区', sonTree: [
{menu_id: '1', title: '发货区解绑', path: '/pages/SecondPhase/DeliveryUnbind'}
{menu_id: '1', title: '发货区解绑', path: '/pages/SecondPhase/DeliveryUnbind'},
{menu_id: '2', title: '虚拟区发货', path: '/pages/SecondPhase/XuniDelivery'}
]},
{menu_id: '4', path: 'RF01', title: '生产管理', sonTree: [
{menu_id: '1', title: '生箔生产进度', path: '/pages/SecondPhase/production/SboProdProgress'},