Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
design
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abookCheck
design
Commits
c60ed6ed
Commit
c60ed6ed
authored
Jul 27, 2021
by
Yujin Seo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#42180 作業一覧対応
parent
e703212b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
app/index.html
+6
-6
app/script/check-list.js
+3
-1
No files found.
app/index.html
View file @
c60ed6ed
...
...
@@ -24,12 +24,12 @@
<i
class=
"fa fa-folder fs-12 p-1"
id=
"category-toggle-button"
></i>
<span
class=
"d-none d-md-inline fs-10"
>
カテゴリー
</span>
</a>
<a
class=
"navbar-brand lht-0"
href=
"
#
"
style=
"margin: 0 10px 0 10px;float: right;"
>
<i
class=
"fa fa-redo fs-12 p-1"
id=
"updateButton"
onclick=
"CHK_L.sendAppCommand('refreshContent');"
></i>
<a
class=
"navbar-brand lht-0"
href=
"
javascript:CHK_L.sendAppCommand('refreshContent');
"
style=
"margin: 0 10px 0 10px;float: right;"
>
<i
class=
"fa fa-redo fs-12 p-1"
id=
"updateButton"
></i>
<span
class=
"d-none d-md-inline fs-10"
>
更新
</span>
</a>
<a
class=
"navbar-brand lht-0"
href=
"
#
"
style=
"margin: 0 10px 0 10px;float: right;"
>
<i
class=
"fa fa-wifi fs-12 p-1"
id=
"rfidScanButton"
onclick=
"CHK.startScan();"
></i>
<a
class=
"navbar-brand lht-0"
href=
"
javascript:CHK.startScan();
"
style=
"margin: 0 10px 0 10px;float: right;"
>
<i
class=
"fa fa-wifi fs-12 p-1"
id=
"rfidScanButton"
></i>
<span
class=
"d-none d-md-inline fs-10"
>
スキャン
</span>
</a>
</nav>
...
...
@@ -158,10 +158,10 @@
<i
class=
"fas fa-comment-dots fs-14 p-1"
></i>
<div
class=
"fs-7"
>
コミュ
<span
class=
"d-none d-sm-inline"
>
ニケーション
</span></div>
</a>
<a
class=
"d-block w-100 text-center py-2 text-decoration-none text-secondary"
>
<
!--<
a class="d-block w-100 text-center py-2 text-decoration-none text-secondary">
<i class="fas fa-clipboard-list fs-14 p-1"></i>
<div class="fs-7">帳票確認</div>
</a>
</a>
-->
<a
class=
"d-block w-100 text-center py-2 text-decoration-none text-secondary"
href=
"javascript:CHK_L.sendAppCommand('goSetting');"
>
<i
class=
"fas fa-cog fs-14 p-1"
></i>
<div
class=
"fs-7"
>
設定
</div>
...
...
app/script/check-list.js
View file @
c60ed6ed
...
...
@@ -120,8 +120,10 @@ CHK_L.init = function() {
}
});
CHK
.
createOperationListBySavedSortType
();
CHK_L
.
sendAppCommand
(
"finishInit"
);
if
(
CHK
.
isWindows
)
{
CHK
.
createOperationListBySavedSortType
();
}
}
if
(
CHK
.
isWeb
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment