Add locker service methods for status change and key swap; create LockerMaintenance and LockerStatus components with form validation and translations
This commit is contained in:
@@ -26,11 +26,10 @@ function Header() {
|
||||
submenu: [
|
||||
{ name: "accountCreation", path: "operation/account" },
|
||||
{ name: "cabinetMaintenance", path: "operation/cabinet" },
|
||||
{ name: "lockerMaintenance", path: "locker-maintenance" },
|
||||
{ name: "rentPenaltyCollection", path: "rent-collection" },
|
||||
{ name: "chargeManagement", path: "charge-management" },
|
||||
{ name: "checkInOutManagement", path: "check-in-out" },
|
||||
{ name: "accountSurrender", path: "account-surrender" }
|
||||
{ name: "lockerMaintenance", path: "operation/locker" },
|
||||
{ name: "chargeManagement", path: "operation/charge-management" },
|
||||
{ name: "checkInOutManagement", path: "operation/check-in-out" },
|
||||
{ name: "accountSurrender", path: "operation/account-surrender" }
|
||||
],
|
||||
},
|
||||
{ name: "worklist", submenu: [{ name: "myIntimation", path: "my-intimation" }] },
|
||||
|
||||
Reference in New Issue
Block a user