immagini dei prodotti marocco

visualizzazione di una pagina web su di un q-dialog
This commit is contained in:
Surya Paolo
2024-02-06 22:39:56 +01:00
parent 3c0f040d92
commit a0b10336de
351 changed files with 851 additions and 2193 deletions

View File

@@ -19,6 +19,12 @@ import { shared_consts } from '@src/common/shared_vuejs'
import { useRouter } from 'vue-router'
import { costanti } from '@costanti'
import VuePdfApp from 'vue3-pdf-app'
// import this to use default icons for buttons
import 'vue3-pdf-app/dist/icons/main.css'
export default defineComponent({
name: 'CProductCard',
props: {
@@ -61,6 +67,8 @@ export default defineComponent({
const fullscreenImage = ref(<any>null)
const apriSchedaPDF = ref(false)
let myorder = reactive(<IOrder>{
idapp: process.env.APP_ID,
quantity: 0,
@@ -89,6 +97,7 @@ export default defineComponent({
const startY = ref(0)
const scale = ref(1)
const valoriopt = computed(() => (item: any, addall: boolean, addnone: boolean) => {
// console.log('valoriopt', item.table)
return globalStore.getTableJoinByName(item.table, addall, addnone, item.filter)
@@ -271,6 +280,7 @@ export default defineComponent({
function mounted() {
load()
// Start the timer when the component is mounted
startTimer();
}
@@ -456,6 +466,7 @@ export default defineComponent({
updateproductmodif,
isOrdineChiuso,
ricarica,
apriSchedaPDF,
}
}
})