涉密网络统计

master
dshclm 11 months ago
parent 0b119d64f6
commit 20d36a1285

@ -49,14 +49,14 @@ public class SysNetworknumController extends BaseController {
* *
*/ */
@RequiresPermissions("system:propertynum:print") @RequiresPermissions("system:propertynum:print")
@GetMapping("/print/{useId}") @GetMapping("/print/{netId}")
public String print(@PathVariable("netId") String netId, ModelMap mmap) public String print(@PathVariable("netId") String netId, ModelMap mmap)
{ {
List<TdPropertyNetinfo> tdPropertyNetinfos = tdPropertyNetinfoService.selectTdPropertyNetinfoByNetId(netId); List<TdPropertyNetinfo> tdPropertyNetinfos = tdPropertyNetinfoService.selectTdPropertyNetinfoByNetId(netId);
TdPropertyNet tdPropertyNet = tdPropertyNetService.selectTdPropertyNetByNetId(netId); TdPropertyNet tdPropertyNet = tdPropertyNetService.selectTdPropertyNetByNetId(netId);
mmap.put("tdPropertyNetinfos", tdPropertyNetinfos); mmap.put("tdPropertyNetinfos", tdPropertyNetinfos);
mmap.put("tdPropertyNet", tdPropertyNet); mmap.put("tdPropertyNet", tdPropertyNet);
mmap.put("sysuser", getSysUser().getDeptId()); mmap.put("sysuser", getSysUser());
return prefix + "/print"; return prefix + "/print";
} }

@ -1,10 +1,122 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
<head> <head>
<meta charset="UTF-8"> <th:block th:include="include :: header('涉密网络设备列表')" />
<title>Title</title>
</head> </head>
<body> <body class="gray-bg">
<div class="container-div">
<div class="row">
<div class="col-sm-12 search-collapse">
<form id="formId">
<div class="select-list">
<ul>
<li>
<label>所属市州:</label>
<input type="text" name="framework"/>
</li>
<li>
<label>所属区县:</label>
<input type="text" name="area"/>
</li>
<li>
<label>使用单位:</label>
<input type="text" name="netDepart"/>
</li>
<li>
<label>部门名称:</label>
<input type="text" name="part"/>
</li>
<li>
<a class="btn btn-primary btn-rounded btn-sm" onclick="$.table.search()"><i class="fa fa-search"></i>&nbsp;搜索</a>
<a class="btn btn-warning btn-rounded btn-sm" onclick="$.form.reset()"><i class="fa fa-refresh"></i>&nbsp;重置</a>
</li>
</ul>
</div>
</form>
</div>
<div class="btn-group-sm" id="toolbar" role="group">
<a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="system:network:export">
<i class="fa fa-download"></i> 导出
</a>
</div>
<div class="col-sm-12 select-table table-striped">
<table id="bootstrap-table"></table>
</div>
</div>
</div>
<th:block th:include="include :: footer" />
<script th:inline="javascript">
var editFlag = [[${@permission.hasPermi('system:network:edit')}]];
var removeFlag = [[${@permission.hasPermi('system:network:remove')}]];
var listFlag = [[${@permission.hasPermi('system:network:list')}]];
var netMijiDatas = [[${@dict.getType('sys_file_miji')}]];
var prefix = ctx + "system/networknum";
$(function() {
var options = {
url: prefix + "/list",
exportUrl: prefix + "/export",
modalName: "涉密网络设备",
columns: [{
checkbox: true
},
{
field: 'netId',
title: '网络编号',
// visible: false
},
{
field: 'framework',
title: '所属市州'
},
{
field: 'area',
title: '所属区县'
},
{
field: 'netDepart',
title: '使用单位'
},
{
field: 'part',
title: '使用部门'
},
{
field: 'netUser',
title: '登记人员'
},
{
field: 'netDate',
title: '登记日期'
},
{
field: 'netMiji',
title: '设备密级',
formatter: function(value, row, index) {
return $.table.selectDictLabel(netMijiDatas, value);
}
},
{
field: 'terminalNum',
title: '设备数量'
},
{
title: '操作',
align: 'center',
formatter: function(value, row, index) {
var actions = [];
actions.push('<a class="btn btn-info btn-xs ' + listFlag + '" href="javascript:void(0)" onclick="print(\'' + row.netId + '\')"><i class="fa fa-download"></i>打印</a> ');
return actions.join('');
}
}]
};
$.table.init(options);
});
function print(netId) {
var url = prefix + '/print/' + netId;
$.modal.openTab("打印", url);
}
</script>
</body> </body>
</html> </html>

@ -4,7 +4,7 @@
xmlns="http://www.w3.org/TR/REC-html40"> xmlns="http://www.w3.org/TR/REC-html40">
<head> <head>
<th:block th:include="include :: header('离职登记表')" /> <th:block th:include="include :: header('涉密资产打印')" />
<meta http-equiv=Content-Type content="text/html; charset=utf-8"> <meta http-equiv=Content-Type content="text/html; charset=utf-8">
<meta name=ProgId content=Excel.Sheet> <meta name=ProgId content=Excel.Sheet>
<meta name=Generator content="Aspose.Cell "> <meta name=Generator content="Aspose.Cell ">
@ -722,7 +722,7 @@
<col width=131 style='mso-width-source:userset;width:157.25pt'> <col width=131 style='mso-width-source:userset;width:157.25pt'>
<col width=219 style='mso-width-source:userset;width:164.25pt'> <col width=219 style='mso-width-source:userset;width:164.25pt'>
<tr height=55 style='mso-height-source:userset;height:41.5pt' id='r0'> <tr height=55 style='mso-height-source:userset;height:41.5pt' id='r0'>
<td colspan=7 height=53 class=x24 width=1024 style='border-right:1px solid windowtext;border-bottom:none;height:40pt;'>甘肃省国家保密局资产统计信息表</td> <td colspan=7 height=53 class=x24 width=1024 style='border-right:1px solid windowtext;border-bottom:none;height:40pt;'>[[${sysuser.dept.deptName}]]资产统计信息表</td>
</tr> </tr>
<tr height=55 style='mso-height-source:userset;height:41.5pt' id='r1'> <tr height=55 style='mso-height-source:userset;height:41.5pt' id='r1'>
<td colspan=2 height=53 class=x27 style='border-bottom:1px solid windowtext;height:40pt;'>单位:[[${sysuser.dept.deptName}]]</td> <td colspan=2 height=53 class=x27 style='border-bottom:1px solid windowtext;height:40pt;'>单位:[[${sysuser.dept.deptName}]]</td>
@ -752,7 +752,7 @@
<td height=53 class=x21 style='height:40pt;'>接收时间</td> <td height=53 class=x21 style='height:40pt;'>接收时间</td>
<td class=x21 id="useDate">[[${tdPropertyManager.useDate}]]</td> <td class=x21 id="useDate">[[${tdPropertyManager.useDate}]]</td>
<td class=x21>登记编号</td> <td class=x21>登记编号</td>
<td colspan=2 class=x22 style='border-right:1px solid windowtext;border-bottom:1px solid windowtext;' id="djid">[[${tdPropertyInfos[0].useId}]]</td> <td colspan=2 class=x22 style='border-right:1px solid windowtext;border-bottom:1px solid windowtext;'>[[${tdPropertyInfos[0].useId}]]</td>
<td class=x21>资产总数</td> <td class=x21>资产总数</td>
<td class=x21>[[${tdPropertyManager.propertyNum}]]</td> <td class=x21>[[${tdPropertyManager.propertyNum}]]</td>
</tr> </tr>

Loading…
Cancel
Save