Enhance FalukantService and UI components for improved product handling

- Updated FalukantService to allow optional inclusion of productType in queries, enhancing flexibility in data retrieval.
- Modified SaleSection.vue to conditionally display product information and size, improving user experience by handling cases with no product.
- Added new German translation for 'runningNoProduct' to enhance localization support for users.
This commit is contained in:
Torsten Schulz (local)
2025-12-05 13:07:31 +01:00
parent 5ad27a87e5
commit 865ef81012
3 changed files with 15 additions and 4 deletions

View File

@@ -200,6 +200,7 @@
"runningDirection": "Richtung",
"runningProduct": "Artikel",
"runningQuantity": "Menge",
"runningNoProduct": "Fahrzeugtransport",
"runningSource": "Quelle",
"runningTarget": "Ziel",
"runningEta": "Ankunft",
@@ -299,7 +300,7 @@
"actions": "Aktionen"
},
"status": {
"inUse": "In Benutzung (mit Transport verknüpft)",
"inUse": "In Benutzung",
"building": "Im Bau",
"free": "Verfügbar"
},