Make transportation selection read-only
This commit is contained in:
@@ -33,11 +33,11 @@
|
|||||||
<mutable-fields :mutable-fields="mutableFields"></mutable-fields>
|
<mutable-fields :mutable-fields="mutableFields"></mutable-fields>
|
||||||
<contingents-overview :contingents="bookingData.accomodations"/>
|
<contingents-overview :contingents="bookingData.accomodations"/>
|
||||||
<panel title="Beförderungsart (alle Teilnehmer)" :body="true">
|
<panel title="Beförderungsart (alle Teilnehmer)" :body="true">
|
||||||
<transportation-select :services="services.transportation"
|
<ul class="list-none">
|
||||||
:initial-transportation-ids="bookingData.selectedTransportationIds"
|
<li class="p-2 border-b border-gray-200 last:border-0" v-for="transportation in bookingData.transportations" :key="transportation.id">
|
||||||
:mutable="mutableFields.transportation.mutable"
|
{{ transportation.name }}: {{ transportation.count }}
|
||||||
v-on:updated="onTransportationUpdated($event)"
|
</li>
|
||||||
/>
|
</ul>
|
||||||
</panel>
|
</panel>
|
||||||
<panel title="Anmerkungen" :body="true">
|
<panel title="Anmerkungen" :body="true">
|
||||||
<textarea class="border-gray-400 focus:border-gray-800 ring-0 focus:ring-0 mt-1 w-full"
|
<textarea class="border-gray-400 focus:border-gray-800 ring-0 focus:ring-0 mt-1 w-full"
|
||||||
|
|||||||
Reference in New Issue
Block a user