|
|
@ -35,7 +35,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="btn-group-sm" id="toolbar" role="group">
|
|
|
|
<div class="btn-group-sm" id="toolbar" role="group">
|
|
|
|
<a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="system:usernum:export">
|
|
|
|
<a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="system:usernum:export">
|
|
|
|
<i class="fa fa-download"></i> 导出
|
|
|
|
<i class="fa fa-download"></i> 导出
|
|
|
@ -47,7 +47,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<th:block th:include="include :: footer" />
|
|
|
|
<th:block th:include="include :: footer" />
|
|
|
|
<th:block th:include="include :: layout-latest-js" />
|
|
|
|
<th:block th:include="include :: layout-latest-js" />
|
|
|
|
<th:block th:include="include :: ztree-js" />
|
|
|
|
<th:block th:include="include :: ztree-js" />
|
|
|
@ -110,7 +110,7 @@
|
|
|
|
align: 'center',
|
|
|
|
align: 'center',
|
|
|
|
formatter: function(value, row, index) {
|
|
|
|
formatter: function(value, row, index) {
|
|
|
|
var actions = [];
|
|
|
|
var actions = [];
|
|
|
|
actions.push('<a class="btn btn-warning btn-xs ' + detailFlag + '" href="javascript:void(0)" onclick="print(\'' + row.deptId + '\')"><i class="fa fa-search"></i>详细</a> ');
|
|
|
|
actions.push('<a class="btn btn-info btn-xs ' + detailFlag + '" href="javascript:void(0)" onclick="print(\'' + row.deptId + '\')"><i class="fa fa-download"></i>打印</a> ');
|
|
|
|
return actions.join(''); }
|
|
|
|
return actions.join(''); }
|
|
|
|
}]
|
|
|
|
}]
|
|
|
|
};
|
|
|
|
};
|
|
|
@ -120,7 +120,7 @@
|
|
|
|
$('#btnRefresh').click(function() {
|
|
|
|
$('#btnRefresh').click(function() {
|
|
|
|
queryDeptTree();
|
|
|
|
queryDeptTree();
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
/* 自定义重置-表单重置/隐藏框/树节点选择色/搜索 */
|
|
|
|
/* 自定义重置-表单重置/隐藏框/树节点选择色/搜索 */
|
|
|
|
function resetPre() {
|
|
|
|
function resetPre() {
|
|
|
|
resetDate();
|
|
|
|
resetDate();
|
|
|
@ -143,4 +143,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
</html>
|
|
|
|