Commit c95e1df2217320d750fb0e9b49176c5d6e40d9ad
1 parent
5cb462bd1c
Exists in
develop
Fix
Maximo caracteres codigo postal
Showing
1 changed file
with
25 additions
and
24 deletions
Show diff stats
src/views/foca-busqueda-cliente-modal.html
... | ... | @@ -163,6 +163,7 @@ |
163 | 163 | <input |
164 | 164 | type="text" |
165 | 165 | class="form-control form-control-sm" |
166 | + maxlength="8" | |
166 | 167 | ng-model="cliente.CPO" |
167 | 168 | placeholder="Ingrese CP" |
168 | 169 | ng-required="true" |
... | ... | @@ -414,7 +415,11 @@ |
414 | 415 | ng-model="cliente.ES_MAY" |
415 | 416 | checked |
416 | 417 | disabled="disabled"> |
417 | - <label class="custom-control-label" for="checkDistribuidor">¿Este cliente es distribuidor?</label> | |
418 | + <label | |
419 | + class="custom-control-label" | |
420 | + for="checkDistribuidor"> | |
421 | + ¿Este cliente es distribuidor? | |
422 | + </label> | |
418 | 423 | </div> |
419 | 424 | </div> |
420 | 425 | </div> |
... | ... | @@ -433,24 +438,23 @@ |
433 | 438 | ng-required="true" |
434 | 439 | ng-focus="focus(12)" |
435 | 440 | foca-focus="focused == 12" |
436 | - teclado-virtual | |
437 | - /> | |
441 | + teclado-virtual/> | |
438 | 442 | <button |
439 | 443 | ng-show="cliente.iva.NOMBRE !== ''" |
440 | 444 | type="button" |
441 | 445 | class="clear-input" |
442 | - ng-click="cliente.iva.NOMBRE = ''" | |
443 | - ><i class="fa fa-times"></i> | |
446 | + ng-click="cliente.iva.NOMBRE = ''"> | |
447 | + <i class="fa fa-times"></i> | |
444 | 448 | </button> |
445 | - <div class="input-group-append"> | |
446 | - <button | |
447 | - ladda="searchLoading" | |
448 | - class="btn btn-outline-secondary" | |
449 | - type="button" | |
450 | - ng-click="seleccionarIva(13)" | |
451 | - ><i class="fa fa-search" aria-hidden="true"></i> | |
452 | - </button> | |
453 | - </div> | |
449 | + <div class="input-group-append"> | |
450 | + <button | |
451 | + ladda="searchLoading" | |
452 | + class="btn btn-outline-secondary" | |
453 | + type="button" | |
454 | + ng-click="seleccionarIva(13)"> | |
455 | + <i class="fa fa-search" aria-hidden="true"></i> | |
456 | + </button> | |
457 | + </div> | |
454 | 458 | </div> |
455 | 459 | </div> |
456 | 460 | <div class="col-md-5 col-12 mt-2"> |
... | ... | @@ -470,16 +474,16 @@ |
470 | 474 | ng-show="cliente.tipoFactura.NOMBRE !== ''" |
471 | 475 | type="button" |
472 | 476 | class="clear-input" |
473 | - ng-click="cliente.tipoFactura.NOMBRE = ''" | |
474 | - ><i class="fa fa-times"></i> | |
477 | + ng-click="cliente.tipoFactura.NOMBRE = ''"> | |
478 | + <i class="fa fa-times"></i> | |
475 | 479 | </button> |
476 | 480 | <div class="input-group-append"> |
477 | 481 | <button |
478 | 482 | ladda="searchLoading" |
479 | 483 | class="btn btn-outline-secondary" |
480 | 484 | type="button" |
481 | - ng-click="seleccionarTipoFactura(13)" | |
482 | - ><i class="fa fa-search" aria-hidden="true"></i> | |
485 | + ng-click="seleccionarTipoFactura(13)"> | |
486 | + <i class="fa fa-search" aria-hidden="true"></i> | |
483 | 487 | </button> |
484 | 488 | </div> |
485 | 489 | </div> |
... | ... | @@ -500,8 +504,7 @@ |
500 | 504 | foca-focus="focused == 14" |
501 | 505 | only-numbers |
502 | 506 | teclado-virtual |
503 | - foca-tipo-input | |
504 | - > | |
507 | + foca-tipo-input> | |
505 | 508 | <span class="m-1"> - </span> |
506 | 509 | <input |
507 | 510 | type="text" |
... | ... | @@ -515,8 +518,7 @@ |
515 | 518 | foca-focus="cuitActivo == 2 || focused == 15" |
516 | 519 | only-numbers |
517 | 520 | teclado-virtual |
518 | - foca-tipo-input | |
519 | - > | |
521 | + foca-tipo-input> | |
520 | 522 | <span class="m-1"> - </span> |
521 | 523 | <input |
522 | 524 | type="text" |
... | ... | @@ -530,8 +532,7 @@ |
530 | 532 | foca-focus="cuitActivo == 3 || focused == 16" |
531 | 533 | only-numbers |
532 | 534 | teclado-virtual |
533 | - foca-tipo-input | |
534 | - > | |
535 | + foca-tipo-input> | |
535 | 536 | </div> |
536 | 537 | </div> |
537 | 538 | <div class="col-md-4 col-12 mt-2"> |