fix(surveyor): perbaikan print out hasil inspeksi

This commit is contained in:
majid
2025-03-05 13:33:02 +07:00
parent e52fd8243f
commit 05bf9e2af0
9 changed files with 1873 additions and 997 deletions

View File

@@ -1,3 +1,15 @@
<div class="no-break" style="margin: 0; padding: 0">
<table style="width: 100%; border-top: 1px solid #000; border-bottom: 1px solid #000; border-collapse: collapse; border-left: none; border-right: none;">
<tr>
<td style="text-align: center; margin-top: 5px;">
<h2 style=" text-transform: uppercase; text-align: center; margin: 0;">
Analisa Unit
</h2>
</td>
</tr>
</table>
<table>
<tr>
@php
@@ -99,3 +111,4 @@
</table>
@endif
</table>
</div>