Search con resumen de tipologias

This commit is contained in:
Juan Pablo Vial
2024-11-18 22:25:42 -03:00
parent f2cc0a8c47
commit 1e1994264e
3 changed files with 8 additions and 1 deletions

View File

@ -45,6 +45,9 @@
draw() {
const tipo = this.unidad.proyecto_tipo_unidad.tipo_unidad.descripcion
let unidad = tipo.charAt(0).toUpperCase() + tipo.slice(1) + ' ' + this.unidad.descripcion
if (this.venta !== null) {
unidad = this.venta.propiedad.tipologia
}
let precio = 0
let propietario = ''
let fecha = ''