Änderungen zurück bei formen

This commit is contained in:
ja
2022-02-07 08:51:19 +01:00
parent 008f16306e
commit 5abe52b2b9
17 changed files with 164 additions and 276 deletions

View File

@@ -135,9 +135,13 @@
function detailtabelle(id, CardNo) {
// alert("Testdata:" + id)
let data = {};
data['Kennzeichen'] = id;
data['CardNo'] = CardNo;
let data = {};
data['Kennzeichen'] = id;
data['Kundennr'] = CustomerID;
data['CardNo'] = Cardnummer;
data['CustomerNo'] = CustomerNo;
data['SDLNr'] = SDLNr;
data['History'] = History;
$.ajax({
type: "POST",