Commit 94d6a884e3beb211e719c8af50f81452b81d806d
1 parent
09c2e71c57
Exists in
master
Boton no disponible al guardar
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
src/views/nota-pedido.html
| ... | ... | @@ -497,13 +497,11 @@ |
| 497 | 497 | <div class="col-auto my-2 col-lg-2 botonera-lateral d-none"> |
| 498 | 498 | <div class="col-12 mt-auto"> |
| 499 | 499 | <button |
| 500 | - ladda="saveLoading" | |
| 501 | - data-spinner-color="#FF0000" | |
| 502 | 500 | ng-click="crearNotaPedido()" |
| 503 | 501 | type="submit" |
| 504 | 502 | title="Crear nota pedido" |
| 505 | 503 | class="btn btn-default btn-block mb-2 border border-dark" |
| 506 | - ng-disabled="notaPedido.idRemito" | |
| 504 | + ng-disabled="notaPedido.idRemito || saveLoading" | |
| 507 | 505 | > |
| 508 | 506 | <strong>GUARDAR</strong> |
| 509 | 507 | </button> |