- Corretta query di estrapolazione libri su GM (Marco)

- aggiornato bestseller su fatlast1Y
- non mostrare piu i libri che non hanno l'immagine (sul catalogo).
- metti online i compressi
This commit is contained in:
Surya Paolo
2025-06-16 19:36:48 +02:00
parent f146b36173
commit 1298184b2e
21 changed files with 432 additions and 65 deletions

View File

@@ -657,7 +657,7 @@ export default defineComponent({
const numfatturati =
props.scheda.etichette?.bestseller?.quantiFattRaggiunti ?? 50;
return myproduct.value!.productInfo.fatLast6M > numfatturati;
return myproduct.value!.productInfo.fatLast1Y > numfatturati;
}
} catch (e) {
return false;

View File

@@ -2015,9 +2015,6 @@
map-options
>
</q-select>
LL: {{Products.getFilePathByLinkIdTemplate(
recscheda.scheda.linkIdTemplate
)}}
<q-btn
v-if="recscheda.scheda.linkIdTemplate"
icon="fas fa-edit"