cy
2022-06-21 129904537f66509f97b285e7eb4f42b3dc349dd0
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
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title></title>
 
 
</head>
 
[#include "/business/pages/include/static.html" /]
[#include "/component/htmleditor.html" /]
[#include "/component/newupload.html" /]
 
<script type="text/javascript">
$(function() {
        
        
})
</script>
 
<body class="end_task_body">
<div class="end_task">
        <div class="edit_txt">
         <div align="center">
              [#if file_path??&&file_path!=""]
              <img src="${base}${file_path}"/>
             [#else]
               没有上传影印版报表
             [/#if]
         </div>
         </div>
</div>
 
<script type="text/javascript">
</script>
 
</body>
</html>