codigo del equipo
This commit is contained in:
parent
44f0b7400c
commit
96eceee281
@ -44,7 +44,7 @@
|
|||||||
</b-table>
|
</b-table>
|
||||||
|
|
||||||
<div v-if="mostrar">
|
<div v-if="mostrar">
|
||||||
<Relog
|
<Reloj
|
||||||
:cambiarHora="cambiarHora"
|
:cambiarHora="cambiarHora"
|
||||||
:diaSeleccion="diaSeleccion"
|
:diaSeleccion="diaSeleccion"
|
||||||
tipo="cambiarHora"
|
tipo="cambiarHora"
|
||||||
@ -57,13 +57,13 @@
|
|||||||
import axios from 'axios'
|
import axios from 'axios'
|
||||||
import BotonDesactivar from '@/components/operador/BotonDesactivar'
|
import BotonDesactivar from '@/components/operador/BotonDesactivar'
|
||||||
import HorasExcepcion from '@/components/admin/HorasExcepcion'
|
import HorasExcepcion from '@/components/admin/HorasExcepcion'
|
||||||
import Relog from '@/components/admin/Relog'
|
import Reloj from '@/components/admin/Reloj'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
BotonDesactivar,
|
BotonDesactivar,
|
||||||
HorasExcepcion,
|
HorasExcepcion,
|
||||||
Relog,
|
Reloj,
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
admin: { type: Object, require: true },
|
admin: { type: Object, require: true },
|
||||||
|
@ -60,6 +60,7 @@
|
|||||||
|
|
||||||
<b-button
|
<b-button
|
||||||
class="my-5"
|
class="my-5"
|
||||||
|
label="Actualizar Información"
|
||||||
type="is-link"
|
type="is-link"
|
||||||
v-show="equipo.id_equipo"
|
v-show="equipo.id_equipo"
|
||||||
@click="
|
@click="
|
||||||
@ -72,9 +73,7 @@
|
|||||||
:disabled="mostrarBoton()"
|
:disabled="mostrarBoton()"
|
||||||
rounded
|
rounded
|
||||||
expanded
|
expanded
|
||||||
>
|
/>
|
||||||
Actualizar Información
|
|
||||||
</b-button>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -14,14 +14,13 @@
|
|||||||
|
|
||||||
<div class="column is-2">
|
<div class="column is-2">
|
||||||
<b-button
|
<b-button
|
||||||
|
label="Buscar"
|
||||||
type="is-success"
|
type="is-success"
|
||||||
:disabled="!numeroInventario"
|
:disabled="!numeroInventario"
|
||||||
@click="buscar()"
|
@click="buscar()"
|
||||||
rounded
|
rounded
|
||||||
expanded
|
expanded
|
||||||
>
|
/>
|
||||||
Buscar
|
|
||||||
</b-button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user