|
@@ -147,22 +147,10 @@
|
|
|
<button type="submit" class="btn btn-primary"
|
|
<button type="submit" class="btn btn-primary"
|
|
|
wire:click.prevent="update(true)">Valida verbale</button>
|
|
wire:click.prevent="update(true)">Valida verbale</button>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="col">
|
|
|
|
|
|
|
+ <div class="col" style="margin-right: 15px">
|
|
|
<a href="{{ route('print.pdf', ['id' => $this->dataId]) }}" target="_blank"
|
|
<a href="{{ route('print.pdf', ['id' => $this->dataId]) }}" target="_blank"
|
|
|
class="btn btn-block btn-success float-right">STAMPA</a>
|
|
class="btn btn-block btn-success float-right">STAMPA</a>
|
|
|
</div>
|
|
</div>
|
|
|
- @if ($update)
|
|
|
|
|
- @if (!$this->validated)
|
|
|
|
|
- <div class="col">
|
|
|
|
|
- <button type="submit" class="btn btn-success"
|
|
|
|
|
- wire:click.prevent="update(false)">Salva</button>
|
|
|
|
|
- </div>
|
|
|
|
|
- @endif
|
|
|
|
|
- @endif
|
|
|
|
|
- <div class="col">
|
|
|
|
|
- <button type="submit" class="btn btn-default"
|
|
|
|
|
- wire:click.prevent="cancel()">Indietro</button>
|
|
|
|
|
- </div>
|
|
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -170,7 +158,7 @@
|
|
|
<div class="card-body">
|
|
<div class="card-body">
|
|
|
<div class="col-12 col-sm-12">
|
|
<div class="col-12 col-sm-12">
|
|
|
<div class="card card-primary card-outline card-tabs">
|
|
<div class="card card-primary card-outline card-tabs">
|
|
|
- <div class="card-header p-0 pt-1 border-bottom-0">
|
|
|
|
|
|
|
+ <div class="card-header p-0 border-bottom-0">
|
|
|
<ul class="nav nav-tabs" id="custom-tabs-three-tab" role="tablist">
|
|
<ul class="nav nav-tabs" id="custom-tabs-three-tab" role="tablist">
|
|
|
<li class="nav-item" wire:ignore>
|
|
<li class="nav-item" wire:ignore>
|
|
|
<a class="nav-link active" id="tab1-tab" data-toggle="pill" href="#tab1"
|
|
<a class="nav-link active" id="tab1-tab" data-toggle="pill" href="#tab1"
|
|
@@ -178,8 +166,7 @@
|
|
|
</li>
|
|
</li>
|
|
|
<li class="nav-item" wire:ignore>
|
|
<li class="nav-item" wire:ignore>
|
|
|
<a class="nav-link" id="tab2-tab" data-toggle="pill" href="#tab2"
|
|
<a class="nav-link" id="tab2-tab" data-toggle="pill" href="#tab2"
|
|
|
- role="tab" aria-controls="tab2" aria-selected="false">Accertatori e
|
|
|
|
|
- parti coinvolte</a>
|
|
|
|
|
|
|
+ role="tab" aria-controls="tab2" aria-selected="false">Parti e Accertatori</a>
|
|
|
</li>
|
|
</li>
|
|
|
<li class="nav-item" wire:ignore>
|
|
<li class="nav-item" wire:ignore>
|
|
|
<a class="nav-link" id="tab3-tab" data-toggle="pill" href="#tab3"
|
|
<a class="nav-link" id="tab3-tab" data-toggle="pill" href="#tab3"
|
|
@@ -578,8 +565,8 @@
|
|
|
<div class="row">
|
|
<div class="row">
|
|
|
<textarea class="form-control" rows="5" wire:model="noteText"></textarea>
|
|
<textarea class="form-control" rows="5" wire:model="noteText"></textarea>
|
|
|
@if (!$this->validated)
|
|
@if (!$this->validated)
|
|
|
- <button type="button" class="btn btn-primary"
|
|
|
|
|
- wire:click.prevent="addNote()">Salva</button>
|
|
|
|
|
|
|
+ <button type="button" class="btn btn-primary mt-2"
|
|
|
|
|
+ wire:click.prevent="addNote()">Aggiungi</button>
|
|
|
@endif
|
|
@endif
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -664,8 +651,8 @@
|
|
|
<div class="row">
|
|
<div class="row">
|
|
|
<textarea class="form-control" rows="5" wire:model="richiestaText"></textarea>
|
|
<textarea class="form-control" rows="5" wire:model="richiestaText"></textarea>
|
|
|
@if (!$this->validated)
|
|
@if (!$this->validated)
|
|
|
- <button type="button" class="btn btn-primary"
|
|
|
|
|
- wire:click.prevent="saveRichiesta()">Salva</button>
|
|
|
|
|
|
|
+ <button type="button" class="btn btn-primary mt-2"
|
|
|
|
|
+ wire:click.prevent="saveRichiesta()">Aggiungi</button>
|
|
|
@endif
|
|
@endif
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -727,7 +714,7 @@
|
|
|
<a class="btn btn-primary editPedone"
|
|
<a class="btn btn-primary editPedone"
|
|
|
wire:click.prevent="editPedoneData({{ $p->progressive }})"
|
|
wire:click.prevent="editPedoneData({{ $p->progressive }})"
|
|
|
data-toggle="modal"
|
|
data-toggle="modal"
|
|
|
- data-target="#pedoneModal">Dettaglio</a>
|
|
|
|
|
|
|
+ data-target="#pedoneModal"><i class="fa-solid fa-info"></i></a>
|
|
|
@endif
|
|
@endif
|
|
|
<a onclick="confirm('Sei sicuro?') || event.stopImmediatePropagation()"
|
|
<a onclick="confirm('Sei sicuro?') || event.stopImmediatePropagation()"
|
|
|
wire:click.prevent="removeAnagraficaParteCoinvolta({{ $p->progressive }})"
|
|
wire:click.prevent="removeAnagraficaParteCoinvolta({{ $p->progressive }})"
|
|
@@ -770,7 +757,7 @@
|
|
|
<a class="btn btn-primary editVeicoloData"
|
|
<a class="btn btn-primary editVeicoloData"
|
|
|
wire:click.prevent="editVeicoloData({{ $p->progressive }})"
|
|
wire:click.prevent="editVeicoloData({{ $p->progressive }})"
|
|
|
data-toggle="modal"
|
|
data-toggle="modal"
|
|
|
- data-target="#veicoloDataParte">Dettaglio</a>
|
|
|
|
|
|
|
+ data-target="#veicoloDataParte"><i class="fa-solid fa-info"></i></a>
|
|
|
<a onclick="confirm('Sei sicuro?') || event.stopImmediatePropagation()"
|
|
<a onclick="confirm('Sei sicuro?') || event.stopImmediatePropagation()"
|
|
|
wire:click.prevent="removeVeicoloParteCoinvolta({{ $p->progressive }})"
|
|
wire:click.prevent="removeVeicoloParteCoinvolta({{ $p->progressive }})"
|
|
|
type="button"
|
|
type="button"
|
|
@@ -4925,6 +4912,7 @@
|
|
|
@push('css')
|
|
@push('css')
|
|
|
<link rel="stylesheet" href="/plugins/select2-bootstrap4-theme/select2-bootstrap4.min.css">
|
|
<link rel="stylesheet" href="/plugins/select2-bootstrap4-theme/select2-bootstrap4.min.css">
|
|
|
<link rel="stylesheet" href="/plugins/select2/css/select2.min.css">
|
|
<link rel="stylesheet" href="/plugins/select2/css/select2.min.css">
|
|
|
|
|
+ <link rel="stylesheet" href="/dist/css/app.css">
|
|
|
|
|
|
|
|
<style>
|
|
<style>
|
|
|
.modal-fullscreen-xl {
|
|
.modal-fullscreen-xl {
|
|
@@ -4932,7 +4920,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
div.modal-body>div.card>.card-header {
|
|
div.modal-body>div.card>.card-header {
|
|
|
- background-color: #007bff !important;
|
|
|
|
|
|
|
+ background-color: gray !important;
|
|
|
color: white !important;
|
|
color: white !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -4956,24 +4944,31 @@
|
|
|
.select2-selection,
|
|
.select2-selection,
|
|
|
.select2-search input,
|
|
.select2-search input,
|
|
|
.select2-results {
|
|
.select2-results {
|
|
|
- background: #43ac6a !important;
|
|
|
|
|
- color: #fff !important;
|
|
|
|
|
|
|
+ background: #fff !important;
|
|
|
|
|
+ color: #000000 !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.select2-selection__rendered,
|
|
.select2-selection__rendered,
|
|
|
.select2-selection__choice {
|
|
.select2-selection__choice {
|
|
|
- color: #fff !important;
|
|
|
|
|
|
|
+ color: black !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
select,
|
|
select,
|
|
|
select option,
|
|
select option,
|
|
|
.select2 {
|
|
.select2 {
|
|
|
- background: #43ac6a !important;
|
|
|
|
|
|
|
+ background: #fff !important;
|
|
|
|
|
+ color: #000000 !important;
|
|
|
|
|
+ }
|
|
|
|
|
+ .card-primary:not(.card-outline) > .card-header {
|
|
|
|
|
+ background-color: #023047 !important;
|
|
|
color: #fff !important;
|
|
color: #fff !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ .card-primary.card-outline {
|
|
|
|
|
+ border-top: none!important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
.select2-container--bootstrap4 .select2-selection {
|
|
.select2-container--bootstrap4 .select2-selection {
|
|
|
- border: 0px !important;
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.select2-selection__arrow {
|
|
.select2-selection__arrow {
|
|
@@ -4983,18 +4978,14 @@
|
|
|
.select2-selection:before,
|
|
.select2-selection:before,
|
|
|
.select2-selection--multiple:before {
|
|
.select2-selection--multiple:before {
|
|
|
content: "";
|
|
content: "";
|
|
|
- color: white;
|
|
|
|
|
|
|
+ color: black;
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
right: 7px;
|
|
right: 7px;
|
|
|
top: 42%;
|
|
top: 42%;
|
|
|
- border-top: 5px solid #fff;
|
|
|
|
|
|
|
+ border-top: 5px solid black;
|
|
|
border-left: 4px solid transparent;
|
|
border-left: 4px solid transparent;
|
|
|
border-right: 4px solid transparent;
|
|
border-right: 4px solid transparent;
|
|
|
}
|
|
}
|
|
|
- </style>
|
|
|
|
|
- <style>
|
|
|
|
|
- /* for sm */
|
|
|
|
|
-
|
|
|
|
|
.custom-switch.custom-switch-sm .custom-control-label {
|
|
.custom-switch.custom-switch-sm .custom-control-label {
|
|
|
padding-left: 1rem;
|
|
padding-left: 1rem;
|
|
|
padding-bottom: 1rem;
|
|
padding-bottom: 1rem;
|
|
@@ -5084,6 +5075,13 @@
|
|
|
.custom-switch.custom-switch-xl .custom-control-input:checked~.custom-control-label::after {
|
|
.custom-switch.custom-switch-xl .custom-control-input:checked~.custom-control-label::after {
|
|
|
transform: translateX(calc(2.5rem - 0.25rem));
|
|
transform: translateX(calc(2.5rem - 0.25rem));
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ .custom-control-input:checked~.custom-control-label::before {
|
|
|
|
|
+ color: #fff;
|
|
|
|
|
+ border-color: #023047!important;
|
|
|
|
|
+ background-color: #023047!important;
|
|
|
|
|
+ box-shadow: none;
|
|
|
|
|
+ }
|
|
|
</style>
|
|
</style>
|
|
|
@endpush
|
|
@endpush
|
|
|
|
|
|