Commit 9718d371ba5880041f4d1f1ff74e506edcd44b9e
1 parent
8e1b86ffa9
Exists in
master
Merge conflicts
Showing
1 changed file
with
0 additions
and
25 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -154,9 +154,6 @@ angular.module('focaLogisticaPedidoRuta').controller('focaLogisticaPedidoRutaCon |
| 154 | 154 | }); |
| 155 | 155 | }; |
| 156 | 156 | |
| 157 | -<<<<<<< HEAD | |
| 158 | - $scope.selectVehiculo = function (idTransportista, nombreTransportista) { | |
| 159 | -======= | |
| 160 | 157 | $scope.busquedaAvanzada = function () { |
| 161 | 158 | var modalInstance = $uibModal.open( |
| 162 | 159 | { |
| ... | ... | @@ -181,7 +178,6 @@ angular.module('focaLogisticaPedidoRuta').controller('focaLogisticaPedidoRutaCon |
| 181 | 178 | }; |
| 182 | 179 | |
| 183 | 180 | $scope.selectVehiculo = function(idTransportista, nombreTransportista) { |
| 184 | ->>>>>>> 5309ab05fe911513dc48620950d4119937687802 | |
| 185 | 181 | var parametrosModal = { |
| 186 | 182 | columnas: [ |
| 187 | 183 | { |
| ... | ... | @@ -221,14 +217,8 @@ angular.module('focaLogisticaPedidoRuta').controller('focaLogisticaPedidoRutaCon |
| 221 | 217 | // funcion ejecutada cuando se cancela el modal |
| 222 | 218 | }); |
| 223 | 219 | }; |
| 224 | -<<<<<<< HEAD | |
| 225 | - | |
| 226 | - $scope.seleccionarFechaReparto = function () { | |
| 227 | - focaModalService.modalFecha('Fecha de reparto').then(function (fecha) { | |
| 228 | -======= | |
| 229 | 220 | $scope.seleccionarFechaReparto = function() { |
| 230 | 221 | focaModalService.modalFecha('Fecha de reparto').then(function(fecha) { |
| 231 | ->>>>>>> 5309ab05fe911513dc48620950d4119937687802 | |
| 232 | 222 | setearFecha(fecha); |
| 233 | 223 | }); |
| 234 | 224 | }; |
| ... | ... | @@ -326,21 +316,12 @@ angular.module('focaLogisticaPedidoRuta').controller('focaLogisticaPedidoRutaCon |
| 326 | 316 | individual: $scope.idVendedor ? true : false |
| 327 | 317 | }; |
| 328 | 318 | |
| 329 | -<<<<<<< HEAD | |
| 330 | - focaLogisticaPedidoRutaService.obtenerActividad(datos) | |
| 331 | - .then(function (datos) { | |
| 332 | - if (JSON.stringify(datos.data) !== JSON.stringify($scope.marcadores)) { | |
| 333 | - $scope.marcadores = datos.data; | |
| 334 | - } | |
| 335 | - }); | |
| 336 | -======= | |
| 337 | 319 | focaLogisticaPedidoRutaService.obtenerActividad(datos).then(function(datos) { |
| 338 | 320 | if (!angular.equals($scope.marcadores, datos.data)) { |
| 339 | 321 | $scope.marcadores = datos.data; |
| 340 | 322 | $scope.marcadoresFiltro = $scope.marcadores; |
| 341 | 323 | } |
| 342 | 324 | }); |
| 343 | ->>>>>>> 5309ab05fe911513dc48620950d4119937687802 | |
| 344 | 325 | } |
| 345 | 326 | |
| 346 | 327 | function eliminarVehiculo(vehiculo) { |
| ... | ... | @@ -379,14 +360,8 @@ angular.module('focaLogisticaPedidoRuta').controller('focaLogisticaPedidoRutaCon |
| 379 | 360 | } |
| 380 | 361 | return false; |
| 381 | 362 | } |
| 382 | -<<<<<<< HEAD | |
| 383 | - $interval(function () { | |
| 384 | - getSeguimiento(); | |
| 385 | - }, 5000); | |
| 386 | -======= | |
| 387 | 363 | // $interval(function() { |
| 388 | 364 | // getSeguimiento(); |
| 389 | 365 | // }, 5000); |
| 390 | ->>>>>>> 5309ab05fe911513dc48620950d4119937687802 | |
| 391 | 366 | } |
| 392 | 367 | ]); |