Added autosize for all pdf testing panel readings

This commit is contained in:
dhanabalan
2025-06-02 14:16:32 +05:30
parent c1985f11c3
commit 136ccffa5f
4 changed files with 9 additions and 7 deletions

View File

@@ -160,7 +160,7 @@
<td>{{ $record['Date'] ?? '' }}</td>
<td>{{ $record['Motor SNo'] ?? '' }}</td>
<td>{{ $record['Item Code'] ?? '' }}</td>
<td>{{ $record['Motor Type'] ?? '' }}</td>
<td style="white-space: nowrap;">{{ $record['Motor Type'] ?? '' }}</td>
{{-- AFTER FREE RUN --}}
<td>{{ $record['Voltage_After'] ?? '' }}</td>
@@ -189,7 +189,7 @@
{{-- OTHER FIELDS --}}
<td>{{ $record['No_Load_Pickup_Voltage'] ?? '' }}</td>
<td>{{ $record['Room_Temp'] ?? '' }}</td>
<td>{{ $record['High_Voltage_Test'] ?? '' }}</td>
<td style="white-space: nowrap;">{{ $record['High_Voltage_Test'] ?? '' }}</td>
<td>{{ $record['Result'] ?? '' }}</td>
<td>{{ $record['Remark'] ?? '' }}</td>
</tr>