| Código | Descripción |
Precio Público |
Precio Privado |
Precio Categoria A |
Precio Categoria B |
Precio Categoria C |
|---|---|---|---|---|---|---|
| {{p_SelecionadoListado.Codigo}} | {{p_SelecionadoListado.Nombre}} | {{(p_SelecionadoListado.P_PUB == 0 ? "-" : p_SelecionadoListado.P_PUB) | currency:"S/ "}} | {{(p_SelecionadoListado.P_PRI == 0 ? "-" : p_SelecionadoListado.P_PRI) | currency:"S/ "}} | {{(p_SelecionadoListado.P_A == 0? "-" : p_SelecionadoListado.P_A ) | currency:"S/ "}} | {{(p_SelecionadoListado.P_B == 0? "-" : p_SelecionadoListado.P_B )| currency:"S/ "}} | {{(p_SelecionadoListado.P_C== 0? "-" : p_SelecionadoListado.P_C) | currency:"S/ "}} |