diff --git a/Customers/Default2.aspx.vb b/Customers/Default2.aspx.vb
index 11c0410..3d51371 100644
--- a/Customers/Default2.aspx.vb
+++ b/Customers/Default2.aspx.vb
@@ -24,16 +24,16 @@ Partial Class Customers_Default2
MemorySizeProductionServ = (((nIterations * VERAG_VARIABLES.RandomInteger(1, 2.5)) * 6.485 - ((nIterations * VERAG_VARIABLES.RandomInteger(1, 2)) * 0.56) / 1.85 * 2.28) / 8.28) + 1.024 * 516
randzahl = VERAG_VARIABLES.RandomInteger(VERAG_VARIABLES.RandomInteger(Math.Pow(2, 0), Math.Pow(2, 2)), Math.Pow(2, 4))
ElseIf Integer.Parse(sld_getbenchmarkheat.Value) > 40 And Integer.Parse(sld_getbenchmarkheat.Value) < 60 Then
- MemorySizelocal = (((nIterations * 5.45) * 4.98 - ((nIterations * 1.15) * 1.23) / 4 * 1.5) / 1.05) + 0.95 * 420
+ MemorySizelocal = (((nIterations * 1.45) * 4.98 - ((nIterations * 1.15) * 1.23) / 4 * 1.5) / 1.05) + 0.95 * 420
MemorySizeProductionServ = (((nIterations * VERAG_VARIABLES.RandomInteger(1, 2.32)) * 7.485 - ((nIterations * VERAG_VARIABLES.RandomInteger(1, 2.32)) * 0.56) / 1.85 * 2.28) / 7.28) + 1.024 * 646
randzahl = VERAG_VARIABLES.RandomInteger(VERAG_VARIABLES.RandomInteger(Math.Pow(2, 0), Math.Pow(2, 4)), VERAG_VARIABLES.RandomInteger(Math.Pow(2, 3), Math.Pow(2, 4)))
ElseIf Integer.Parse(sld_getbenchmarkheat.Value) > 60 And Integer.Parse(sld_getbenchmarkheat.Value) < 80 Then
- MemorySizelocal = (((nIterations * VERAG_VARIABLES.RandomInteger(4.85, 8)) * 4.98 - ((nIterations * 2) * 1.23) / 4 * 1.5) / 1.05) + 1 * 790
+ MemorySizelocal = (((nIterations * 1.85) * 4.98 - ((nIterations * 2) * 1.23) / 4 * 1.5) / 1.05) + 1 * 790
MemorySizeProductionServ = (((nIterations * VERAG_VARIABLES.RandomInteger(1, 2.32)) * 8.585 - ((nIterations * VERAG_VARIABLES.RandomInteger(1, 2.32)) * 0.56) / 1.85 * 2.28) / 7.28) + 1.024 * 816
randzahl = VERAG_VARIABLES.RandomInteger(VERAG_VARIABLES.RandomInteger(Math.Pow(2, 4), Math.Pow(2, 5)), VERAG_VARIABLES.RandomInteger(Math.Pow(2, 5), Math.Pow(2, 7)))
ElseIf Integer.Parse(sld_getbenchmarkheat.Value) > 80 And Integer.Parse(sld_getbenchmarkheat.Value) < 100 Then
- MemorySizelocal = (((nIterations * Math.Pow(2, 11)) * 14.98 - ((nIterations * 2) * 1.23) / 4 * 1.5) / 1.05) + 1 * 290
- MemorySizeProductionServ = (((nIterations * * Math.Pow(2, 14)) * 11.485 - ((nIterations * VERAG_VARIABLES.RandomInteger(2, 5)) * 0.56) / 1.85 * 2.28) / 8.28) + 1.024 * 416
+ MemorySizelocal = (((nIterations * 2) * 4.98 - ((nIterations * 2) * 1.23) / 4 * 1.5) / 1.05) + 1 * 290
+ MemorySizeProductionServ = (((nIterations * VERAG_VARIABLES.RandomInteger(1, 3)) * 9.485 - ((nIterations * VERAG_VARIABLES.RandomInteger(1, 3)) * 0.56) / 1.85 * 2.28) / 8.28) + 1.024 * 416
randzahl = VERAG_VARIABLES.RandomInteger(VERAG_VARIABLES.RandomInteger(Math.Pow(2, 3), Math.Pow(2, 4)), VERAG_VARIABLES.RandomInteger(Math.Pow(2, 5), Math.Pow(2, 7)))
End If
Else
diff --git a/Customers/LKWs.aspx b/Customers/LKWs.aspx
index 704e147..ab12bac 100644
--- a/Customers/LKWs.aspx
+++ b/Customers/LKWs.aspx
@@ -536,7 +536,7 @@ iframe {overflow:hidden}
async:"true",
data: JSON.stringify(data),
success: function (data) {
- //alert(data.d.AaData)
+ alert(data.d.AaData)
result2 = data.d;
// addheader();
var rowCount = table.rows.length;
@@ -569,67 +569,67 @@ iframe {overflow:hidden}
// alert("Var:" + id.split(',')[0]+customerid);
if (result[i]["0"] == 200 && Kennz == id.split(',')[0] && Kundennr == customerid && Kundennr == id.split(',')[2] && SDLNr == id.split(',')[4] && History == id.split(',')[5]){
iframe = '';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
} else if (result[i]["0"] == 100 && Kennz == id.split(',')[0] && Kundennr == customerid && Kundennr == id.split(',')[2] && SDLNr == id.split(',')[4] && History == id.split(',')[5]){
iframe = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
} else if (result[i]["0"] == 101 && Kennz == id.split(',')[0] && Kundennr == customerid && Kundennr == id.split(',')[2] && SDLNr == id.split(',')[4] && History == id.split(',')[5]){
iframe = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
} else if (result[i]["0"] == 201 && Kennz == id.split(',')[0] && Kundennr == customerid && Kundennr == id.split(',')[2] && SDLNr == id.split(',')[4] && History == id.split(',')[5]){
iframe = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
} else if (result[i]["0"] == 202 && Kennz == id.split(',')[0] && Kundennr == customerid && Kundennr == id.split(',')[2] && SDLNr == id.split(',')[4] && History == id.split(',')[5]){
iframe = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
} else if (result[i]["0"] == 203 && Kennz == id.split(',')[0] && Kundennr == customerid && Kundennr == id.split(',')[2] && SDLNr == id.split(',')[4] && History == id.split(',')[5]){
iframe = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
// } else if (result[i]["0"] == 204 && Kennz == id.split(',')[0] && Kundennr == customerid && Kundennr == id.split(',')[2] && SDLNr == id.split(',')[4] && History == id.split(',')[5]){
// iframe = ' ';
- // strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
+ // strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
//} else if (result[i]["0"] == 205 && Kennz == id.split(',')[0] && Kundennr == customerid && Kundennr == id.split(',')[2] && SDLNr == id.split(',')[4] && History == id.split(',')[5]){
// iframe = ' ';
- // strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
+ // strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
//} else if (result[i]["0"] == 206 && Kennz == id.split(',')[0] && Kundennr == customerid && Kundennr == id.split(',')[2] && SDLNr == id.split(',')[4] && History == id.split(',')[5]){
// iframe = ' ';
- // strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
+ // strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
} else if (result[i]["0"] == 207 && Kennz == id.split(',')[0] && Kundennr == customerid && Kundennr == id.split(',')[2] && SDLNr == id.split(',')[4] && History == id.split(',')[5]){
iframe = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
} else if (result[i]["0"] == 208 && Kennz == id.split(',')[0] && Kundennr == customerid && Kundennr == id.split(',')[2] && SDLNr == id.split(',')[4] && History == id.split(',')[5]){
iframe = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
} else if (result[i]["0"] == 209 && Kennz == id.split(',')[0] && Kundennr == customerid && Kundennr == id.split(',')[2] && SDLNr == id.split(',')[4] && History == id.split(',')[5]){
iframe = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
} else if (result[i]["0"] == 210 && Kennz == id.split(',')[0] && Kundennr == customerid && Kundennr == id.split(',')[2] && SDLNr == id.split(',')[4] && History == id.split(',')[5]){
iframe = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
} else if (result[i]["0"] == 211 && Kennz == id.split(',')[0] && Kundennr == customerid && Kundennr == id.split(',')[2] && SDLNr == id.split(',')[4] && History == id.split(',')[5]){
iframe = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
} else if (result[i]["0"] == 212 && Kennz == id.split(',')[0] && Kundennr == customerid && Kundennr == id.split(',')[2] && SDLNr == id.split(',')[4]){
iframe = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
} else if (result[i]["0"] == 213 && Kennz == id.split(',')[0] && Kundennr == customerid && Kundennr == id.split(',')[2] && SDLNr == id.split(',')[4] && History == id.split(',')[5]){
iframe = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
} else if (result[i]["0"] == 214 && Kennz == id.split(',')[0] && Kundennr == customerid && Kundennr == id.split(',')[2] && SDLNr == id.split(',')[4] && History == id.split(',')[5]){
iframe = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
} else if (result[i]["0"] == 215 && Kennz == id.split(',')[0] && Kundennr == customerid && Kundennr == id.split(',')[2] && SDLNr == id.split(',')[4] && History == id.split(',')[5]){
iframe = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
} else if (result[i]["0"] == 216 && Kennz == id.split(',')[0] && Kundennr == customerid && Kundennr == id.split(',')[2] && SDLNr == id.split(',')[4] && History == id.split(',')[5]){
iframe = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
} else if (result[i]["0"] == 500 && Kennz == id.split(',')[0] && Kundennr == customerid && Kundennr == id.split(',')[2] && SDLNr == id.split(',')[4] && History == id.split(',')[5]){
iframe = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
} else if (result[i]["0"] == 501 && Kennz == id.split(',')[0] && Kundennr == customerid && Kundennr == id.split(',')[2] && SDLNr == id.split(',')[4] && History == id.split(',')[5]){
iframe = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe + ' |
'
}
$('#<%=tablemain.ClientID%>').append(strHTML4);
}
@@ -709,67 +709,67 @@ iframe {overflow:hidden}
if (result[i]["0"] == 200 && Kennz == id_M.split(',')[0] && Kundennr == customerid && Kundennr == id_M.split(',')[2] && cardno == id_M.split(',')[3] && SDLNr == id_M.split(',')[4] ){
iframe_M = '';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
} else if (result[i]["0"] == 100 && Kennz == id_M.split(',')[0] && Kundennr == customerid && Kundennr == id_M.split(',')[2] && cardno == id_M.split(',')[3] && SDLNr == id_M.split(',')[4] && History == id_M.split(',')[5]){
iframe_M = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
} else if (result[i]["0"] == 101 && Kennz == id_M.split(',')[0] && Kundennr == customerid && Kundennr == id_M.split(',')[2] && cardno == id_M.split(',')[3] && SDLNr == id_M.split(',')[4] && History == id_M.split(',')[5]){
iframe_M = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
} else if (result[i]["0"] == 201 && Kennz == id_M.split(',')[0] && Kundennr == customerid && Kundennr == id_M.split(',')[2] && cardno == id_M.split(',')[3] && SDLNr == id_M.split(',')[4] && History == id_M.split(',')[5]){
iframe_M = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
} else if (result[i]["0"] == 202 && Kennz == id_M.split(',')[0] && Kundennr == customerid && Kundennr == id_M.split(',')[2] && cardno == id_M.split(',')[3] && SDLNr == id_M.split(',')[4] && History == id_M.split(',')[5]){
iframe_M = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
} else if (result[i]["0"] == 203 && Kennz == id_M.split(',')[0] && Kundennr == customerid && Kundennr == id_M.split(',')[2] && cardno == id_M.split(',')[3] && SDLNr == id_M.split(',')[4] && History == id_M.split(',')[5]){
iframe_M = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
// } else if (result[i]["0"] == 204 && Kennz == id_M.split(',')[0] && Kundennr == customerid && Kundennr == id_M.split(',')[2] && cardno == id_M.split(',')[3] && SDLNr == id_M.split(',')[4] && History == id_M.split(',')[5]){
// iframe_M = ' ';
- // strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
+ // strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
//} else if (result[i]["0"] == 205 && Kennz == id_M.split(',')[0] && Kundennr == customerid && Kundennr == id_M.split(',')[2] && cardno == id_M.split(',')[3] && SDLNr == id_M.split(',')[4] && History == id_M.split(',')[5]){
// iframe_M = ' ';
- // strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
+ // strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
//} else if (result[i]["0"] == 206) && Kennz == id_M.split(',')[0] && Kundennr == customerid && Kundennr == id_M.split(',')[2] && cardno == id_M.split(',')[3] && SDLNr == id_M.split(',')[4] && History == id_M.split(',')[5]){
// iframe_M = ' ';
- // strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
+ // strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
} else if (result[i]["0"] == 207 && Kennz == id_M.split(',')[0] && Kundennr == customerid && Kundennr == id_M.split(',')[2] && cardno == id_M.split(',')[3] && SDLNr == id_M.split(',')[4] && History == id_M.split(',')[5]){
iframe_M = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
} else if (result[i]["0"] == 208 && Kennz == id_M.split(',')[0] && Kundennr == customerid && Kundennr == id_M.split(',')[2] && cardno == id_M.split(',')[3] && SDLNr == id_M.split(',')[4] && History == id_M.split(',')[5]){
iframe_M = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
} else if (result[i]["0"] == 209 && Kennz == id_M.split(',')[0] && Kundennr == customerid && Kundennr == id_M.split(',')[2] && cardno == id_M.split(',')[3] && SDLNr == id_M.split(',')[4] && History == id_M.split(',')[5]){
iframe_M = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
} else if (result[i]["0"] == 210 && Kennz == id_M.split(',')[0] && Kundennr == customerid && Kundennr == id_M.split(',')[2] && cardno == id_M.split(',')[3] && SDLNr == id_M.split(',')[4] && History == id_M.split(',')[5]){
iframe_M = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
} else if (result[i]["0"] == 211 && Kennz == id_M.split(',')[0] && Kundennr == customerid && Kundennr == id_M.split(',')[2] && cardno == id_M.split(',')[3] && SDLNr == id_M.split(',')[4] && History == id_M.split(',')[5]){
iframe_M = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
} else if (result[i]["0"] == 212 && Kennz == id_M.split(',')[0] && Kundennr == customerid && Kundennr == id_M.split(',')[2] && cardno == id_M.split(',')[3] && SDLNr == id_M.split(',')[4]){
iframe_M = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
} else if (result[i]["0"] == 213 && Kennz == id_M.split(',')[0] && Kundennr == customerid && Kundennr == id_M.split(',')[2] && cardno == id_M.split(',')[3] && SDLNr == id_M.split(',')[4] && History == id_M.split(',')[5]){
iframe_M = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
} else if (result[i]["0"] == 214 && Kennz == id_M.split(',')[0] && Kundennr == customerid && Kundennr == id_M.split(',')[2] && cardno == id_M.split(',')[3] && SDLNr == id_M.split(',')[4] && History == id_M.split(',')[5]){
iframe_M = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
} else if (result[i]["0"] == 215 && Kennz == id_M.split(',')[0] && Kundennr == customerid && Kundennr == id_M.split(',')[2] && cardno == id_M.split(',')[3] && SDLNr == id_M.split(',')[4] && History == id_M.split(',')[5]){
iframe_M = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
} else if (result[i]["0"] == 216 && Kennz == id_M.split(',')[0] && Kundennr == customerid && Kundennr == id_M.split(',')[2] && cardno == id_M.split(',')[3] && SDLNr == id_M.split(',')[4] && History == id_M.split(',')[5]){
iframe_M = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + ifram_M + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + ifram_M + ' |
'
} else if (result[i]["0"] == 500 && Kennz == id_M.split(',')[0] && Kundennr == customerid && Kundennr == id_M.split(',')[2] && cardno == id_M.split(',')[3] && SDLNr == id_M.split(',')[4] && History == id_M.split(',')[5]){
iframe_M = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
} else if (result[i]["0"] == 501 && Kennz == id_M.split(',')[0] && Kundennr == customerid && Kundennr == id_M.split(',')[2] && cardno == id_M.split(',')[3] && SDLNr == id_M.split(',')[4] && History == id_M.split(',')[5]){
iframe_M = ' ';
- strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
+ strHTML4 = '
| ' + result[i]["0"] + ' | ' + result[i]["1"] + ' | ' + result[i]["2"] + ' | ' + result[i]["3"] + ' |
| ' + iframe_M + ' |
'
}
$('#<%=tablemain_m.ClientID%>').append(strHTML4);
}
diff --git a/Customers/SDL/Formtemplate IDS Tankkarte.aspx.vb b/Customers/SDL/Formtemplate IDS Tankkarte.aspx.vb
index 5c8508a..c75c488 100644
--- a/Customers/SDL/Formtemplate IDS Tankkarte.aspx.vb
+++ b/Customers/SDL/Formtemplate IDS Tankkarte.aspx.vb
@@ -78,7 +78,7 @@ Partial Class Customers_Default3
Dim list2 As List(Of VERAG_PROG_ALLGEMEIN.cSDL) = VERAG_PROG_ALLGEMEIN.cSDL.GET_LIST_WEB_LKW(Integer.Parse(Kdnrtext), Kennzeichen)
Dim listdetails As New List(Of List(Of String))
For Each l2 In list2
- If l2.KundenNr.ToString = Kundennr AndAlso l2.SDLNr.ToString = SDLNr And l2.History.ToString = History Then
+ If l2.KundenNr.ToString = Kundennr AndAlso l2.SDLNr.ToString = SDLNr Then
Dim strtempbestelltam As String = String.Empty
Dim strtempLieferdatum As String = String.Empty
Dim strtempKartenNr As String = String.Empty
@@ -98,7 +98,7 @@ Partial Class Customers_Default3
If IsNothing(l2.Lieferdatum) = False Then
strtempLieferdatum = l2.Lieferdatum.ToString.Substring(0, 10)
End If
- If IsNothing(l2.KartenNr) = False Then
+ If l2.KartenNr.ToString = CardNo Then
strtempKartenNr = l2.KartenNr.ToString
End If
If IsNothing(l2.PIN) = False Then
diff --git a/login/Change_PW.aspx b/login/Change_PW.aspx
index 330ad6d..563d1b4 100644
--- a/login/Change_PW.aspx
+++ b/login/Change_PW.aspx
@@ -55,14 +55,15 @@