feat: implement material deletion functionality in 'Almoxarifado', including error handling for related stock movements and requests, and enhance user experience with confirmation modals

This commit is contained in:
2025-12-21 21:01:23 -03:00
parent 639f7c6467
commit ef9dbedb34
6 changed files with 720 additions and 198 deletions

View File

@@ -280,9 +280,8 @@
// Sincronizar preview com value sempre que value mudar
$effect(() => {
if (value !== preview) {
preview = value;
}
// Sempre sincronizar quando value mudar
preview = value;
});