- Generazione della Raccolta dei Cataloghi (web e Stampa), e creazione del PDF Online.

- Lista Raccolta Cataloghi, aggiungi/togli catalogo.
This commit is contained in:
Surya Paolo
2025-05-14 15:02:14 +02:00
parent 85faf11d27
commit fc8a954eb0
39 changed files with 6149 additions and 4069 deletions

View File

@@ -227,7 +227,8 @@
v-if="
myel.type === shared_consts.ELEMTYPE.CARD ||
myel.type === shared_consts.ELEMTYPE.GRID_ORIZ ||
myel.type === shared_consts.ELEMTYPE.CATALOGLIST
myel.type === shared_consts.ELEMTYPE.CATALOGLIST ||
myel.type === shared_consts.ELEMTYPE.RACCOLTE_CATALOGHI
"
label="Altezza Carosello:"
v-model="myel.heightcarousel"
@@ -240,7 +241,10 @@
</div>
<div class="row">
<CMySlider
v-if="myel.type === shared_consts.ELEMTYPE.CATALOGLIST"
v-if="
myel.type === shared_consts.ELEMTYPE.CATALOGLIST ||
myel.type === shared_consts.ELEMTYPE.RACCOLTE_CATALOGHI
"
label="Lunghezza Card:"
v-model="myel.widthcard"
:min="10"
@@ -252,7 +256,10 @@
</div>
<div class="row">
<CMySlider
v-if="myel.type === shared_consts.ELEMTYPE.CATALOGLIST"
v-if="
myel.type === shared_consts.ELEMTYPE.CATALOGLIST ||
myel.type === shared_consts.ELEMTYPE.RACCOLTE_CATALOGHI
"
label="Altezza Card:"
v-model="myel.heightcard"
:min="10"
@@ -1354,6 +1361,7 @@
{ label: 'Eventi', value: 'mybachecas' },
{ label: 'Servizi', value: 'myskills' },
{ label: 'Lista Cataloghi', value: 'catalogs' },
{ label: 'Raccolta Cataloghi', value: 'raccoltacataloghis' },
]"
label="Tabella"
emit-value
@@ -1405,6 +1413,7 @@
></q-toggle>
</div>
</div>
<div v-else-if="myel.type === shared_consts.ELEMTYPE.RACCOLTE_CATALOGHI"></div>
<div v-else-if="myel.type === shared_consts.ELEMTYPE.CATALOGLIST">
<div
v-if="enableEdit"