涉密载体

pg_adapter
20918 8 months ago
parent 8b010b756d
commit af996c8462

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
<head>
<th:block th:include="include :: header('文件下发列表')" />
<th:block th:include="include :: header('载体下发列表')" />
</head>
<body class="gray-bg">
<div class="container-div" id="app">
@ -11,7 +11,7 @@
<div class="select-list">
<ul>
<li>
<label>单位:</label>
<label>发单位:</label>
<input type="text" name="provideDepart"/>
</li>
<li>
@ -31,7 +31,7 @@
</select>
</li>
<li>
<label>文件标题</label>
<label>载体名称</label>
<input type="text" name="fileName"/>
</li>
<li>
@ -70,31 +70,31 @@
var options = {
url: prefix + "/list",
exportUrl: prefix + "/export",
modalName: "文件下发",
modalName: "载体下发",
columns: [
{
field: 'fileId',
title: '文件编号'
title: '载体编码'
},
{
field: 'fileName',
title: '文件标题'
title: '载体名称'
},
{
field: 'fileNum',
title: '号'
title: '号'
},
{
field: 'provideCount',
title: '发文份数'
title: '载体数量'
},
{
field: 'provideDepart',
title: '发单位'
title: '发单位'
},
{
field: 'provideDate',
title: '发日期'
title: '发日期'
},
{
field: 'instancyExtent',
@ -112,7 +112,7 @@
},
{
field: 'fileSecret',
title: '文件密级',
title: '载体密级',
formatter: function(value, row, index) {
return $.table.selectDictLabel(fileSecretDatas, value);
}

@ -6,7 +6,7 @@
xmlns="http://www.w3.org/TR/REC-html40">
<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 name=ProgId content=Excel.Sheet>
<meta name=Generator content="Aspose.Cell ">
@ -711,7 +711,7 @@
<col width=167 style='mso-width-source:userset;width:125.25pt'>
<col width=247 style='mso-width-source:userset;width:185.25pt'>
<tr height=55 style='mso-height-source:userset;height:41.5pt' id='r0'>
<td colspan=7 height=55 class=x30 width=1027 style='height:41.5pt;'>[[${sysuser.dept.deptName}]]涉密文件信息表</td>
<td colspan=7 height=55 class=x30 width=1027 style='height:41.5pt;'>[[${sysuser.dept.deptName}]]涉密载体信息表</td>
</tr>
<tr height=55 style='mso-height-source:userset;height:41.5pt' id='r1'>
<td colspan=2 height=54 class=x27 style='border-bottom:1px solid windowtext;height:40.75pt;'>单位:[[${sysuser.dept.deptName}]]</td>
@ -724,8 +724,8 @@
<tr height=34 style='mso-height-source:userset;height:26pt' id='r2'>
<td colspan=2 height=32 class=x31 style='font-weight:bold;border-right:1px solid windowtext;border-bottom:1px solid windowtext;height:24.5pt;'>所属地市</td>
<td colspan=2 class=x31 style='font-weight:bold;border-right:1px solid windowtext;border-bottom:1px solid windowtext;'>所属区县</td>
<td colspan=2 class=x31 style='font-weight:bold;border-right:1px solid windowtext;border-bottom:1px solid windowtext;'>文件名称</td>
<td class=x32 style="font-weight:bold;">文件数量</td>
<td colspan=2 class=x31 style='font-weight:bold;border-right:1px solid windowtext;border-bottom:1px solid windowtext;'>载体名称</td>
<td class=x32 style="font-weight:bold;">载体数量</td>
</tr>
<tr height=34 style='mso-height-source:userset;height:26pt' id='r3'>
<td colspan=2 height=32 class='x28 frameworkId' style='border-right:1px solid windowtext;border-bottom:1px solid windowtext;height:24.5pt;'>
@ -741,9 +741,9 @@
</tr>
<tr height=34 style='mso-height-source:userset;height:26pt' id='r4'>
<td colspan=2 height=32 class=x31 style='font-weight:bold;border-right:1px solid windowtext;border-bottom:1px solid windowtext;height:24.5pt;'>接收单位</td>
<td colspan=2 class=x31 style='font-weight:bold;border-right:1px solid windowtext;border-bottom:1px solid windowtext;'>文件</td>
<td colspan=2 class=x31 style='font-weight:bold;border-right:1px solid windowtext;border-bottom:1px solid windowtext;'>人员</td>
<td class=x32 style="font-weight:bold;">日期</td>
<td colspan=2 class=x31 style='font-weight:bold;border-right:1px solid windowtext;border-bottom:1px solid windowtext;'></td>
<td colspan=2 class=x31 style='font-weight:bold;border-right:1px solid windowtext;border-bottom:1px solid windowtext;'>发人员</td>
<td class=x32 style="font-weight:bold;">发日期</td>
</tr>
<tr height=34 style='mso-height-source:userset;height:26pt' id='r5' th:each="propertynum : ${tdFileReceives}">
<td colspan=2 height=32 class=x31 style='border-right:1px solid windowtext;border-bottom:1px solid windowtext;height:24.5pt;'>

Loading…
Cancel
Save