<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
<% String path = request.getContextPath(); %>
|
<!DOCTYPE HTML>
|
<html>
|
<head>
|
<title>下发预览</title>
|
|
<style type="text/css">
|
.printDiv{
|
width:800px;
|
height:42px;
|
}
|
.xfyulan_daochu{
|
|
width:28px;
|
height:27px;
|
float: right;
|
margin-right: 25px;
|
margin-top:10px;
|
}
|
.xfyulan_dayin{
|
margin-top:10px;
|
margin-right:50px;
|
width:32px;
|
height:27px;
|
float: right;
|
}
|
.xfyulan_content{
|
height:478px;
|
margin-left: 15px;
|
margin-right: 15px;
|
}
|
.xfyulan_check_title{
|
height:48px;
|
text-align: center;
|
font-size: 16px;
|
font-weight: bold;
|
margin-top: 20px;
|
}
|
.xfyulan_date{
|
height:40px;
|
}
|
.xiafayulan_date_li{
|
margin-right:50px;
|
float: left;
|
}
|
.xfyulan_zhouqi{
|
float: right;
|
}
|
.xfyulan_shenpi{
|
margin-top:65px;
|
height: 50px;
|
}
|
.xfyulan_shenpi ul li{
|
float: left;
|
margin-right: 144px;
|
}
|
.xfyulandataTable{
|
border:1px solid red;
|
overflow:auto !important;
|
width:100%;
|
height:374px;
|
border: solid 1px #B4B4B4;
|
border-collapse: collapse; --折叠样式.
|
}
|
.xfyulandataTable tr th{
|
text-align: center;
|
height: 27px;
|
border: solid 1px #B4B4B4;
|
}
|
.xfyulandataTable tr td{
|
text-align:center;
|
height:38px;
|
padding:4px;
|
border: solid 1px #B4B4B4;
|
}
|
</style>
|
</head>
|
<body>
|
|
<div class="pageContent" id="pageContent">
|
<form id="exportForm" method="post" target="ExportIframe" action="">
|
<input type="hidden" id="data-json" name="data-json">
|
<input type="hidden" id="template-name" name="template-name" value="xiafa_yulan.ftl">
|
</form>
|
<jsp:include page="../common/detail_top.jsp"></jsp:include>
|
|
<div class='xfyulan_content'>
|
|
<div class='xfyulan_check_title'><span exportWord='text' id='xiafayulan_title'></span></div>
|
<div class='xfyulan_date'>
|
<ul>
|
<li class='xiafayulan_date_li'>开始时间:<span exportWord='text' id='xiafayulan_beginDate'></span></li>
|
<li class='xiafayulan_date_li'>截止时间:<span exportWord='text' id='xiafayulan_endDate'></span></li>
|
<li class='xfyulan_zhouqi'>执行周期:<span exportWord='text' id='xiafayulan_workDay'></span></li>
|
</ul>
|
</div>
|
<div style="height: 375px;overflow: auto;">
|
<table class="xfyulandataTable" id='xiafayulantable' exportWord='table' cellpadding='0' cellspacing='1' borde=''>
|
<thead>
|
<tr>
|
<th width='10%'>检查项目</th>
|
<th width='20%'>检查内容</th>
|
<th width='10%'>检查方法</th>
|
<th width='10%'>检查方式</th>
|
<th width='5%'>评分</th>
|
<th width='5%'>权重</th>
|
<th width='10%'>存在问题</th>
|
</tr>
|
</thead>
|
<tbody id='xfyulantable'>
|
|
</tbody>
|
</table>
|
|
<div class='xfyulan_shenpi'>
|
|
<table exportWord='qianzi' exportfrist='ok' id='qianziList' class="titleTable2" cellspacing='1' cellpadding='3px'>
|
<tr></tr>
|
<tr id="qianzi_tr">
|
</tr>
|
</table>
|
</div>
|
</div>
|
|
</div>
|
|
<nav id="dialog_bottom" class="navbar navbar-default navbar-fixed-bottom ">
|
<a id="xiafayulanCloseBtn" clickflag="true" class="btn-step btn-step-quxiao"> 关闭</a>
|
|
</nav>
|
</div>
|
</body>
|
</html>
|