- 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

@@ -111,8 +111,8 @@
<td v-else-if="field.name === 'image' && isColumnVisible('image')">
<q-img
:src="
element.productInfo?.imagefile
? tools.getFullFileNameByImageFile('productInfos', element.productInfo?.imagefile)
getImageByElement(element)
? tools.getFullFileNameByImageFile(table, getImageByElement(element))
: element.productInfo?.image_link
"
style="width: 50px; height: 50px"
@@ -174,6 +174,7 @@
:idprodtoshow="selProd?._id"
nameLinkTemplate="SEARCH_Prima"
@updateproductmodif="updateproductmodif"
table="products"
>
</CSearchProduct>
</CMyDialog>