Creazione Nutriben-natoropatia.it

This commit is contained in:
Surya Paolo
2025-05-11 21:59:16 +02:00
parent f9d73ae836
commit 6ed648f8b3
178 changed files with 4269 additions and 7188951 deletions

View File

@@ -1697,7 +1697,7 @@ export default defineComponent({
if (getCatalogoByMyPage.value) {
getCatalogoByMyPage.value.lista_prodotti = [...arr];
if (showListaFiltrata.value) salvaListaProdotti(true);
if (!showListaFiltrata.value) salvaListaProdotti(true);
else generatearrProdToViewSorted(true, false);
}
}
@@ -1799,7 +1799,9 @@ export default defineComponent({
heightpdf.value,
compressionepdf.value,
dir_out,
file_out
file_out,
true,
optcatalogo.value,
);
}
@@ -1859,18 +1861,10 @@ export default defineComponent({
const element = document.getElementById('pdf-content');
const opt = {
margin: [
optcatalogo.value.printable
? parseFloat(optcatalogo.value.areadistampa!.margini?.top) || defaultMargin
: defaultMargin,
optcatalogo.value.printable
? parseFloat(optcatalogo.value.areadistampa!.margini?.left) || defaultMargin
: defaultMargin,
optcatalogo.value.printable
? parseFloat(optcatalogo.value.areadistampa!.margini?.bottom) || defaultMargin
: defaultMargin,
optcatalogo.value.printable
? parseFloat(optcatalogo.value.areadistampa!.margini?.right) || defaultMargin
: defaultMargin,
defaultMargin,
defaultMargin,
defaultMargin,
defaultMargin,
],
filename: myfile,
image: {