mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
trabajando en el comparador
This commit is contained in:
@ -3,6 +3,7 @@ import Ajax from '../../components/ajax.js';
|
||||
|
||||
import DatosGenerales from './sections/datosGenerales.js';
|
||||
import DatosLibro from './sections/datosLibro.js';
|
||||
import Comparador from './sections/comparador.js';
|
||||
|
||||
class PresupuestoAdminEdit {
|
||||
|
||||
@ -26,6 +27,7 @@ class PresupuestoAdminEdit {
|
||||
removeService: this.removeService,
|
||||
checkPaginasPresupuesto: this.checkPaginasPresupuesto,
|
||||
}));
|
||||
this.comparador = new Comparador(this.domItem.find('#accordionDatosPresupuestoClienteTip'));
|
||||
|
||||
this.calcularPresupuesto = false;
|
||||
}
|
||||
@ -39,6 +41,7 @@ class PresupuestoAdminEdit {
|
||||
|
||||
this.datosGenerales.init();
|
||||
this.datosLibro.init();
|
||||
this.comparador.init();
|
||||
|
||||
if (window.location.href.includes("edit")) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user