Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Luciano Barletta
/
Pruebas-RTO
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit a5a71c87
authored
2024-06-19 18:15:45 -0300
by
Tu Nombre
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
retiro dinamico de suspension
1 parent
26172d35
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
10 deletions
pruebas.py
static/src/pdf2.js
pruebas.py
View file @
a5a71c8
...
@@ -58,5 +58,5 @@ report = {
...
@@ -58,5 +58,5 @@ report = {
'co'
:
'?'
,
'co'
:
'?'
,
'hc'
:
'?'
},
'hc'
:
'?'
},
'ruido'
:
{
'ruido'
:
{
'nivelsonoro'
:
'
?
'
}
'nivelsonoro'
:
'
92
'
}
}
}
\ No newline at end of file
\ No newline at end of file
static/src/pdf2.js
View file @
a5a71c8
...
@@ -122,18 +122,21 @@ class PDF2 {
...
@@ -122,18 +122,21 @@ class PDF2 {
new
Text
(
RD
,
new
Vector
(
Pos
.
three_quarters
+
5
,
Pos
.
end
),
this
.
font
)
new
Text
(
RD
,
new
Vector
(
Pos
.
three_quarters
+
5
,
Pos
.
end
),
this
.
font
)
]);
]);
};
};
let
contador
=
0
for
(
let
i
=
0
;
i
<
2
;
i
++
)
{
for
(
let
i
=
0
;
i
<
2
;
i
++
)
{
table
(
if
(
data
[
`peso_estatico_
${
i
+
1
}
`
]
!=
'---'
)
{
ejes
[
i
],
contador
=
15
i
+
1
,
table
(
data
[
`rendimiento_izquierdo_
${
i
+
1
}
`
],
ejes
[
i
],
data
[
`peso_estatico_
${
i
+
1
}
`
],
i
+
1
,
data
[
`rendimiento_derecho_
${
i
+
1
}
`
]
data
[
`rendimiento_izquierdo_
${
i
+
1
}
`
],
);
data
[
`peso_estatico_
${
i
+
1
}
`
],
data
[
`rendimiento_derecho_
${
i
+
1
}
`
]
);
}
}
}
return
pointer
.
addxy
(
0
,
15
);
return
pointer
.
addxy
(
0
,
contador
);
}
}
frenosToPDF
(
pointer
,
data
)
{
frenosToPDF
(
pointer
,
data
)
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment