info.jsp 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. <%@page import="com.yw.gov.system.util.SystemUtil"%>
  2. <%@ page language="java" contentType="text/html;charset=GBK"
  3. pageEncoding="GBK"%>
  4. <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
  5. <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  7. <html>
  8. <head>
  9. <meta http-equiv="Content-Type" content="text/html;charset=GBK">
  10. <title>查看收文</title>
  11. <link href="${pageContext.request.contextPath }/liger/lib/ligerUI/skins/${sessionScope.css}/css/ligerui-all.css" rel="stylesheet" type="text/css" />
  12. <link href="${pageContext.request.contextPath }/main.css" rel="stylesheet" type="text/css" />
  13. <link href="${pageContext.request.contextPath }/yw/gov/receive/style.css" rel="stylesheet" type="text/css" />
  14. <script src="/shares/js/jquery-1.8.2.js" type="text/javascript"></script>
  15. <script src="${pageContext.request.contextPath }/liger/lib/ligerUI/js/ligerui.all.js" type="text/javascript"></script>
  16. <script type="text/javascript" src="/shares/js/constant.js"></script>
  17. <script type="text/javascript" src="/shares/js/common.js"></script>
  18. <script type="text/javascript" src="/shares/js/file.js"></script>
  19. <script type="text/javascript">
  20. var tab1 = null;
  21. $(function(){
  22. tab1 = $("#tab1").ligerTab();
  23. $("#officeFrame").attr("src", "${pageContext.request.contextPath}/govNtkoAction.do?task=edit&fileId=${requestScope.ri.docId}");
  24. });
  25. function close1() {
  26. window.parent.tab.removeSelectedTabItem();
  27. }
  28. </script>
  29. </head>
  30. <body>
  31. <div id="title" class="form-button">
  32. <input onclick="close1();" type="button" value="关闭" class="l-button">
  33. </div>
  34. <div class="container-layout" >
  35. <div id="tab1">
  36. <div title="公文正文" >
  37. <div id="maingrid1" style="height: 510px">
  38. <!-- <iframe name="editoffice" id="editoffice" -->
  39. <%-- src="${pageContext.request.contextPath}/govNtkoDocAction.do?task=toNtkoDoc&wordHeight=550&docid=${requestScope.di.docId}" --%>
  40. <!-- frameborder="0" scrolling="no" width="100%" height="100%" style="margin-top: 3px;" ></iframe> -->
  41. <iframe name="officeFrame" id="officeFrame" src=""
  42. frameborder="0" scrolling="no" width="100%" height="100%" style="margin-top: 3px;" ></iframe>
  43. </div>
  44. </div>
  45. <div title="拟稿封面" >
  46. <div id="maingrid2">
  47. <div id="wrap1">
  48. <div id="heard1">文 件 阅 办 单</div>
  49. <div id="main">
  50. <table width="100%" id="mytable" border="0" cellspacing="0" cellpadding="0" >
  51. <tr>
  52. <td width="12%" align="center" class="alt">收文编号</td>
  53. <td width="38%">
  54. ${requestScope.rc.receiveNo }
  55. </td>
  56. <td width="12%" align="center" class="alt">来文文号</td>
  57. <td width="38%">
  58. ${requestScope.rc.sendNo }
  59. </td>
  60. </tr>
  61. <tr>
  62. <td width="12%" align="center" class="alt">来文标题</td>
  63. <td width="38%">
  64. ${requestScope.rc.sendTitle }
  65. </td>
  66. <td width="12%" align="center" class="alt">来文单位</td>
  67. <td width="38%">
  68. ${requestScope.rc.sendDept }
  69. </td>
  70. </tr>
  71. <tr>
  72. <td width="12%" align="center" class="alt">来文主题</td>
  73. <td width="38%">
  74. ${requestScope.rc.sendTheme }
  75. </td>
  76. <td width="12%" align="center" class="alt">副 标 题</td>
  77. <td width="38%">
  78. ${requestScope.rc.sendSubtitle }
  79. </td>
  80. </tr>
  81. <tr>
  82. <td width="12%" align="center" class="alt">收文日期</td>
  83. <td width="38%">
  84. ${fn:substring(requestScope.rc.receivedate, 0, 10 )}
  85. </td>
  86. <td width="12%" align="center" class="alt">来文日期</td>
  87. <td width="38%">
  88. ${fn:substring(requestScope.rc.senddate, 0, 10 )}
  89. </td>
  90. </tr>
  91. <tr>
  92. <td width="12%" align="center" class="alt">紧急程度</td>
  93. <td width="38%">
  94. <c:choose>
  95. <c:when test="${requestScope.rc.emergencyDegree=='0' }">普通</c:when>
  96. <c:when test="${requestScope.rc.emergencyDegree=='1' }">紧急</c:when>
  97. <c:otherwise>特急</c:otherwise>
  98. </c:choose>
  99. </td>
  100. <td width="12%" align="center" class="alt">公开类型</td>
  101. <td width="38%">
  102. <c:choose>
  103. <c:when test="${requestScope.rc.openType=='0' }">主动公开</c:when>
  104. <c:when test="${requestScope.rc.openType=='1' }">依申请公开</c:when>
  105. <c:otherwise>不公开</c:otherwise>
  106. </c:choose>
  107. </td>
  108. </tr>
  109. <tr>
  110. <td width="12%" align="center" class="alt">文 &nbsp;&nbsp;&nbsp;种</td>
  111. <td width="38%">
  112. <c:choose>
  113. <c:when test="${requestScope.rc.openType=='0' }">意见</c:when>
  114. <c:when test="${requestScope.rc.openType=='1' }">报告</c:when>
  115. <c:when test="${requestScope.rc.openType=='2' }">公告</c:when>
  116. <c:when test="${requestScope.rc.openType=='3' }">函</c:when>
  117. <c:when test="${requestScope.rc.openType=='4' }">纪要</c:when>
  118. <c:when test="${requestScope.rc.openType=='5' }">批复</c:when>
  119. <c:when test="${requestScope.rc.openType=='6' }">请示</c:when>
  120. <c:when test="${requestScope.rc.openType=='7' }">通报</c:when>
  121. <c:when test="${requestScope.rc.openType=='8' }">通告</c:when>
  122. <c:when test="${requestScope.rc.openType=='9' }">通知</c:when>
  123. <c:when test="${requestScope.rc.openType=='10' }">议案</c:when>
  124. <c:when test="${requestScope.rc.openType=='11' }">决议</c:when>
  125. <c:when test="${requestScope.rc.openType=='12' }">决定</c:when>
  126. <c:when test="${requestScope.rc.openType=='13' }">命令(令)</c:when>
  127. <c:otherwise>公报</c:otherwise>
  128. </c:choose>
  129. </td>
  130. <td width="12%" align="center" class="alt">保密期限</td>
  131. <td width="38%">
  132. ${requestScope.rc.secrecyTerm }
  133. </td>
  134. </tr>
  135. <tr>
  136. <td height="60" width="12%" align="center" class="alt">主送单位</td>
  137. <td height="60" colspan="3">
  138. ${requestScope.rc.sendUnit }
  139. </td>
  140. </tr>
  141. <tr>
  142. <td height="60" width="12%" class="alt">抄送单位</td>
  143. <td height="60" colspan="3">
  144. ${requestScope.rc.ccUnit }
  145. </td>
  146. </tr>
  147. <tr>
  148. <td width="12%" class="alt">附&nbsp;&nbsp;&nbsp;&nbsp;件</td>
  149. <td colspan="3">
  150. <span class="l-file" len="20">${requestScope.requestScope.dc.attachments }</span>
  151. </td>
  152. </tr>
  153. <tr>
  154. <td height="60" width="12%" class="alt">来文备注</td>
  155. <td height="60" colspan="3">
  156. ${requestScope.rc.remark }
  157. </td>
  158. </tr>
  159. <tr>
  160. <td height="60" width="12%" class="alt">拟办意见</td>
  161. <td height="60" colspan="3">
  162. ${requestScope.rc.nibanOpinion }
  163. </td>
  164. </tr>
  165. <tr>
  166. <td height="60" width="12%" class="alt">领导批示</td>
  167. <td height="60" colspan="3">
  168. ${requestScope.rc.leaderOpinion }
  169. </td>
  170. </tr>
  171. <tr>
  172. <td height="60" align="center" class="alt">办理情况</td>
  173. <td height="60" colspan="3">
  174. ${requestScope.rc.dealSituation }
  175. </td>
  176. </tr>
  177. </table>
  178. </div>
  179. </div>
  180. </div>
  181. </div>
  182. <div title="流转过程" >
  183. <div id="maingrid3">
  184. <div class="forum-container">
  185. <table class="l-table-edit line" id="stable">
  186. <tr>
  187. <th>流转信息</th>
  188. </tr>
  189. <c:forEach items="${requestScope.processList }" var="tache">
  190. <tr>
  191. <td>
  192. <div class="wf_shadow1">
  193. <div class="marginleft60">
  194. 环节名称:<font class="blueFont">${tache.tache.tmodelId.tmodelName }</font>&nbsp;&nbsp;
  195. 创建时间:<font class="blueFont">${fn:substring(tache.tache.createdate, 0, 16) }</font>&nbsp;&nbsp;
  196. <c:if test="${tache.tache.finishdate != null }">
  197. 环节办结:<font class="blueFont">${fn:substring(tache.tache.finishdate, 0, 16) }</font>&nbsp;&nbsp;
  198. </c:if>
  199. <font style="color: red; font-size: 14px;">${tache.tache.state.dataName }</font>
  200. </div>
  201. <div class="marginleft60">
  202. <font style="color: #b02207; font-size: 20px;">${tache.tache.user.username }
  203. <c:if test="${tache.tache.authorizedUser.userId!='0' && tache.tache.authorizedUser.userId!='' && tache.tache.authorizedUser.userId!=null}">
  204. (授权:${tache.tache.authorizedUser.username})
  205. </c:if>
  206. </font>
  207. <c:if test="${tache.tache.remark != null && fn:length(tache.tache.remark) > 0 }">
  208. </c:if>
  209. </div>
  210. <c:if test="${tache.tache.remark != null && fn:length(tache.tache.remark) > 0 }">
  211. <div class="marginleft60">
  212. <font style="color: blue; font-size: 14px;">${tache.tache.remark }</font>
  213. </div>
  214. </c:if>
  215. </div>
  216. </td>
  217. </tr>
  218. </c:forEach>
  219. </table>
  220. </div>
  221. </div>
  222. </div>
  223. </div>
  224. </div>
  225. </body>
  226. </html>