Commit ed56953fa08ecce21174375217bfa82c538c5843

Authored by Benjamin Rodriguez
1 parent 6b92393911
Exists in master

a

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
... ... @@ -10,7 +10,7 @@
10 10 </div>
11 11 </div>
12 12  
13   - <table class="table table-default table-hover table-sm table-abm table-striped mb-0">
  13 + <table class="puntero table table-default table-hover table-sm table-abm table-striped mb-0">
14 14 <thead>
15 15 <tr>
16 16 <th>Cisterna</th>