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

@@ -66,5 +66,17 @@
"customerType": "Customer Type",
"collateralFDAccount": "Collateral FD Account",
"rentPayAccount": "Rent Pay Account",
"submit": "Submit"
"submit": "Submit",
"lockerId": "Locker ID",
"status": "Status",
"lockerStatus": "Locker Status",
"open": "Open",
"close": "Close",
"reasonForChange": "Reason for Change",
"oldKeyId": "Old Key ID",
"newKeyId": "New Key ID",
"confirmNewKeyId": "Confirm New Key ID",
"highlightedFieldsInvalid": "Highlighted fields are invalid",
"changeStatus": "Change Status",
"keySwap": "Key Swap"
}