diff --git a/src/App.vue b/src/App.vue index 9a7870a..229af0b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,9 +6,11 @@ Intestazione Unilab -

{{ intestazione.intest1 }}

- -
{{intestazione.modreport}}
+
+
{{ intestazione.intest1 }}
+
{{ intestazione.modreport }}
+
+

{{ intestazione.intest2 }}

@@ -82,11 +84,14 @@ import { ref, onMounted, watch } from 'vue' import html2pdf from 'html2pdf.js' import A_CUB from './components/risultati/A_CUB.vue' import A_CIL from './components/risultati/A_CIL.vue' +import B_BAR from './components/risultati/B_BAR.vue' +import B_RET from './components/risultati/B_RET.vue' const componentMap = { 'A_CUB': A_CUB, 'A_CIL': A_CIL, - 'B_BAR':B_BAR + 'B_BAR':B_BAR, + 'B_RET':B_BAR } const printable = ref(null) @@ -257,6 +262,25 @@ body { padding: 2px; } +.header-row { + display: flex; + justify-content: space-between; + align-items: center; + margin-bottom: 8px; /* opzionale, spazio sotto la riga */ +} + +.header-row .section-title { + margin: 0; + text-align: left; +} + +.modreport { + font-weight: normal; + text-align: right; + margin: 0; +} + + .report-header-image { width: 100%; height: auto; diff --git a/src/components/risultati/A_CUB.vue b/src/components/risultati/A_CUB.vue index fbd2b02..6027f02 100644 --- a/src/components/risultati/A_CUB.vue +++ b/src/components/risultati/A_CUB.vue @@ -5,7 +5,7 @@ ID
Provino Contrassegno - Verbale
di prelievo n. + Verbale di
prelievo n. Data
prelievo RCK Area o elemento strutturale diff --git a/src/components/risultati/B_BAR.vue b/src/components/risultati/B_BAR.vue index 0408166..b585af5 100644 --- a/src/components/risultati/B_BAR.vue +++ b/src/components/risultati/B_BAR.vue @@ -3,12 +3,22 @@ - - - - - - + + + + + + + + + + + + + + + + @@ -17,7 +27,11 @@ - + + + + + @@ -30,45 +44,30 @@
ID
Provino
ContrassegnoVerbale
di prelievo n.
Data
prelievo
RCKArea o elemento strutturaleID
Provino
Contrass.Verbale
di prelievo n.
Data
prelievo
Diametro
Nominale
Lungh.MassaDiametro
Effettivo
MarchioStruttura di
riferimento
[mm][mm][g][mm]
{{ row.contrassegno }} {{ row.verbale }} {{ formatDate(row.dataPrelievo) }}{{ formatNumber(row.rck, 0) }}{{ row.diaNom }}{{ row.lunBase }}{{ row.masG }}{{ row.diaEff }}{{ row.ferriera }} {{ row.area }}
- - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - - - - - - - - - + + + + + + + + +
DATI PRELIMINARI ALLA PROVARESISTENZA ALLA COMPRESSIONE
ID
Provino
Data
prova
DimensioniMassa
volumica
FRcRPRELIEVOR**P***
Dh
[mm][mm][kg/m³][kN][N/mm²][N/mm²]ID
Provino
Carico di
snevamento
Fy
[kN]
Tensione di
snevamento
fy
[N/mm²]
Carico di
rottura
Ft
[kN]
Tensione di
rottura
ft
[N/mm²]
Allungamento
a rottura
Agt
[%]
ft/fyft/fynomMandrino

D
[mm]
Esito
Piega
{{ row.idProvino }}{{ formatDate(row.dataProva) }}{{ formatNumber(row.dimA, 2) }}{{ formatNumber(row.dimH, 2) }}{{ formatNumber(row.massaVolumica, 0) }}{{ formatNumber(row.f, 1) }}{{ formatNumber(row.rc, 2) }}{{ row.rprelievo }}{{ row.rType }}{{ row.pType }}{{ row.carsne }}{{ row.tensne }}{{ row.carot }}{{ row.tenrot }}{{ row.agt }}{{ row.ftFy }}{{ row.ftFyNom }}{{ row.mandrino }}{{ row.esipie }}
@@ -94,5 +93,4 @@ : '—' } - - \ No newline at end of file + \ No newline at end of file diff --git a/src/components/risultati/B_RET.vue b/src/components/risultati/B_RET.vue new file mode 100644 index 0000000..41a40c8 --- /dev/null +++ b/src/components/risultati/B_RET.vue @@ -0,0 +1 @@ + \ No newline at end of file