4f2fce5b0dc38d994e84644468b26bde9d9cf296.svn-base 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <%@page language="java" pageEncoding="UTF-8"%>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>应急制度文件</title>
  7. <!--框架必需start-->
  8. <%@include file="../../../include.jsp" %>
  9. <!--框架必需end-->
  10. <script type="text/javascript" >
  11. $(function(){
  12. //修改表单信息,获取记录
  13. if((window.location.href).indexOf('?')>-1){
  14. var fd_id = (window.location.href).split('?')[1];
  15. var url = $.pathname() + '/ws/crud/CRUDService/getDataById/';
  16. var params = {
  17. classid : '230',
  18. objectID : fd_id
  19. };
  20. getFileList(fd_id,0);
  21. $.ajax({
  22. url : url,
  23. type : 'post',
  24. timeout : 60000,
  25. data : params,
  26. dataType : 'json',
  27. success : function(data){
  28. for(var i in data){
  29. $('#'+i).html(data[i]);
  30. }
  31. },
  32. error : function(e){
  33. top.Dialog.alert('系统提示信息', '访问服务失败!', 'error');
  34. }
  35. });
  36. }
  37. });
  38. </script>
  39. <style type="text/css">
  40. .title_class {
  41. font-size: 22px;
  42. color: blue;
  43. }
  44. .tool_class {
  45. display: inline-block;
  46. float: right;
  47. }
  48. ._title{
  49. display: block;
  50. position: absolute;
  51. font-size: 22px;
  52. font-width:bold;
  53. }
  54. .searchbar_class {
  55. width: 220px;
  56. margin:0 0 0 160px;
  57. }
  58. .db_class {
  59. margin: 0 auto;
  60. }
  61. </style>
  62. </head>
  63. <body>
  64. <div style="height: 50px;background: #F8F8F8;" align="center"><a href="javascript:;"><img class="back" title="返回" onclick="window.history.back()" align="left" alt="返回" src="/nwyj/images/temp/back.png" /></a><font style="font-weight: bold;font-size: 20px;line-height: 45px;" >应急制度文件详情信息</font></div>
  65. <form id="fillForm" name="fillForm" method="post" action="" failAlert="表单填写不正确,请按要求填写!">
  66. <div class="table_class" style="margin:5px 5px 5px 5px">
  67. <table width="100%" class="tableStyle">
  68. <tr>
  69. <td width="20%" align="right">文件标题:</td>
  70. <td width="30%"><div id="FILE_TITLE_230" name="FILE_TITLE_230" /></td>
  71. <td width="20%" align="right">文件分类:</td>
  72. <td width="30%"><div id="FILE_CLASSIFY_230_SHOW" name="FILE_CLASSIFY_230" ></td>
  73. </tr>
  74. <tr>
  75. <td align="right">发文日期:</td>
  76. <td><div id="FILE_ADD_DATE_230" name="FILE_ADD_DATE_230" /></td>
  77. <td align="right">电子文件:</td>
  78. <td><div id="ELECTRONIC_FILE_230" name="ELECTRONIC_FILE_230" /></td>
  79. </tr>
  80. <tr>
  81. <td align="right">文件摘要:</td>
  82. <td><div id="FILE_CONTENT_230" name="FILE_CONTENT_230" /></td>
  83. <td align="right">变更说明:</td>
  84. <td><div id="CHANGE_DETAIL_230" name="CHANGE_DETAIL_230" /></td>
  85. </tr>
  86. <tr>
  87. <td align="right">变更类别:</td>
  88. <td><div id="CHANGE_TYPE_230_SHOW" name="" /></td>
  89. <td align="right">归档人:</td>
  90. <td><div id="PIGEONHOLE_MAN_ID_230_SHOW" name="" /></td>
  91. </tr>
  92. <tr>
  93. <td align="right">归档日期:</td>
  94. <td><div id="PIGEONHOLE_DATE_230" name="" /></td>
  95. <td></td>
  96. <td></td>
  97. </tr>
  98. </table>
  99. <table style="width: 100%;" align="center" border="0">
  100. <tr><td colspan="3"><div id="maingrid"></div></td></tr>
  101. </table>
  102. </form>
  103. </div>
  104. </body>
  105. </html>