ver: 1.1.21:

- Lista dei Cataloghi
- Gestione Cataloghi in base alla configurazione
This commit is contained in:
Surya Paolo
2025-02-10 22:48:53 +01:00
parent 4da257e43a
commit 3d0e307e42
85 changed files with 1419 additions and 547 deletions

View File

@@ -51,6 +51,11 @@ export default defineComponent({
type: Object as PropType<IOptCatalogo>,
required: true,
},
idPage: {
type: String,
required: false,
default: '',
},
scheda: {
type: Object as PropType<IMyScheda>,
required: false,

View File

@@ -3,6 +3,7 @@
:id="id"
:product="product"
:complete="complete"
:idPage="idPage"
:cosa="cosa"
:options="options"
@selauthor="selauthor"
@@ -33,6 +34,7 @@
in_3d: true,
}"
v-model="optcatalogo"
:idPage="idPage"
@selauthor="selauthor"
:scheda="scheda"
>