change request show
This commit is contained in:
parent
06fc3ba919
commit
f1a1baa913
32 changed files with 34 additions and 13948 deletions
|
|
@ -84,7 +84,7 @@
|
|||
</div>
|
||||
<div class="col-md-3 mb-3">
|
||||
<label class="form-label" for="travel_option_lead_status_id">Filter Status</label>
|
||||
<select class="custom-select" name="travel_option_lead_status_id" id="travel_option_lead_status_id">
|
||||
<select class="selectpicker" data-style="btn-default" name="travel_option_lead_status_id" id="travel_option_lead_status_id" multiple>
|
||||
<option value="">Filter aus</option>
|
||||
@foreach($filter_lead_status as $id=>$name)
|
||||
<option value="{{$id}}">{{$name}}</option>
|
||||
|
|
@ -183,6 +183,7 @@
|
|||
<th>{{__('BuchungsID')}}</th>
|
||||
<th>{{__('Reiseland')}}</th>
|
||||
<th>{{__('Programm')}}</th>
|
||||
<th>{{__('Komfort')}}</th>
|
||||
<th>{{__('Reiseveranstalter')}}</th>
|
||||
{{--<th>{{__('Kategorie')}}</th>--}}
|
||||
<th>{{__('Anreise')}}</th>
|
||||
|
|
@ -263,6 +264,7 @@
|
|||
{ data: 'id', name: 'id' },
|
||||
{ data: 'travel_country_id', name: 'travel_country_id', orderable: false },
|
||||
{ data: 'travelagenda_id', name: 'travelagenda_id', orderable: false },
|
||||
{ data: 'comfort', name: 'comfort', orderable: true },
|
||||
{ data: 'travel_company_id', name: 'travel_company_id', orderable: true },
|
||||
{ data: 'start_date', name: 'start_date' },
|
||||
{ data: 'end_date', name: 'end_date' },
|
||||
|
|
@ -304,7 +306,7 @@
|
|||
}
|
||||
} );
|
||||
} );*/
|
||||
this.api().columns(13).every( function () {
|
||||
this.api().columns(14).every( function () {
|
||||
var column = this;
|
||||
var title = $(column.header()).html();
|
||||
var select = $('<select class="selectpicker"><option value="">'+title+'</option></select>')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue