-
{{ config?.ui?.title || 'Erfassung' }}
-
{{ config?.ui?.description }}
+
+
+
+
+
+
{{ config?.ui?.title || 'Erfassung' }}
+
{{ config?.ui?.description }}
+
+
-
-
-
+
+
+
+
+ {{ form.deliveryDate ? dayjs(form.deliveryDate).format('DD.MM.YYYY') : 'Kein Datum' }}
+
+
+
+
+
+
+
+
+
@@ -148,8 +200,10 @@ const setDeliveryDateToToday = () => {
label-key="fullName"
value-key="id"
placeholder="Name auswählen..."
- searchable
size="lg"
+ class="w-full"
+ :search-input="{ placeholder: 'Mitarbeiter suchen...' }"
+ :filter-fields="['fullName']"
/>
@@ -165,8 +219,10 @@ const setDeliveryDateToToday = () => {
label-key="name"
value-key="id"
placeholder="Wählen..."
- searchable
size="lg"
+ class="w-full"
+ :search-input="{ placeholder: 'Projekt suchen...' }"
+ :filter-fields="['name']"
/>
@@ -182,8 +238,10 @@ const setDeliveryDateToToday = () => {
label-key="name"
value-key="id"
placeholder="Wählen..."
- searchable
size="lg"
+ class="w-full"
+ :search-input="{ placeholder: 'Tätigkeit suchen...' }"
+ :filter-fields="['name']"
/>
@@ -198,9 +256,10 @@ const setDeliveryDateToToday = () => {
step="0.25"
size="lg"
placeholder="0.00"
+ class="w-full"
>
- {{ currentUnit }}
+ {{ currentUnit }}
@@ -211,23 +270,23 @@ const setDeliveryDateToToday = () => {
:error="errors.diesel"
:required="config?.validation?.requireDiesel"
>
-
+
- Liter
+ Liter
-
+