空载具出入库

This commit is contained in:
x
2026-07-16 18:02:12 +08:00
parent 465f0f7564
commit cb512eae07
4 changed files with 120 additions and 3 deletions

View File

@@ -5,8 +5,9 @@ export const allAuthority = () => {
rf_menu0: {},
rf_menu1: {
sonTree: [
{menu_id: '1', path: 'RF08', zh_title: '载具入库', sonTree: [
{menu_id: '1', zh_title: '空载具入库', path: '/pages/SecondPhase/EmptyVehicleInStore'}
{menu_id: '1', path: 'RF08', zh_title: '载具入库', sonTree: [
{menu_id: '1', zh_title: '空载具入库', path: '/pages/SecondPhase/EmptyVehicleInStore'},
{menu_id: '2', zh_title: '空载具出库', path: '/pages/SecondPhase/EmptyVehicleOutStore'}
]},
{menu_id: '2', path: 'RF11', zh_title: '空木箱入库', sonTree: [
{menu_id: '1', zh_title: '空木箱入库', path: '/pages/SecondPhase/EmptyBoxInStore'}