Added autosize for all pdf testing panel readings
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user