123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>设备受损主网受损详情</title>
- <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <script type="text/javascript" src="/nwyj/scripts/cockpit/cockpitIndex/context.js"></script>
- <!--框架必需start-->
- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/jquery.js"></script>
- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/language/cn.js"></script>
- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/main.js"></script>
- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/framework.js"></script>
- <link href="/nwyj/scripts/qui/libs/css/import_basic.css" rel="stylesheet" type="text/css"/>
- <link rel="stylesheet" type="text/css" id="skin" prePath="/nwyj/scripts/qui/" scrollerY="false"/>
- <link rel="stylesheet" type="text/css" id="customSkin"/>
- <!--框架必需end-->
- <!--grid组件start-->
- <script src="/nwyj/scripts/qui/libs/js/table/quiGrid.js" type="text/javascript"></script>
- <!--grid组件end-->
- <script type="text/javascript" src="/nwyj/scripts/cockpit/cockpitIndex/util.js"></script>
- <!-- <link rel="stylesheet" type="text/css" href="/nwyj/page/cockpit/webgis/js/gisgrid.css"> -->
- <link rel="stylesheet" type="text/css" href="/nwyj/page/cockpit/cockpit_layout/icon.css">
- <!-- <style type="text/css">
- .c_page_hed{background-color: #08094C}
- </style> -->
-
- <link rel="stylesheet" type="text/css" href="/nwyj/page/cockpit/webgis/js/jsc_grid.css">
-
- </head>
-
- <body>
- <div id="i_page_hed" class="c_page_hed">
- </div><div id="i_page_colse" class=" c_page_close index_icon_close_content"></div>
- <div id="i_page_grid_content" class="c_page_grid_content">
- <div id="i_page_grid" class="c_page_grid"></div>
- </div>
- <script type="text/javascript">
- var utils=new Util();
- var grid=null;
- var params=utils.resolveUrl();
- var columns=[{ display: "单位", name: "DEPT_NAME", minWidth: 60,width:"10%" },
- {
- display: "500kV",
- columns: [{ display: "铁塔倒塌", name: "PLON_DAOTA_500",width:"5%" },
- { display: "铁塔变形", name: "PLON_BIANXING_500",width:"5%" },
- { display: "未恢复", name: "UNRECOVER_500",width:"5%" }
- ]
- },
- {
- display: "220kV",
- columns: [{ display: "铁塔倒塌", name: "PLON_DAOTA_220", width:"5%" },
- { display: "铁塔变形", name: "PLON_BIANXING_220", width:"5%" },
- { display: "未恢复", name: "UNRECOVER_220", width:"5%" }
- ]
-
- },
- {
- display: "110kV",
- columns: [{ display: "铁塔倒塌", name: "PLON_DAOTA_110", width:"6%" },
- { display: "铁塔变形", name: "PLON_BIANXING_110", width:"5%" },
- { display: "断杆", name: "DUANGAN_110", width:"4%" },
- { display: "倒杆", name: "DAOGAN_110", width:"4%" },
- { display: "电杆倾斜", name: "DIANGAN_QIGNXIE_110",width:"5%" },
- { display: "未恢复", name: "UNRECOVER_110", width:"5%" }]
-
- },
- {
- display: "35kV",
- columns: [{ display: "铁塔倒塌", name: "PLON_DAOTA_35",width:"6%" },
- { display: "铁塔变形", name: "PLON_BIANXING_35", width:"5%" },
- { display: "断杆", name: "DUANGAN_35", width:"4%" },
- { display: "倒杆", name: "DAOGAN_35",width:"4%" },
- { display: "电杆倾斜", name: "DIANGAN_QIGNXIE_35", width:"5%" },
- { display: "未恢复", name: "UNRECOVER_10", width:"5%" }]
-
- },
- {
- display: "10kV",
- columns: [{ display: "铁塔倒塌", name: "PLON_DAOTA_10", width:"9%" },
- { display: "铁塔变形", name: "PLON_BIANXING_10", width:"9%" },
- { display: "断杆", name: "DUANGAN_10", width:"8%" },
- { display: "倒杆", name: "DAOGAN_10", width:"9%" },
- { display: "电杆倾斜", name: "DIANGAN_QIGNXIE_10",width:"9%" },
- { display: "未恢复", name: "UNRECOVER_10", width:"9%" }]
-
- },
- {
- display: "低压",
- columns: [
- { display: "断杆", name: "DAUNGAN_DIYA", width:"8%" },
- { display: "倒杆", name: "DAOGAN_DIYA",width:"9%" },
- { display: "电杆倾斜", name: "QINGGAN_DIYA", width:"9%" },
- { display: "未恢复", name: "UNRECOVER_DIYA", width:"9%" }]
-
- }];
- var options={
- columns:columns,
- url:"/nwyj/ws/SystemDataSourceChartServiceImpl/SystemDataSourceChartServiceImpl/getDaoGanChildDeptInfo",
- params: [
- {name:"number",value:params.number},
- {name:"compId",value:params.compId}
- ] ,
- pageSize:10,
- usePager:false,
- percentWidthMode:true,
- height:"100%",
- method: "post",
- width:"100%",
- usePager : false,
- isScroll: true,
- percentWidthMode : false,
- alternatingRow: false,
- rowAttrRender: function(rowdata, rowindex, rowid){
- return rowdata["__index"] % 2 == 0 ? "style='background-color:rgb(44,51,79);'" : "style='background-color:rgb(34,40,62);'" ;
- }
- };
- $(function(){
- grid=$("#i_page_grid").quiGrid(options);
- setTitle();
- close();
- });
- function setTitle(){
- $("#i_page_hed").text(params.text+"主网设备受损详情");
- }
-
- </script>
- </body>
- </html>
|