Spaces:
Sleeping
Sleeping
Update templates/proposed-GUI.html
Browse files
templates/proposed-GUI.html
CHANGED
|
@@ -2812,9 +2812,6 @@ function getData(form) {
|
|
| 2812 |
ratio2=(formvalues['prmRatio']/ratioPunit)/prminpixels;
|
| 2813 |
console.log('ratioss',ratio1,ratio2)
|
| 2814 |
}
|
| 2815 |
-
console.log('selectproj: ', formvalues['selectproj'])
|
| 2816 |
-
console.log('selectprojp: ', formvalues['selectprojp'])
|
| 2817 |
-
console.log('selectprojs: ', formvalues['selectprojs'])
|
| 2818 |
pdfpath.push(formvalues['selectproj'],formvalues['selectprojp'] ,formvalues['selectprojs']) //project name - part - section
|
| 2819 |
|
| 2820 |
if (canvasimg){
|
|
@@ -2861,7 +2858,7 @@ function getData(form) {
|
|
| 2861 |
console.log('formvalues:', formvalues)
|
| 2862 |
console.log('tomeasureproj:', tomeasureproj)
|
| 2863 |
// send allTablesData instead of groupedValues
|
| 2864 |
-
answers.push(tomeasureproj, 0,[] , 0,0,pdfpath ,
|
| 2865 |
console.log('answers:', answers)
|
| 2866 |
formData.append('answers',JSON.stringify(answers))
|
| 2867 |
console.log('formData:', formData)
|
|
|
|
| 2812 |
ratio2=(formvalues['prmRatio']/ratioPunit)/prminpixels;
|
| 2813 |
console.log('ratioss',ratio1,ratio2)
|
| 2814 |
}
|
|
|
|
|
|
|
|
|
|
| 2815 |
pdfpath.push(formvalues['selectproj'],formvalues['selectprojp'] ,formvalues['selectprojs']) //project name - part - section
|
| 2816 |
|
| 2817 |
if (canvasimg){
|
|
|
|
| 2858 |
console.log('formvalues:', formvalues)
|
| 2859 |
console.log('tomeasureproj:', tomeasureproj)
|
| 2860 |
// send allTablesData instead of groupedValues
|
| 2861 |
+
answers.push(tomeasureproj, 0,[] , 0,0,pdfpath , doorSchedulePDFs,allTablesData);
|
| 2862 |
console.log('answers:', answers)
|
| 2863 |
formData.append('answers',JSON.stringify(answers))
|
| 2864 |
console.log('formData:', formData)
|