feature: generator pomijania W5

This commit is contained in:
2023-06-12 20:10:47 +02:00
parent 71c9a47ea5
commit 76c6169be9
4 changed files with 63 additions and 4 deletions
+9 -1
View File
@@ -7,7 +7,7 @@ export const useStore = defineStore('store', {
return {
helperModalOpen: false,
chosenOrderType: 'orderN' as TOrder,
chosenOrderType: 'orderS' as TOrder,
chosenLocalOrderId: '',
orderMode: 'OrderMessage',
@@ -177,6 +177,13 @@ export const useStore = defineStore('store', {
{
enabled: false,
content: '',
w5: {
enabled: false,
maxHour: '',
maxKm: '',
returnWay: 'sygnał ręczny "Do mnie"',
trackNo: '',
},
},
],
} as IOrderS,
@@ -184,3 +191,4 @@ export const useStore = defineStore('store', {
},
});