mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
chore: available proposition categories update
This commit is contained in:
@@ -250,9 +250,9 @@ const availableCategories = computed(() => {
|
||||
else if (stockList.slice(1).every((v) => /PKPE/.test(v))) {
|
||||
availableCategories.push('ZU', 'ZN');
|
||||
} else if (wagonsNamesArr.length < 3 || cargoNamesSet.size < 3) {
|
||||
availableCategories.push('TM', 'TG', 'TS');
|
||||
availableCategories.push('TM', 'TG', 'TS', 'TK');
|
||||
} else {
|
||||
availableCategories.push('TN', 'TK', 'TR', 'TS');
|
||||
availableCategories.push('TN', 'TR', 'TS', 'TK');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user