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:
2024-12-23 00:10:59 +05:30
parent 8cee8e0383
commit 9d72dc6868
8 changed files with 496 additions and 9 deletions

View File

@@ -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" }] },