đồng bộ dữ liệu lên máy chủ

This commit is contained in:
2020-12-11 14:00:23 +07:00
parent e27b8de414
commit 5d5de05f85
5 changed files with 38 additions and 31 deletions

View File

@@ -4,6 +4,7 @@
<tr>
<th>ID</th>
<th>Name</th>
<th>Code</th>
<th>Department</th>
<th>Registration Image</th>
<th>Code</th>
@@ -15,6 +16,7 @@
<tr onclick="choooseToSync(this);" style="cursor: pointer;" data-stt="false" data-id="{$arr.idStaff}">
<td>{$arr.idStaff}</td>
<td>{$arr.name}</td>
<td>{$arr.code}</td>
<td>{$arr.department}</td>
<td>
{foreach from=$arr.images item=img}