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

@@ -145,7 +145,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>
@@ -165,7 +165,7 @@
{{-- OTHERS --}}
<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>

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>

View File

@@ -91,7 +91,7 @@
$phase = $firstRecord['phase'] ?? '-';
}
@endphp
<td colspan="3" style="text-align:left; font-size:10px; font-weight:bold; border:none; padding-left:230mm;">
<td colspan="3" style="text-align:left; font-size:10px; font-weight:bold; border:none; padding-left:300mm;">
MOTOR KW / HP : {{ $kw }} / {{ $hp }} and PHASE : {{ $phase }}
</td>
</tr>

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>