place to 3rd table
This commit is contained in:
parent
b3931c7ed4
commit
34335ae2a3
|
@ -686,7 +686,7 @@ SerialNumber.addEventListener("submit", (e) => {
|
||||||
for (var key in data) {
|
for (var key in data) {
|
||||||
if (data.hasOwnProperty(key)) {
|
if (data.hasOwnProperty(key)) {
|
||||||
console.dir(data[key]);
|
console.dir(data[key]);
|
||||||
$('.repeatedx').append(buildHtmlTable([data[key]]))
|
$('.repeatedpriom').append(buildHtmlTable([data[key]]))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
@ -188,6 +188,8 @@
|
||||||
|
|
||||||
<div id="tablePlace2" class="repeatedx">
|
<div id="tablePlace2" class="repeatedx">
|
||||||
|
|
||||||
|
<div id="tablePlace2" class="repeatedpriom">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="additionalButtonsContainer">
|
<div class="additionalButtonsContainer">
|
||||||
|
|
Loading…
Reference in New Issue