Commit 872b9fa5636210bec2edb10cbad7f023a5caee59
1 parent
c05376a2c0
Exists in
master
ok input vendedor y cobrador
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/views/foca-busqueda-cliente-modal.html
| ... | ... | @@ -270,7 +270,7 @@ |
| 270 | 270 | <input |
| 271 | 271 | type="text" |
| 272 | 272 | class="form-control form-control-sm" |
| 273 | - ng-model="cliente.cobrador.NomVen" | |
| 273 | + ng-model="cliente.cobrador.NOM" | |
| 274 | 274 | ng-keypress="seleccionarCobrador($event.keyCode)" |
| 275 | 275 | placeholder="Ingrese cobrador" |
| 276 | 276 | ng-focus="focus(8)" |
| ... | ... | @@ -295,7 +295,7 @@ |
| 295 | 295 | <input |
| 296 | 296 | type="text" |
| 297 | 297 | class="form-control form-control-sm" |
| 298 | - ng-model="vendedor.NomVen" | |
| 298 | + ng-model="vendedor.NOM" | |
| 299 | 299 | disabled="true" |
| 300 | 300 | /> |
| 301 | 301 | </div> |