Commit ed56953fa08ecce21174375217bfa82c538c5843
1 parent
6b92393911
Exists in
master
a
Showing
2 changed files
with
8 additions
and
2 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -83,9 +83,14 @@ angular.module('focaOrdenCarga') |
| 83 | 83 | { |
| 84 | 84 | propiedad: 'capacidadTotalCisternas', |
| 85 | 85 | nombre: 'Capacidad' |
| 86 | - } | |
| 86 | + }, | |
| 87 | + // { | |
| 88 | + // propiedad: 'cantidad', | |
| 89 | + // nombre: 'carga' | |
| 90 | + // } | |
| 87 | 91 | ], |
| 88 | 92 | query: '/vehiculo/transportista/' + transportista.COD, |
| 93 | + // query: '/cisterna_carga/cisterna/vehiculo/transportista/' + transportista.COD, | |
| 89 | 94 | titulo: 'Búsqueda de vehiculos', |
| 90 | 95 | subTitulo: transportista.COD + '-' + transportista.NOM |
| 91 | 96 | }; |
| ... | ... | @@ -100,6 +105,7 @@ angular.module('focaOrdenCarga') |
| 100 | 105 | $scope.hojaRuta.transportista = transportista; |
| 101 | 106 | $scope.hojaRuta.vehiculo.cisternas = vehiculo.cisternas; |
| 102 | 107 | getEstadosCisternas($scope.hojaRuta.vehiculo.cisternas); |
| 108 | + console.log($scope.hojaRuta.vehiculo.cisternas); | |
| 103 | 109 | }, function () { |
| 104 | 110 | seleccionarTransportista(); |
| 105 | 111 | }); |
src/views/orden-carga.html