Update show-planes.blade.php
This commit is contained in:
@@ -405,11 +405,15 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mb-4">
|
<div class="mb-4">
|
||||||
<button wire:click="calcularFechas" type="button" class="inline-flex justify-center w-full rounded-md border border-transparent px-4 py-2 text-white bg-[#B221FD] hover:bg-[#7a02b8] focus:shadow-outline-green ease-in-out sm-text-sm sm-leading-5" >
|
<button x-data="{ disabled: false }"
|
||||||
+ 30 dias
|
x-bind:disabled="disabled"
|
||||||
|
@click="disabled = true; $nextTick(() => { @this.calcularFechas(); setTimeout(() => { disabled = false }, 120000); })"
|
||||||
|
type="button"
|
||||||
|
class="inline-flex justify-center w-full rounded-md border border-transparent px-4 py-2 text-white bg-[#B221FD] hover:bg-[#7a02b8] focus:shadow-outline-green ease-in-out sm-text-sm sm-leading-5">
|
||||||
|
+ 30 días
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div date-rangepicker class="flex items-center gap-2 mb-4">
|
<div date-rangepicker class="flex items-center gap-2 mb-4">
|
||||||
<div class="relative">
|
<div class="relative">
|
||||||
<label for="fecha_inicial_renovar" class="block text-gray-700 text-sm font-bold mb-2">Fecha inicio:</label>
|
<label for="fecha_inicial_renovar" class="block text-gray-700 text-sm font-bold mb-2">Fecha inicio:</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user