inventory-count
inventory-count copied to clipboard
Fixed: Disable 'Add' button when 'Accepted' or 'Rejected' tab is open
Fixes #409
Disable the 'Add' button when the 'Accepted' or 'Rejected' tab is open.
-
CountDetail.vue
- Add a computed property
isAddButtonDisabledto check if the active tab is 'Accepted' or 'Rejected'. - Bind the
disabledattribute of the 'Add' button toisAddButtonDisabled.
- Add a computed property
-
AssignedDetail.vue
- Add a computed property
isAddButtonDisabledto check if the active tab is 'Accepted' or 'Rejected'. - Bind the
disabledattribute of the 'Add' button toisAddButtonDisabled.
- Add a computed property
For more details, open the Copilot Workspace session.