This commit is contained in:
Jonathan Chevalier
2022-11-10 17:32:00 +01:00
parent f1320f67f5
commit e3c62a79d7
5 changed files with 42 additions and 10 deletions

View File

@@ -79,7 +79,9 @@ export const useMMCMStore = defineStore('counter', {
withPrescription: null,
idProduct: null,
dateDelivery: null, // 13 digit timestamp millisecond
dateCollect: null
dateCollect: null,
methodDelivery: 'Main propre',
methodCollect: 'Main propre',
}),
getters: {
fullAddress: (state) => (state.street !== null) ? state.street + ' ' + state.zipCode + ' ' + state.city : null,