Catalogo, versione di libro/ebook, ecc... quantità
This commit is contained in:
@@ -11,7 +11,7 @@ import { CMyValueDb } from '../CMyValueDb'
|
||||
|
||||
import { func_tools, toolsext } from '@store/Modules/toolsext'
|
||||
|
||||
import { IBaseOrder, IGasordine, IOrder, IOrderCart, IProduct } from '@src/model'
|
||||
import { IBaseOrder, IGasordine, IOrder, IOrderCart, IProduct, IVariazione } from '@src/model'
|
||||
import { tools } from '@store/Modules/tools'
|
||||
import { useProducts } from '@store/Products'
|
||||
|
||||
@@ -61,6 +61,8 @@ export default defineComponent({
|
||||
const sumval = ref(0)
|
||||
const editOn = ref(false)
|
||||
|
||||
const indvariazSel = ref(-1)
|
||||
|
||||
const site = ref(globalStore.site)
|
||||
|
||||
const $router = useRouter()
|
||||
@@ -423,6 +425,10 @@ export default defineComponent({
|
||||
$router.push(path)
|
||||
}
|
||||
|
||||
function setvariazioneSelected(indvariaz: number) {
|
||||
indvariazSel.value = indvariaz
|
||||
}
|
||||
|
||||
onMounted(mounted)
|
||||
onBeforeUnmount(beforeDestroy)
|
||||
|
||||
@@ -473,6 +479,8 @@ export default defineComponent({
|
||||
isOrdineChiuso,
|
||||
ricarica,
|
||||
apriSchedaPDF,
|
||||
setvariazioneSelected,
|
||||
indvariazSel,
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user