Änderungen
This commit is contained in:
@@ -146,14 +146,14 @@
|
||||
<!-- Popper.JS -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" crossorigin="anonymous"></script>
|
||||
<script>
|
||||
function TableRowClick(list,Kennzeichen,Nat) {
|
||||
var arrayObject = [];
|
||||
function TableRowClick(list, Kennzeichen, Nat) {
|
||||
debugger
|
||||
var table = document.getElementById("<%=tbl_mainpage.ClientID%>");
|
||||
var Speditionslabel = document.getElementById("<%=lbl_sped_Placeholder.ClientID%>")
|
||||
var natplaceholder = document.getElementById("<%=lbl_Placeholder.ClientID%>")
|
||||
|
||||
Speditionslabel.textContent = Kennzeichen
|
||||
natplaceholder.textContent = Nat
|
||||
Speditionslabel.textContent = Kennzeichen
|
||||
natplaceholder.textContent = Nat
|
||||
for (let i = 0; i < list.length; i++) {
|
||||
var Arr = list(i).split(";");
|
||||
for (let arrint = 0; arrint < 5;arrint++)
|
||||
@@ -172,7 +172,7 @@
|
||||
alert(Bez)
|
||||
alert(Gueltigbis)
|
||||
alert(KartenNr)
|
||||
addRow(table.id, SDLNr, Bez, Gueltigbis, KartenNr)
|
||||
addRow(<%=tbl_2.ClientID%>, SDLNr, Bez, Gueltigbis, KartenNr)
|
||||
arrint;
|
||||
}
|
||||
}
|
||||
@@ -216,7 +216,7 @@
|
||||
alert(Bez)
|
||||
alert(Gueltigbis)
|
||||
alert(KartenNr)
|
||||
addRow(table.id, SDLNr, Bez, Gueltigbis, KartenNr)
|
||||
addRow(<%=tbl_2.ClientID%>, SDLNr, Bez, Gueltigbis, KartenNr)
|
||||
arrint;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user