Commit 1dbd7107ef959eea47d884f06bff60b829eb06e1
1 parent
9863e8cf12
Exists in
master
and in
1 other branch
ok max botonera-facturador, abrir modal transp al cancelar
Showing
2 changed files
with
5 additions
and
3 deletions
 
Show diff stats
src/js/controller.js
| ... | ... | @@ -60,8 +60,10 @@ angular.module('focaEstadoCisternas') | 
| 60 | 60 | }); | 
| 61 | 61 | $scope.cisternas = vehiculo.cisternas; | 
| 62 | 62 | getEstadosCisternas($scope.cisternas); | 
| 63 | - }, function() {}); | |
| 64 | - }, function() {}); | |
| 63 | + }, function() { | |
| 64 | + $scope.seleccionarTransportista(); | |
| 65 | + }); | |
| 66 | + }); | |
| 65 | 67 | }; | 
| 66 | 68 | |
| 67 | 69 | $scope.seleccionarFechaEntrega = function() { | 
src/views/foca-estado-cisterna.html
| ... | ... | @@ -9,7 +9,7 @@ | 
| 9 | 9 | <div class="col-12 col-md-10 p-0 mt-4 border border-white rounded"> | 
| 10 | 10 | <div class="row px-5 py-2 botonera-secundaria"> | 
| 11 | 11 | <div class="col-12"> | 
| 12 | - <foca-botonera-facturador botones="botonera" extra="3" class="row"> | |
| 12 | + <foca-botonera-facturador botones="botonera" max="6" class="row"> | |
| 13 | 13 | </foca-botonera-facturador> | 
| 14 | 14 | </div> | 
| 15 | 15 | </div> |