|
@@ -87,7 +87,7 @@
|
|
<td>
|
|
<td>
|
|
<div>
|
|
<div>
|
|
<a th:href="@{/sys/lib/libManagerList.html(libId=${item.id},orgCode=${item.orgCode},libtype=${item.libtype})}" class="tablelink" >图书馆管理员</a>
|
|
<a th:href="@{/sys/lib/libManagerList.html(libId=${item.id},orgCode=${item.orgCode},libtype=${item.libtype})}" class="tablelink" >图书馆管理员</a>
|
|
- <a th:href="@{/sys/lib/libJoinAdd.html(id=${item.id})}" th:if="${ #httpSession.getAttribute('admin') !=null && (#httpSession.getAttribute('admin').loginName eq 'admin' || #httpSession.getAttribute('admin').loginName eq 'manting') } " class="tablelink">修改</a>
|
|
|
|
|
|
+ <a th:href="@{/sys/lib/libJoinAdd.html(id=${item.id})}" th:if="${ #httpSession.getAttribute('admin') !=null && (#httpSession.getAttribute('admin').loginName eq 'admin' || #httpSession.getAttribute('admin').loginName eq 'manting' || #httpSession.getAttribute('admin').loginName eq 'sishujia' ) } " class="tablelink">修改</a>
|
|
<a href="javascript:;" th:onclick="'createQrById(\''+${item.id}+'\')'" class="tablelink" th:if="${ #httpSession.getAttribute('admin') !=null && #httpSession.getAttribute('admin').loginName eq 'admin' } " >生成二维码</a>
|
|
<a href="javascript:;" th:onclick="'createQrById(\''+${item.id}+'\')'" class="tablelink" th:if="${ #httpSession.getAttribute('admin') !=null && #httpSession.getAttribute('admin').loginName eq 'admin' } " >生成二维码</a>
|
|
<a th:href="@{/sys/problem/checklist.html(libId=${item.id},type=1)}" th:if="${item.libtype eq 1}" class="tablelink">批量签到</a>
|
|
<a th:href="@{/sys/problem/checklist.html(libId=${item.id},type=1)}" th:if="${item.libtype eq 1}" class="tablelink">批量签到</a>
|
|
<a th:href="@{/sys/problem/checklist.html(libId=${item.id},type=2)}" th:if="${item.libtype eq 1}" class="tablelink">批量签离</a>
|
|
<a th:href="@{/sys/problem/checklist.html(libId=${item.id},type=2)}" th:if="${item.libtype eq 1}" class="tablelink">批量签离</a>
|