空木箱上线等

This commit is contained in:
x
2026-07-03 17:10:07 +08:00
parent 11f6e8ff43
commit 03a1f67e29
10 changed files with 333 additions and 4 deletions

View File

@@ -84,7 +84,10 @@ export const allAuthority = () => {
{menu_id: '10', path: 'RF05', zh_title: '空木箱库', sonTree: [
{menu_id: '1', zh_title: '空木箱入库', path: '/pages/SecondPhase/kmxk/EmptyBoxIntoStore'},
{menu_id: '2', zh_title: '空木箱维护', path: '/pages/SecondPhase/kmxk/EmptyBoxSave'},
{menu_id: '3', zh_title: '点位维护', path: '/pages/SecondPhase/kmxk/PointSave'}
{menu_id: '3', zh_title: '点位维护', path: '/pages/SecondPhase/kmxk/PointSave'},
{menu_id: '4', zh_title: '空木箱上线', path: '/pages/SecondPhase/kmxk/EmptyBoxOnline'},
{menu_id: '5', zh_title: '退货入库', path: '/pages/SecondPhase/kmxk/TuihuoIntoStore'},
{menu_id: '6', zh_title: '生产入库', path: '/pages/SecondPhase/kmxk/ProduceIntoStore'}
]}
]
}