LKWs Änderung

This commit is contained in:
ja
2022-01-19 11:35:16 +01:00
parent 1c2d48fd51
commit dbfa657a2e
2 changed files with 1061 additions and 1063 deletions

View File

@@ -569,9 +569,10 @@
//alert(strHTML4) //alert(strHTML4)
$('#<%=tablemain_m.ClientID%>').append(strHTML4); $('#<%=tablemain_m.ClientID%>').append(strHTML4);
} }
//renderTable(data.d); //renderTable(data.d);
//alert(strHTML); //alert(strHTML);
//$('#<%'=tablemain.ClientID%>').append(strheaderL);
}, },
error: function (jqXHR, textStatus, errorThrown) { error: function (jqXHR, textStatus, errorThrown) {
alert("Status:" + jqXHR.status + "\nStatusText: " + textStatus + "\nError:" + errorThrown); alert("Status:" + jqXHR.status + "\nStatusText: " + textStatus + "\nError:" + errorThrown);
@@ -579,9 +580,6 @@
}); });
//filltable2(id.split(',')[0]) //filltable2(id.split(',')[0])
} }
</script>
<script>
function detailtabelle(id) { function detailtabelle(id) {
alert(id) alert(id)
} }