debug code for 3 item
This commit is contained in:
@@ -24,7 +24,9 @@ class OperatorCartableReport implements FromView, ShouldAutoSize, WithEvents, Wi
|
||||
$data = $this->data;
|
||||
|
||||
return view('v3.Reports.RoadObservation.OperatorCartableReport', [
|
||||
'data' => $data,
|
||||
'data' => $this->data,
|
||||
'fromDate' => $this->data['fromDate'] ?? null,
|
||||
'toDate' => $this->data['toDate'] ?? null
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
@@ -22,7 +22,9 @@ class SupervisorCartableReport implements FromView, WithEvents, ShouldAutoSize,
|
||||
$data = $this->data;
|
||||
|
||||
return view('v3.Reports.RoadObservation.SupervisorCartableReport', [
|
||||
'data' => $data,
|
||||
'data' => $this->data,
|
||||
'fromDate' => $this->data['fromDate'] ?? null,
|
||||
'toDate' => $this->data['toDate'] ?? null
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
@@ -21,18 +21,18 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="11"
|
||||
<th colspan="9"
|
||||
style="background-color: #DAEEF3;text-align: center;border-right: 1px solid black;font-weight:bolder;">
|
||||
تاریخ دریافت گزارش: {{ verta()->now()->format('Y/m/d H:i') }}
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="11"
|
||||
<th colspan="9"
|
||||
style="background-color: #DAEEF3;text-align: center;border-right:1px solid black;font-weight:bolder;">
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="11"
|
||||
<th colspan="9"
|
||||
style="background-color: #DAEEF3;text-align: center;border-right:1px solid black;font-weight:bolder;font-size: 13;">
|
||||
گزارش کارتابل ارزیابی واکنش سریع
|
||||
</th>
|
||||
|
||||
Reference in New Issue
Block a user