Commit c60ed6ed by Yujin Seo

#42180 作業一覧対応

parent e703212b
...@@ -24,12 +24,12 @@ ...@@ -24,12 +24,12 @@
<i class="fa fa-folder fs-12 p-1" id="category-toggle-button"></i> <i class="fa fa-folder fs-12 p-1" id="category-toggle-button"></i>
<span class="d-none d-md-inline fs-10">カテゴリー</span> <span class="d-none d-md-inline fs-10">カテゴリー</span>
</a> </a>
<a class="navbar-brand lht-0" href="#" style="margin: 0 10px 0 10px;float: right;"> <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" onclick="CHK_L.sendAppCommand('refreshContent');"></i> <i class="fa fa-redo fs-12 p-1" id="updateButton"></i>
<span class="d-none d-md-inline fs-10">更新</span> <span class="d-none d-md-inline fs-10">更新</span>
</a> </a>
<a class="navbar-brand lht-0" href="#" style="margin: 0 10px 0 10px;float: right;"> <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" onclick="CHK.startScan();"></i> <i class="fa fa-wifi fs-12 p-1" id="rfidScanButton"></i>
<span class="d-none d-md-inline fs-10">スキャン</span> <span class="d-none d-md-inline fs-10">スキャン</span>
</a> </a>
</nav> </nav>
...@@ -158,10 +158,10 @@ ...@@ -158,10 +158,10 @@
<i class="fas fa-comment-dots fs-14 p-1"></i> <i class="fas fa-comment-dots fs-14 p-1"></i>
<div class="fs-7">コミュ<span class="d-none d-sm-inline">ニケーション</span></div> <div class="fs-7">コミュ<span class="d-none d-sm-inline">ニケーション</span></div>
</a> </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> <i class="fas fa-clipboard-list fs-14 p-1"></i>
<div class="fs-7">帳票確認</div> <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');"> <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> <i class="fas fa-cog fs-14 p-1"></i>
<div class="fs-7">設定</div> <div class="fs-7">設定</div>
......
...@@ -120,8 +120,10 @@ CHK_L.init = function() { ...@@ -120,8 +120,10 @@ CHK_L.init = function() {
} }
}); });
CHK.createOperationListBySavedSortType();
CHK_L.sendAppCommand("finishInit"); CHK_L.sendAppCommand("finishInit");
if (CHK.isWindows) {
CHK.createOperationListBySavedSortType();
}
} }
if (CHK.isWeb) { if (CHK.isWeb) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment