WIP MMCM
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user