Commit 4d9b01ed2063e3f464368b8fbb7ce9b4309f16bc
1 parent
08c32ce4d8
Exists in
develop
cambio que se muestre MKT_DES cuando exista y saco diferenciacion de visualizaci…
…on cuando el producto es promo
Showing
1 changed file
with
2 additions
and
4 deletions
Show diff stats
src/app/modules/seleccion-articulos/seleccion-articulos.component.html
... | ... | @@ -45,12 +45,10 @@ |
45 | 45 | <p |
46 | 46 | [ngClass]="{'text-primary': articulo.PRO, 'text-secondary': !articulo.PRO}" |
47 | 47 | class="col-12 px-1 h6 h-auto text-center min-h-60"> |
48 | - {{articulo.DetArt.toUpperCase()}} | |
48 | + {{ articulo.MKT_DESC ? articulo.MKT_DESC.toUpperCase() : articulo.DetArt.toUpperCase()}} | |
49 | 49 | </p> |
50 | 50 | <div class="col-12 px-1 align-self-end h-auto"> |
51 | - <div | |
52 | - [ngClass]="{'bg-primary': articulo.PRO, 'bg-secondary': !articulo.PRO}" | |
53 | - class="row mx-0 justify-content-between badge-pill"> | |
51 | + <div class="row mx-0 justify-content-between bg-primary badge-pill"> | |
54 | 52 | <div class="col px-0 align-self-center text-white text-right"> |
55 | 53 | {{articulo.PreVen | currency}} |
56 | 54 | </div> |