Aggiornamento cataloghi...

This commit is contained in:
Surya Paolo
2025-04-11 18:49:42 +02:00
parent cea3bcfa0e
commit 3616e2ca0f
44 changed files with 593 additions and 206 deletions

View File

@@ -35,6 +35,7 @@ export default defineComponent({
}
function updateproductmodif(element: any) {
// console.log('CTABLECUPLE updateproductmodif ', element)
emit('updateproductmodif', element)
}

View File

@@ -18,8 +18,11 @@
:id="myrec.id"
:rec="myrec.rec"
:mykey="myrec.mykey"
:mysubkey="myrec.mysubkey"
:debounce="myrec.debounce"
:jointable="myrec.jointable"
:maxlength="myrec.maxlength"
:showall="myrec.showall"
:type="myrec.type"
:dense="myrec.dense ? myrec.dense : true"
@save="updateproductmodif"