123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- <%@page contentType="text/html" pageEncoding="UTF-8"%>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title></title>
- <%@include file="/page/include1.jsp" %>
- <style type="text/css">
- .class_color{
- background-color: rgba(237, 239, 253, 1);
- }
- </style>
- <script type="text/javascript">
- var fd_id="<%=request.getParameter("fd_id")%>";
- $(function(){
- if(fd_id.length>0){
- getFileList(fd_id,0);
- var url = $.pathname() + '/ws/crud/CRUDService/getDataById/';
- var params = {
- classid : '370',
- objectID : fd_id
- };
- $.request.query(url,params,function(data){
- for(var i in data){
- $('#'+i).html(data[i]);
- }
- });
- $('#back').bind('click',function(){
- $('#frmright',window.parent.document).attr('src',$.pathname()+"/page/business/em/monitor/reponseReceive/GovResponseReceiveManager.jsp");
- });
- $('#fileDiv').newAsyncFileUpload("",fd_id,0);//附件
- }
- });
- </script>
- </head>
- <body style="width: 1000px; margin:0 auto; margin-top:15px" align="center" >
- <div class="box1" id="formContent" style="border: 1px solid #E4E4E4;background: #F8F8F8; " width="1000px">
- <div style="height: 50px;background: #F8F8F8;" align="center">
- <!-- <a href="javascript:;">
- <img id="back" align="left" alt="返回" src="/nwyj/images/temp/back.png" />
- </a> -->
- <font style="font-weight: bold;font-size: 20px;line-height: 45px;" class="titleShow">政府响应信息接收详细信息</font>
- </div>
- <fieldset style=" border-color:#999999; border-top-color: rgb(200,200,200); border-right-color: rgb(200,200,200); border-bottom-color: rgb(200,200,200); border-left-color: rgb(200,200,200); width: 960px " align="center">
- <legend width="960px">基本信息:</legend>
- <table width="960px" class="tableStyle" align="center">
- <tr>
- <td align="right" width="120px" class="class_color">响应名称</td>
- <td width="280px"><div id="NAME_370"></div></td>
- <td align="right" width="120px" class="class_color">发布单位</td>
- <td width="280px"><div id="RELEASE_UNIT_370"></div></td>
- </tr>
- <tr>
- <td align="right" width="120px" class="class_color">发布时间</td>
- <td><div id="RELEASE_DATE_370"></div></td>
- <td align="right" width="120px" class="class_color">响应类别</td>
- <td><div id="RESPONSE_NAME_370_SHOW"></div></td>
- </tr>
- <tr>
- <td align="right" width="120px" class="class_color">响应级别</td>
- <td><div id="RESPONSE_LEVEL_370_SHOW"></div></td>
- <td align="right" width="120px" class="class_color">响应状态</td>
- <td colspan="3"><div id="RESPONSE_STATUS_370_SHOW"></div></td>
- </tr>
- <tr>
- <td align="right" width="120px" class="class_color">响应范围</td>
- <td colspan="3"><div id="RESPONSE_AREA_370" style='word-wrap:break-word; word-break:break-all;display:block;width:97%;'></div></td>
- </tr>
- <tr>
- <td align="right" width="120px" class="class_color">响应内容</td>
- <td colspan="3"><div id="RESPONSE_CONTENT_370" style='word-wrap:break-word; word-break:break-all;display:block;width:97%;'></div></td>
- </tr>
- </table>
- </fieldset>
- <fieldset style=" border-color:#999999; border-top-color: rgb(200,200,200); border-right-color: rgb(200,200,200); border-bottom-color: rgb(200,200,200); border-left-color: rgb(200,200,200); width: 960px" align="center" >
- <legend width="960px" >附件信息:</legend>
- <table width="960px" class="tableStyle" align="center">
- <tr>
- <td width="120px" class="class_color" align="right"><span align="right" class="star">*</span>上传附件:</td>
- <td width= "830px" colspan="3"><div style="width:830px" id="fileDiv" name="fileDiv" ></div></td>
- </tr>
- </table>
- </fieldset>
- <fieldset style="border-top-color: rgb(200,200,200); border-right-color: rgb(200,200,200); border-bottom-color: rgb(200,200,200); border-left-color: rgb(200,200,200); " >
- <legend>录入人信息:</legend>
- <table width="960px" class="tableStyle" align="center" id="fillForm">
- <tr>
- <td width="114px" align="right" class="class_color">单位:</td>
- <td width="35%"><div name="WRITE_UNIT_370_SHOW" id="WRITE_UNIT_370_SHOW" /></td>
- <td width="114px" align="right" class="class_color">部门:</td>
- <td width="35%"><div name="WRITE_DEPT_370_SHOW" id="WRITE_DEPT_370_SHOW" /></td>
- </tr>
- <tr>
- <td width="114px" align="right" class="class_color">录入人:</td>
- <td><div name="WRITER_370" id="WRITER_370" /></td>
- <td width="114px" align="right" class="class_color">录入人联系方式:</td>
- <td >
- <div name="TYPEIN_PEOPLE_PHONE_NUM_370" id="TYPEIN_PEOPLE_PHONE_NUM_370" />
- </td>
- </tr>
- <tr>
- <td width="114px" align="right" class="class_color">录入时间:</td>
- <td><div name="WRITE_TIME_370" id="WRITE_TIME_370" /></td>
- <td></td><td></td>
- </tr>
- </table>
- </fieldset>
- </div>
- </body>
- </html>
|