admin del equipo
This commit is contained in:
parent
09350a1f35
commit
c171b436c2
@ -9,7 +9,7 @@
|
|||||||
:key="index"
|
:key="index"
|
||||||
:value="s.id_status"
|
:value="s.id_status"
|
||||||
v-show="equipo.id_equipo"
|
v-show="equipo.id_equipo"
|
||||||
:disabled="s.id_status < 4 || equipo.entregaInmediata"
|
:disabled="disabled('status', equi.id_equipo)"
|
||||||
>
|
>
|
||||||
{{ s.status }}
|
{{ s.status }}
|
||||||
</option>
|
</option>
|
||||||
@ -121,6 +121,7 @@ export default {
|
|||||||
return false
|
return false
|
||||||
return true
|
return true
|
||||||
},
|
},
|
||||||
|
disabled(tipo, id) {},
|
||||||
updateInformacion() {
|
updateInformacion() {
|
||||||
if (
|
if (
|
||||||
this.idStatus != this.equipo.status.id_status ||
|
this.idStatus != this.equipo.status.id_status ||
|
||||||
|
Loading…
Reference in New Issue
Block a user