servicios acabado finalizados

This commit is contained in:
2025-01-11 18:17:03 +01:00
parent 7bb7b807a5
commit 2aae650196
5 changed files with 43 additions and 35 deletions

View File

@ -28,8 +28,6 @@ class PresupuestoAdminEdit {
this.datosGenerales = new DatosGenerales(this.domItem.find('#accordionDatosPresupuestoTip'));
this.datosLibro = new DatosLibro(this.domItem.find('#accordionDatosLibroTip'),
{
addService: this.addService,
removeService: this.removeService,
checkPaginasPresupuesto: this.checkPaginasPresupuesto,
});
this.comparador = new Comparador(this.domItem.find('#accordionDatosPresupuestoClienteTip'));
@ -160,15 +158,6 @@ class PresupuestoAdminEdit {
}
addService() {
}
removeService() {
}
checkPaginasPresupuesto() {
let cantidad_total = 0;