This commit is contained in:
2020-02-26 14:09:01 +07:00
parent adadd350ba
commit 543c04dc40
8 changed files with 106 additions and 46 deletions

View File

@@ -27,7 +27,6 @@
<table class="table table-striped table-bordered" style="background:#fff;min-width:700px;">
<thead>
<tr>
<th>Biển số</th>
<th>Loại xe</th>
<th style="width: 15%;">Tên công ty</th>
<th style="width: 10%;">Lái xe</th>
@@ -35,6 +34,7 @@
<th style="width: 7%;">CMT</th>
<th>Factory</th>
<th>SEAL_NO</th>
<th>Biển số</th>
<th style="width: 8%;">Ảnh biển vào</th>
<th style="width: 7%;">Thời gian vào</th>
<th style="width: 8%;">Ảnh biển ra</th>
@@ -45,7 +45,6 @@
<tbody id="logs-lists">
{foreach from=$results item=arr}
<tr id="logs-{$arr->id}">
<td>{$arr->vehicle->plate}</td>
<td>{$arr->vehicle->type}</td>
<td>{$arr->vehicle->company}</td>
<td>
@@ -78,6 +77,7 @@
{/if}
</div>
</td>
<td>{$arr->vehicle->plate}</td>
<td class="text-center">
{if $arr->time_in}
<img src="{Yii::$app->request->hostInfo}/AIParking_Intops_Server/web/data/uploads/{$arr->plate_image_in}" class="img-thumbnail" style="width:100%;">