update sync server

This commit is contained in:
2020-12-15 10:55:54 +07:00
parent 8530a33542
commit fc347376d3
11 changed files with 15 additions and 19 deletions

View File

@@ -203,9 +203,9 @@
</div>
</div>
<div class="row">
<div class="col-md-4 text-right">Code</div>
<div class="col-md-4 text-right">ID</div>
<div class="col-md-8">
<input type="number" name="Code">
<input type="text" name="Code">
</div>
</div>
<div class="row">

View File

@@ -4,7 +4,6 @@
<tr>
<th>ID</th>
<th>Name</th>
<th>Code</th>
<th>Department</th>
<th>Registration Image</th>
<th>Code</th>
@@ -16,7 +15,6 @@
<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}