This commit is contained in:
2023-12-02 13:09:23 +01:00
parent 098bc97fa4
commit 45da05c9a4
46 changed files with 2889 additions and 5793 deletions

View File

@@ -127,13 +127,11 @@ definePageMeta({
const supabase = useSupabaseClient()
const products = (await supabase.from("products").select()).data
const units = (await supabase.from("units").select()).data
const {products,units} = storeToRefs(useDataStore())
const showCreateProduct = ref(false)
const createProductData = ref({})
let selectedItem = ref({})
const history = ref([