This commit is contained in:
naielv
2025-09-07 15:52:00 +02:00
parent fc4170acb8
commit f11760d867
10 changed files with 337 additions and 355 deletions

View File

@@ -78,7 +78,7 @@ PAGES.materiales = {
load_data(data, "%E");
});
} else {
load_data(data);
load_data(data || {});
}
});
document.getElementById(btn_guardar).onclick = () => {
@@ -176,7 +176,6 @@ PAGES.materiales = {
document.getElementById("tableContainer"),
undefined,
function(data) {
console.log(data.Ubicacion, filtroUbicacion);
if (data.Ubicacion == filtroUbicacion) {return false}
if (filtroUbicacion == "") {return false}
return true