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

@@ -193,7 +193,9 @@
<td>{{ $record['Output'] ?? '' }}</td>
<td>{{ $record['Motor SNo'] ?? '' }}</td>
<td>{{ $record['Item Code'] ?? '' }}</td>
<td>{{ $record['Motor Type'] ?? '' }}</td>
{{-- <td>{{ $record['Motor Type'] ?? '' }}</td> --}}
<td style="white-space: nowrap;">{{ $record['Motor Type'] ?? '' }}</td>
{{-- BEFORE FREE RUN --}}
@@ -225,7 +227,7 @@
{{-- Other Info --}}
<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['Batch_Number'] ?? '' }}</td>
<td>{{ $record['Batch_Count'] ?? '' }}</td>
<td>{{ $record['Result'] ?? '' }}</td>