update
This commit is contained in:
@@ -78,7 +78,6 @@ function renderNewLogs(data) {
|
||||
var telephone = data.vehicleInfo.telephone.split("/");
|
||||
var cmt = data.vehicleInfo.indentity_card.split("/");
|
||||
var html = `<tr id="logs-` + data.id + `">
|
||||
<td>` + data.vehicleInfo.plate + `</td>
|
||||
<td>` + data.vehicleInfo.type + `</td>
|
||||
<td>` + data.vehicleInfo.company + `</td>
|
||||
<td>` + driver.join("<br>") + `</td>
|
||||
@@ -94,6 +93,7 @@ function renderNewLogs(data) {
|
||||
<i class='text-red'>không có</i>
|
||||
</div>
|
||||
</td>
|
||||
<td>` + data.vehicleInfo.plate + `</td>
|
||||
<td class="text-center">` + imageIn + `</td>
|
||||
<td class="text-center">` + timeIn + `</td>
|
||||
<td class="text-center">` + imageOut + `</td>
|
||||
|
||||
Reference in New Issue
Block a user