mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 13:38:12 +00:00
feature: generator pomijania W5
This commit is contained in:
+9
-1
@@ -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', {
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user