sửa UX nhận tín hiệu thẻ khi gán thẻ cho nhân viên
This commit is contained in:
@@ -21,11 +21,11 @@
|
||||
#schedule-search-staff{
|
||||
height: 700px;
|
||||
background: #cecece;
|
||||
overflow-y: scroll;
|
||||
overflow: scroll;
|
||||
}
|
||||
#schedule-search-staff::-webkit-scrollbar {
|
||||
{*#schedule-search-staff::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}*}
|
||||
#create-schedule-main{
|
||||
border-left: 1px solid #cecece;
|
||||
margin-bottom: -10px;
|
||||
|
||||
@@ -96,6 +96,9 @@
|
||||
{html_options options=$deviceArray}
|
||||
</select>
|
||||
<div class="input-group-btn">
|
||||
<button class="btn btn-default hidden" id="spin-icon">
|
||||
<i class="fa fa-spinner fa-pulse"></i>
|
||||
</button>
|
||||
<button class="btn btn-info" onclick="getRTLog(this);" data-href='{yii\helpers\Url::to(["get-rtlog"])}' title='Lấy mã thẻ từ đầu đọc'>
|
||||
<i class="fa fa-download"></i>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user