++ Cassa - parte 1
This commit is contained in:
@@ -315,6 +315,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
else if (table === 'storehouses') ris = state.storehouses
|
||||
else if (table === 'providers') ris = state.providers
|
||||
else if (table === 'productinfos') ris = Products.productInfos
|
||||
else if (table === 'product') ris = Products.products
|
||||
else if (table === 'gasordines') ris = state.gasordines
|
||||
else if (table === 'scontisticas') ris = state.scontisticas
|
||||
else if (table === 'groups') ris = state.groups
|
||||
@@ -1542,6 +1543,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
this.paymenttypes = (res.data.paymenttypes) ? [...res.data.paymenttypes] : []
|
||||
this.gallery = (res.data.gallery) ? [...res.data.gallery] : []
|
||||
this.calzoom = (res.data.calzoom) ? [...res.data.calzoom] : []
|
||||
Products.products = (res.data.products) ? [...res.data.products] : []
|
||||
Products.productInfos = (res.data.productInfos) ? [...res.data.productInfos] : []
|
||||
this.producers = (res.data.producers) ? [...res.data.producers] : []
|
||||
this.storehouses = (res.data.storehouses) ? [...res.data.storehouses] : []
|
||||
@@ -1849,6 +1851,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
else if (table === toolsext.TABLOCACCOM) myarr = shared_consts.LocationAccom
|
||||
else if (table === toolsext.TABPREF) myarr = shared_consts.Preferences
|
||||
else if (table === toolsext.TABUNITS) myarr = shared_consts.Units_Of_Measure_ListBox
|
||||
else if (table === toolsext.TABTYPECASH) myarr = shared_consts.TypeCashStr
|
||||
else if (table === 'usernotifs') myarr = shared_consts.UsersNotif_Adv_List
|
||||
else if (table === 'typenotifs') myarr = shared_consts.TypeNotifs_Arr
|
||||
else myarr = this.getListByTable(table, value2)
|
||||
|
||||
Reference in New Issue
Block a user