生产入库

This commit is contained in:
2025-12-26 09:25:18 +08:00
parent 6b33c90394
commit cbc8587b59
6 changed files with 218 additions and 2 deletions

View File

@@ -66,7 +66,8 @@ export const allAuthority = () => {
{menu_id: '7', path: 'RF06', title: '成品入库', sonTree: [
{menu_id: '1', title: '退货口入库', path: '/pages/SecondPhase/finished/ReturnToStore'},
{menu_id: '2', title: '异常口入库', path: '/pages/SecondPhase/finished/abnorToStore'},
{menu_id: '3', title: '木箱称重', path: '/pages/SecondPhase/finished/BoxWeight'}
{menu_id: '3', title: '木箱称重', path: '/pages/SecondPhase/finished/BoxWeight'},
{menu_id: '4', title: '生产入库', path: '/pages/SecondPhase/finished/InStoreConfirm'}
]},
{menu_id: '8', path: 'RF13', title: '立库库存', sonTree: [
{menu_id: '1', title: '空木箱库存', path: '/pages/SecondPhase/lvt/EmptyBox'}