|
@@ -2847,7 +2847,6 @@
|
|
|
<button wire:click="getByPatente()" type="button"
|
|
<button wire:click="getByPatente()" type="button"
|
|
|
class="btn btn-block btn-success float-right btPatente" style="max-width:150px">Dati
|
|
class="btn btn-block btn-success float-right btPatente" style="max-width:150px">Dati
|
|
|
MCTC</button>
|
|
MCTC</button>
|
|
|
- <span class="btPatenteText" style="display:none">Caricamento...</span>
|
|
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="row mt-3">
|
|
<div class="row mt-3">
|
|
@@ -5986,18 +5985,6 @@
|
|
|
$("." + cls + "Text").hide();
|
|
$("." + cls + "Text").hide();
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
-
|
|
|
|
|
- $(document).ready(function () {
|
|
|
|
|
- $(document).on('click', '.btPatente', function () {
|
|
|
|
|
- $(".btPatente").hide();
|
|
|
|
|
- $(".btPatenteText").show();
|
|
|
|
|
- });
|
|
|
|
|
- $(document).on('click', '.btTarga', function () {
|
|
|
|
|
- $(".btTarga").hide();
|
|
|
|
|
- $(".btTargaText").show();
|
|
|
|
|
- });
|
|
|
|
|
- });
|
|
|
|
|
-
|
|
|
|
|
Livewire.on('load-polizza-modal', () => {
|
|
Livewire.on('load-polizza-modal', () => {
|
|
|
$('.valida_dal').on('change', function (e) {
|
|
$('.valida_dal').on('change', function (e) {
|
|
|
@this.set('valida_dal', $(this).val());
|
|
@this.set('valida_dal', $(this).val());
|