liuxiaolong
2019-05-09 0d1d88cdb668e75ea8609417ac18ae19947e9525
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<%@ 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>