123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- <%@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="../../../../include1.jsp" %>
- <script type="text/javascript">
- // 对Date的扩展,将 Date 转化为指定格式的String
- // 月(M)、日(d)、小时(h)、分(m)、秒(s)、季度(q) 可以用 1-2 个占位符,
- // 年(y)可以用 1-4 个占位符,毫秒(S)只能用 1 个占位符(是 1-3 位的数字)
- // 例子:
- // (allGetServerTime()).Format("yyyy-MM-dd hh:mm:ss.S") ==> 2006-07-02 08:09:04.423
- // (allGetServerTime()).Format("yyyy-M-d h:m:s.S") ==> 2006-7-2 8:9:4.18
- Date.prototype.Format = function(fmt)
- { //author: meizz
- var o = {
- "M+" : this.getMonth()+1, //月份
- "d+" : this.getDate(), //日
- "h+" : this.getHours(), //小时
- "m+" : this.getMinutes(), //分
- "s+" : this.getSeconds(), //秒
- "q+" : Math.floor((this.getMonth()+3)/3), //季度
- "S" : this.getMilliseconds() //毫秒
- };
- if(/(y+)/.test(fmt))
- fmt=fmt.replace(RegExp.$1, (this.getFullYear()+"").substr(4 - RegExp.$1.length));
- for(var k in o)
- if(new RegExp("("+ k +")").test(fmt))
- fmt = fmt.replace(RegExp.$1, (RegExp.$1.length==1) ? (o[k]) : (("00"+ o[k]).substr((""+ o[k]).length)));
- return fmt;
- }
- //返回主页面
- function goBack() {
- //获取iframe中的元素值
- var iframe =parent.document.getElementsByName("frmright")[0];
- iframe.src = "/nwyj/page/business/gps/queryStatistics/list/List.jsp";
- }
- var fd_objectid="<%=request.getParameter("fd_id")%>";
- $(function(){
-
- $("#back").hover(function(){
- $(this).attr("src","/nwyj/images/temp/back_hover.png");
- },function(){
- $(this).attr("src","/nwyj/images/temp/back.png");
- });
- $("#back").bind("click",goBack);
- if(fd_objectid.length>0){
- var params = {classid : "613",objectID : fd_objectid};
- $.ajax({
- url : $.pathname() + '/ws/crud/CRUDService/getDataById/',
- type : 'post',
- timeout : 15000,
- data : params,
- dataType : 'json',
- success : function(data){
- for(col in data){
- $("#"+col).text(data[col]);
- }
- },
- error : function(e){
- $.messager.alert('访问服务失败!', 'error');
- }
- });
- }
-
- });
- </script>
- </head>
- <body class="bd" align="center" >
- <div id="formContent" class="d_ground">
- <div class="title" align="center"><a href="javascript:;"><img id='back' class="back" align="left" alt="返回" src="/nwyj/images/temp/back.png" ></img></a><font class="title_font" id="titleShow">查看保供电明细</font></div>
- <form id="myFormId" >
- <input name="classid" value="610" type="hidden"/>
- <input id="FD_OBJECTID610" name="FD_OBJECTID610" type="hidden"/>
- <%-- <input id="INPUT_UNIT_610" name="INPUT_UNIT_610" value="<%=request.getSession().getAttribute("unitCode") %>" type="hidden"/>
- <input id="INPUT_NAME_610" name="INPUT_NAME_610" value="<%=request.getSession().getAttribute("Real_Name") %>" type="hidden"/>
- <input id="INPUT_DATE_610" name="INPUT_DATE_610" type="hidden"/> --%>
- <fieldset class="fieldset">
- <legend class="legend">基本信息:</legend>
- <table class="add_table_style view_table" >
- <tr>
- <td width="25%" align="right">保供电任务名称:</td>
- <td width="25%" ><div name="FD_TASK_NAME_613" id="FD_TASK_NAME_613" ></div></td>
-
- <td width="25%" align="right">保供电级别:</td>
- <td width="25%"><div id="BGD_LEVEL_613" name="BGD_LEVEL_613" ></td>
- </tr>
- <tr>
- <td width="25%" align="right">单位:</td>
- <td width="25%" ><div id="BGD_DW_613" name="BGD_DW_613" ></div></td>
-
- <td width="25%" align="right">保供电任务时间:</td>
- <td width="25%" ><div name="BGD_RW_TIME_613" id="BGD_RW_TIME_613"></div></td>
- </tr>
- <tr>
- <td width="25%" align="right">保供电投入人员(人次):</td>
- <td width="25%" ><div name="MAN_COUNT_613" id="MAN_COUNT_613"></div></td>
-
- <td width="25%" align="right">保供电投入车辆(台次):</td>
- <td width="25%" ><div name="CAR_COUNT_613" id="CAR_COUNT_613"></div></td>
- </tr>
- <tr>
- <td width="25%" align="right">保供电投入应急发电车(台):</td>
- <td width="25%" ><div name="BGD_FDC_613" id="BGD_FDC_613"></div></td>
-
- <td width="25%" align="right">保供电投入应急发电机(台):</td>
- <td width="25%" ><div name="BGD_FDJ_613" id="BGD_FDJ_613"></div></td>
- </tr>
- <tr>
- <td width="25%" align="right">型号:</td>
- <td width="25%" ><div name="XINGHAO_613" id="XINGHAO_613"></div></td>
-
- <td width="25%" align="right">容量:</td>
- <td width="25%" ><div name="RONGLIANG_613" id="RONGLIANG_613"></div></td>
- </tr>
- <tr>
- <td width="25%" align="right">厂家:</td>
- <td width="25%" ><div name="CHANJIA_613" id="CHANJIA_613"></div></td>
-
- <td width="25%" align="right">其他应急装备:</td>
- <td width="25%" ><div name="QTZHUNGBEI_613" id="QTZHUNGBEI_613"></div></td>
- </tr>
- </table>
- </fieldset>
- </form>
- </div>
- </body>
|