mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
parent
1f20ad7f37
commit
80c6b9ba67
@ -336,44 +336,44 @@ function subReport() {
|
|||||||
var matchNum = document.getElementById('mselect').value;
|
var matchNum = document.getElementById('mselect').value;
|
||||||
var series = capitalizeFirstLetter(document.getElementById('sselect').value);
|
var series = capitalizeFirstLetter(document.getElementById('sselect').value);
|
||||||
var push = {}
|
var push = {}
|
||||||
push[series+'-'+user.uid]={}
|
push[user.uid]={}
|
||||||
var x = document.getElementById('repsec1').children;
|
var x = document.getElementById('repsec1').children;
|
||||||
for (var i = 0; i < x.length; i++) {
|
for (var i = 0; i < x.length; i++) {
|
||||||
if (x[i].children[0].tagName == "INPUT") {
|
if (x[i].children[0].tagName == "INPUT") {
|
||||||
push[series+'-'+user.uid][x[i].children[0].id] = x[i].children[0].tagName;
|
push[user.uid][x[i].children[0].id] = x[i].children[0].tagName;
|
||||||
} else if (x[i].children[0].tagName == "SPAN") {
|
} else if (x[i].children[0].tagName == "SPAN") {
|
||||||
push[series+'-'+user.uid][x[i].children[0].id] = x[i].children[0].innerText;
|
push[user.uid][x[i].children[0].id] = x[i].children[0].innerText;
|
||||||
} else if (x[i].children[0].tagName == "DIV") {
|
} else if (x[i].children[0].tagName == "DIV") {
|
||||||
var name = x[i].children[0].id;
|
var name = x[i].children[0].id;
|
||||||
push[series+'-'+user.uid][name] = document.querySelector('input[name="' + name + '"]:checked').value;
|
push[user.uid][name] = document.querySelector('input[name="' + name + '"]:checked').value;
|
||||||
}else if (x[i].children[1].tagName == "TEXTAREA") {
|
}else if (x[i].children[1].tagName == "TEXTAREA") {
|
||||||
push[series+'-'+user.uid][x[i].children[1].id] = x[i].children[1].innerHTML;
|
push[user.uid][x[i].children[1].id] = x[i].children[1].innerHTML;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
var x = document.getElementById('repsec2').children;
|
var x = document.getElementById('repsec2').children;
|
||||||
for (var i = 0; i < x.length; i++) {
|
for (var i = 0; i < x.length; i++) {
|
||||||
if (x[i].children[0].tagName == "INPUT") {
|
if (x[i].children[0].tagName == "INPUT") {
|
||||||
push[series+'-'+user.uid][x[i].children[0].id] = x[i].children[0].tagName;
|
push[user.uid][x[i].children[0].id] = x[i].children[0].tagName;
|
||||||
} else if (x[i].children[0].tagName == "SPAN") {
|
} else if (x[i].children[0].tagName == "SPAN") {
|
||||||
push[series+'-'+user.uid][x[i].children[0].id] = x[i].children[0].innerText;
|
push[user.uid][x[i].children[0].id] = x[i].children[0].innerText;
|
||||||
} else if (x[i].children[0].tagName == "DIV") {
|
} else if (x[i].children[0].tagName == "DIV") {
|
||||||
var name = x[i].children[0].id;
|
var name = x[i].children[0].id;
|
||||||
push[series+'-'+user.uid][name] = document.querySelector('input[name="' + name + '"]:checked').value;
|
push[user.uid][name] = document.querySelector('input[name="' + name + '"]:checked').value;
|
||||||
}else if (x[i].children[1].tagName == "TEXTAREA") {
|
}else if (x[i].children[1].tagName == "TEXTAREA") {
|
||||||
push[series+'-'+user.uid][x[i].children[1].id] = x[i].children[1].innerHTML;
|
push[user.uid][x[i].children[1].id] = x[i].children[1].innerHTML;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
var x = document.getElementById('repsec3').children;
|
var x = document.getElementById('repsec3').children;
|
||||||
for (var i = 0; i < x.length; i++) {
|
for (var i = 0; i < x.length; i++) {
|
||||||
if (x[i].children[0].tagName == "INPUT") {
|
if (x[i].children[0].tagName == "INPUT") {
|
||||||
push[series+'-'+user.uid][x[i].children[0].id] = x[i].children[0].tagName;
|
push[user.uid][x[i].children[0].id] = x[i].children[0].tagName;
|
||||||
} else if (x[i].children[0].tagName == "SPAN") {
|
} else if (x[i].children[0].tagName == "SPAN") {
|
||||||
push[series+'-'+user.uid][x[i].children[0].id] = x[i].children[0].innerText;
|
push[user.uid][x[i].children[0].id] = x[i].children[0].innerText;
|
||||||
} else if (x[i].children[0].tagName == "DIV") {
|
} else if (x[i].children[0].tagName == "DIV") {
|
||||||
var name = x[i].children[0].id;
|
var name = x[i].children[0].id;
|
||||||
push[series+'-'+user.uid][name] = document.querySelector('input[name="' + name + '"]:checked').value;
|
push[user.uid][name] = document.querySelector('input[name="' + name + '"]:checked').value;
|
||||||
}else if (x[i].children[1].tagName == "TEXTAREA") {
|
}else if (x[i].children[1].tagName == "TEXTAREA") {
|
||||||
push[series+'-'+user.uid][x[i].children[1].id] = x[i].children[1].innerHTML;
|
push[user.uid][x[i].children[1].id] = x[i].children[1].innerHTML;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
firebase.firestore().collection("data").doc('team-' + document.getElementById('tns').value).collection(currentComp).doc("team-" + teamNum).collection('matches').doc('match-' + matchNum).set(push, {
|
firebase.firestore().collection("data").doc('team-' + document.getElementById('tns').value).collection(currentComp).doc("team-" + teamNum).collection('matches').doc('match-' + matchNum).set(push, {
|
||||||
|
Loading…
Reference in New Issue
Block a user