plantilla

This commit is contained in:
evenegas
2025-10-02 11:02:44 -06:00
parent 55a96d16f6
commit 3cccee58f6
+2
View File
@@ -143,7 +143,9 @@ export class CuestionarioService {
}
if (plantilla && PLANTILLA_MAP[plantilla]) {
const fecha_inicio = new Date(qRow.getCell(4).value as string);
console.log("Fecha de inicio: ", fecha_inicio);
const fecha_fin = new Date(qRow.getCell(5).value as string);
console.log("Fecha de inicio: ", fecha_fin);
const id_tipo_evento= Number(qRow.getCell(8).value);
const plantillaId = PLANTILLA_MAP[plantilla];
const base = PLANTILLAS.find(p => p.id === plantillaId);