Make transportation selection read-only
This commit is contained in:
@@ -33,11 +33,11 @@
|
||||
<mutable-fields :mutable-fields="mutableFields"></mutable-fields>
|
||||
<contingents-overview :contingents="bookingData.accomodations"/>
|
||||
<panel title="Beförderungsart (alle Teilnehmer)" :body="true">
|
||||
<transportation-select :services="services.transportation"
|
||||
:initial-transportation-ids="bookingData.selectedTransportationIds"
|
||||
:mutable="mutableFields.transportation.mutable"
|
||||
v-on:updated="onTransportationUpdated($event)"
|
||||
/>
|
||||
<ul class="list-none">
|
||||
<li class="p-2 border-b border-gray-200 last:border-0" v-for="transportation in bookingData.transportations" :key="transportation.id">
|
||||
{{ transportation.name }}: {{ transportation.count }}
|
||||
</li>
|
||||
</ul>
|
||||
</panel>
|
||||
<panel title="Anmerkungen" :body="true">
|
||||
<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