|
|
|
@ -205,17 +205,17 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</shiro:hasPermission>
|
|
|
|
</shiro:hasPermission>
|
|
|
|
<shiro:hasPermission name="/commom/downloadZip">
|
|
|
|
<shiro:hasPermission name="/commom/downloadZip">
|
|
|
|
<div class="btn">
|
|
|
|
<div class="btn" id="downBorrowingBox">
|
|
|
|
<button type="button" class="btn btn-sm btn-warning" onclick="downloadZip('loads')">下载(批量)</button>
|
|
|
|
<button type="button" class="btn btn-sm btn-warning" onclick="downloadZip('loads')">下载(批量)</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</shiro:hasPermission>
|
|
|
|
</shiro:hasPermission>
|
|
|
|
<shiro:hasPermission name="/commom/addApplyApprove">
|
|
|
|
<shiro:hasPermission name="/commom/addApplyApprove">
|
|
|
|
<div class="btn">
|
|
|
|
<div class="btn" id="borrowingsBox">
|
|
|
|
<button type="button" class="btn btn-sm btn-primary" id="borrowings" onclick="borrowings()">批量借阅申请</button>
|
|
|
|
<button type="button" class="btn btn-sm btn-primary" id="borrowings" onclick="borrowings()">批量借阅申请</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</shiro:hasPermission>
|
|
|
|
</shiro:hasPermission>
|
|
|
|
<shiro:hasPermission name="/commom/downloadZip">
|
|
|
|
<shiro:hasPermission name="/commom/downloadZip">
|
|
|
|
<div class="btn">
|
|
|
|
<div class="btn" id="downBorrowingsBox">
|
|
|
|
<button type="button" class="btn btn-sm btn-success" id="downBorrowings" onclick="downBorrowings()">批量下载申请</button>
|
|
|
|
<button type="button" class="btn btn-sm btn-success" id="downBorrowings" onclick="downBorrowings()">批量下载申请</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</shiro:hasPermission>
|
|
|
|
</shiro:hasPermission>
|
|
|
|
|