123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502 |
- <%@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" id="ttttt">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>应急事件管理</title>
- <%@include file="../../include.jsp" %>
- <!--引用资源文件,JS CSS-->
- <script type="text/javascript" src="<%=path%>/scripts/jquery/plugins/jquery.extension.util.js"></script>
- <script type="text/javascript" src="<%=path%>/scripts/freamwork/com/sinosoft/common/common.js"></script>
- <script type="text/javascript" src="<%=path%>/scripts/freamwork/com/sinosoft/common/utils/utils.js"></script>
- <script type="text/javascript" src="<%=path%>/scripts/freamwork/com/sinosoft/common/frameWork/frameWork.js"></script>
- <script type="text/javascript" src="<%=path%>/scripts/business/he/common/common.js"></script>
- <script type="text/javascript" src="<%=path%>/scripts/freamwork/com/sinosoft/common/utils/Request.js"></script>
- <script type="text/javascript" src="<%=path%>/scripts/qui/libs/js/tree/ztree/ztree.js"></script>
- <script type="text/javascript" src="/nwyj/page/business/em/report/reportCss/tableStyle.js"></script>
- <link href="<%=path%>/scripts/qui/libs/js/tree/ztree/ztree.css" rel="stylesheet" type="text/css" />
- <link href="<%=path%>/page/business/em/report/reportCss/warnningreport.css" rel="stylesheet" type="text/css"/>
- <script language="javascript" src="/nwyj/scripts/jquery/jqprint/jquery.jqprint-0.3.js"></script>
- <!--框架必需end-->
- <script type="text/javascript" src="/nwyj/scripts/business/em/EventAllInfo.js"></script>
- <style type="text/css">
- #ttttt{
- overflow: hidden!important;
- }
- a {
- behavior: url(/nwyj/scripts/qui/libs/js/method/focus.htc)
- }
- body{
- font-size:12px;
- }
- img{
- /* width:16px;
- height:16px; */
- vertical-align: middle;
- }
- .moreSearch {
- display:none;
- margin-top: 3px;
- }
- ._statusBar{
- width:99.5%;
- height:30px;
- line-height:30px;
- background-color: #eff3f8;
- border:1px solid #ccc;
- border-bottom-style: none;
- }
- ._statusBar table{
- width:100%;
- height:100%;
- }
- ._statusBar table tbody{
- width:100%;
- height:100%;
- }
- ._statusBar table tbody tr{
- width:100%;
- height:100%;
- line-height: 100%;
- }
- ._statusBar table tbody tr td{
- height:100%;
- line-height: 100%;
- }
- ._statusBar table tbody tr td img{
- margin-right: 5px;
- vertical-align:sub;
- }
- ._statusBar table tbody tr td pan{
- font-size: 12px;
- }
- .l-grid-tree-content div a span img{
- margin-left:5px;
- vertical-align:sub;
- }
- .nodownload{
- color:#ccc;
- }
- .candownload{
- cursor: pointer;
- }
- .icon_btn_down,.icon_btn_up{
- width:100%;
- padding:0;
- }
- .tzd_title{
- font-size: 16px;
- color: #191919;
- font-weight: bold;
- height: 40px;
- line-height: 40px;
- cursor: pointer;
- }
- .tzd_show{
- background-image: url("/nwyj/scripts/qui/libs/images/icons/bgd_hide.png") ;
- background-repeat: no-repeat;
- background-size: 24px 24px;
- padding-left: 30px;
- background-position: 0 50%;
- _background-position: 0 40%;
- }
- .tzd_hide{
- background-image: url("/nwyj/scripts/qui/libs/images/icons/bgd_show.png");
- background-repeat: no-repeat;
- background-size: 24px 24px;
- padding-left: 30px;
- background-position: 0 50%;
- _background-position: 0 40%;
- }
- hr{
- border: 1px #cdcaca solid;
- }
- /* .class_color{
- background-color: rgb(237, 239, 253);
- } */
- .breakWork{
- word-wrap:break-word; word-break:break-all;
- }
-
- .tableStyle td,.tableStyle th{
- text-align: center;
- }
- </style>
-
-
- <script type="text/javascript">
- //通知单主键
- var eventID = "<%=request.getParameter("fd_id")%>";
- var stat = "<%=request.getParameter("stat")%>";
- var is_alert = "<%=request.getParameter("is_alert")%>";
- var is_history = "<%=request.getParameter("is_history")%>";
- //是否动态页签 true为是动态页签
- var isActivePage = "<%=request.getParameter("isActivePage")%>";
- //alert("eventID="+eventID+"\n stat="+stat+"\n is_alert="+is_alert+"\n is_history="+is_history)
- //预警/响应编号
- var warningId = "";
- var evevtId = "" ;//事件ID
- var isAlert1 = "";
- //上次预警/响应编号
- var prevId = "";
- //角色id
- var roleIds = /* window.opener. */top.com.sinosoft.lz.system.user.LoginInfo.getRoleids();
- var fabuDanwei = "";//发布单位ID
- var user_ID = top.com.sinosoft.lz.system.user.LoginInfo.getUser_id();
- //页面初始化
- $(function(){
- var content = $(".box1").height();
- $(window.document.body).height(content+1000);
- $(parent.document.body).find("#frmright").height($(window.document.body).height());
- if(isActivePage=="true"){
- //如果是动态页签,则隐藏返回按钮
- $("#goback").parent().hide();
- }
- $(".propertyLevelPlan").hide();//禅道bug-3415要求历史通知单去掉这三个字段
- if(is_alert==0){
- $(".titleShow").text("查看预警发布通知单详情");
- $(".titleShow1").text("预警发布通知单");
- }else{
- $(".titleShow").text("查看响应启动通知单详情");
- $(".titleShow1").text("响应启动通知单");
- }
-
- $("#goback a img").hover(function(){
- $(this).attr("src","/nwyj/images/temp/back_hover.png");
- },function(){
- $(this).attr("src","/nwyj/images/temp/back.png");
- });
-
- $("html").attr("style","overflow:auto;")
- $('#fileDiv').newAsyncFileUpload("",eventID,0);//附件
- if(stat == '51'){
- $("#yjgy").text("解除原因:");
- }
- /* if(is_alert==0){
- $("#aTOpBut").show();
- }
- $("#adjustBut").show();
- $("#RelieveBut").show(); */
-
- $("#adjustBut").on("click",adjustButFun);
- $("#RelieveBut").on("click",RelieveButFun);
- $("#aTOpBut").on("click",aTOpButFun);
- });
-
- function adjustButFun(){//调整
- if(is_alert == 0){
- $('#frmright', window.parent.document).attr('src',$.pathname()+ "/page/business/em/alert/warning/WarningAdjust.jsp?fd_id="+eventID+"&is_adjst=1");
- }else{
- $('#frmright', window.parent.document).attr('src',$.pathname()+ "/page/business/em/response/emergencyResponse/WarningAdjust.jsp?fd_id="+eventID+"&is_adjst=1");
- }
- }
- function RelieveButFun(){//解除
- if(is_alert == 0){
- $('#frmright', window.parent.document).attr('src',$.pathname()+ "/page/business/em/alert/warning/WarningRelieve.jsp?fd_id="+eventID+"&isUpdate=1&relieve="+eventID);
- }else{
- $('#frmright', window.parent.document).attr('src',$.pathname()+ "/page/business/em/response/emergencyResponse/WarningRelieve.jsp?fd_id="+ eventID+"&isUpdate=1&relieve="+eventID);
- }
- }
- function aTOpButFun(){//预警转响应
- if(is_alert == 0){
- $('#frmright', window.parent.document).attr('src',$.pathname()+ "/page/business/em/alert/warning/AlertToResp.jsp?fd_id="+eventID+"&is_adjst=2");
- }
- }
-
- function viewPrint(){
- $(".print").jqprint();
- };
-
- function goback(){
- if(is_alert==0){
- if(is_history=="true"){
- $('#frmright', window.parent.document).attr('src',$.pathname()+ "/page/business/em/alert/warning/WarningHistory.jsp");
-
- }else{
- $('#frmright', window.parent.document).attr('src',$.pathname()+ "/page/business/em/alert/warning/Warning.jsp");
-
- }
- }else{
- if(is_history=="true"){
- $('#frmright', window.parent.document).attr('src',$.pathname()+ "/page/business/em/response/emergencyResponse/WarningHistory.jsp");
-
- }else{
- $('#frmright', window.parent.document).attr('src',$.pathname()+ "/page/business/em/response/emergencyResponse/Warning.jsp");
-
- }
- }
-
- }
- </script>
- </head>
- <body style="width: 1000px; margin:0 auto; margin-top:15px" align="center" >
- <div class="box1" id="formContent" width="1000px" >
- <div class="titlehead">
- <div class="go_img" id="goback">
- <a href="javascript:;" >
- <img onclick="goback();" align="left" id="goback" title="返回" alt="返回" src="/nwyj/images/temp/back.png" />
- </a>
- </div>
- <font class="titleShow titleMsg"></font>
- </div>
- <!-- 打印按钮 -->
- <div style="float:right;" class="print_btn"><input type="button" onclick="viewPrint()" value="打印"/> </div>
- <div id="a1" style="width : 99.2%">
- <div class = "print">
- <fieldset style="border: none;margin: 0 0 0 35%;" >
- <table >
- <tr>
- <td><div class="titleShow1" style="font-weight: bold;font-size: 30px;line-height: 45px;color:red" ></div></td>
- </tr>
- </table>
-
- <div style="float:right" >
- <input type="button" id="adjustBut" style="display: none;" class="" value="调整"/>
- <input type="button" id="RelieveBut" style="display: none;" class="" value="解除"/>
- <input type="button" id="aTOpBut" style="display: none;" class="" value="预警转响应"/>
- </div>
- <br />
-
- </fieldset>
- <table style="width:100%">
- <tr>
- <td align="left">
- <span >发布单位:</span><span id="RELEASE_UNIT_365_SHOW"></span>
- </td>
- <td align="right"><span>签发人:</span><span id="WRITER_365"></span> </td>
- </tr>
- </table>
- <div id="content_dqxyd" class="mapVisible">
- <!--详细信息-->
- <fieldset class="basic_fieldset_border" style="margin-top: 0px;">
- <legend>基本信息</legend>
- <div whiteBg="true">
- <form id="showForm1">
- <table width="960px" class="tableStyle" align="center">
- <tr class="show4950">
- <td align="right" width="150px" >事件名称:</td>
- <td colspan="2"><div name="EVENT_ID_365_SHOW" id="EVENT_ID_365_SHOW" style="width: 97%"></div></td>
- </tr>
- <tr>
- <td align="right" width="150px" id="yj_xy_name">预警/响应名称:</td>
- <td colspan="2"><div style="width: 97%" name="EARLY_WARNING_NAME_365" id="EARLY_WARNING_NAME_365"></div></td>
- </tr>
- <tr class="show4950">
- <td align="right" width="150px" >发布时间:</td>
- <td colspan="2"><div style="width: 97%" id="RELEASE_RELIEVE_DATE_365" name="RELEASE_RELIEVE_DATE_365"></div></td>
- </tr>
- <tr>
- <td align="right" width="150px" id="yj_xy_num">预警/响应编号:</td>
- <td colspan="2"><div style="width: 97%" name="EARLY_WARNING_ID_365" id="EARLY_WARNING_ID_365"></div></td>
- </tr>
- <tr class="show51">
- <td align="right" width="120px" class="class_color">解除时间:</td>
- <td><div id="RELIEVE_DATE_365" name="RELIEVE_DATE_365"/></td>
- </tr>
- <tr>
- <td align="right" width="150px" id="warningArea">预警/响应范围:</td>
- <td colspan="2"><div style="width: 97%" id="EARLY_WARNING_AREA_NAME_365" name="EARLY_WARNING_AREA_NAME_365" readonly="readonly"></div></td>
- </tr>
- <tr class="show4950 propertyLevelPlan">
- <td align="right" width="150px" id="yj_xy_property">预警/响应性质:</td>
- <td ><input type="checkbox" id="WARNING_PROPERTY" disabled="disabled"/>初次发布</td>
- <td><font id="adjust1">预警/响应调整:</font><input type="checkbox" disabled="disabled" id="WETHER_EW_ADJUST"/><font id="adjust2">预警/响应调整</font><br/><font id="lastNum">上次预警/响应单号:(</font><label id="PREV_EW_ID"></label>)</td>
- </tr>
- <tr class="show4950 propertyLevelPlan">
- <td align="right" width="150px" id="yj_xy_level">预警/响应级别:</td>
- <td><div style="float:left"><label> 本次:</label></div><div style="float:left"><div style="width: 100%" name="CURRENT_EW_LEVEL_365" id="CURRENT_EW_LEVEL_365"></div></div></td>
- <td><div style="float:left"><label> 上次:</label></div><div style="float:left"><div style="width: 100%" id="PREV_EW_LEVEL_365" name="PREV_EW_LEVEL_365"></div></div></td>
- </tr>
- <tr id="typhoonDate_tr" class="show4950">
- <td align="right" width="150px" >台风登陆时间:</td>
- <td colspan="2"><div name="" id="TYPHOON_DATE_365" style="width: 97%"></div></td>
- </tr>
- <tr class="show4950 propertyLevelPlan">
- <td align="right" width="150px" >应急预案:</td>
- <td colspan="2"><div name="MEET_EMERGENCIES_PLAN_365_SHOW" id="MEET_EMERGENCIES_PLAN_365_SHOW" style="width: 97%"></div></td>
- </tr>
- <tr class="">
- <td id="yjgy" align="right" width="150px" ></td>
- <td colspan="2"><div style="width: 97%" name="EW_SUMMARY_365" id="EW_SUMMARY_365"></div><br /></td>
- </tr>
- <tr>
- <td align="right" width="150px" id="workRequir">预防措施及工作要求:</td>
- <td colspan="2"><div style="width: 97%" name="MEASURE_AND_REQUEST_365" id="MEASURE_AND_REQUEST_365"></div></td>
- </tr>
- <tr>
- <td align="right" width="150px" >备注:</td>
- <td colspan="2"><div name="REMARK_365" id="REMARK_365" style="width: 97%;"/></td>
- </tr>
- </table>
- </form>
- </div>
- </fieldset>
- </div>
- </div>
- <fieldset class="fj_fieldset_border" id="fileTable" >
- <legend>附件信息:</legend>
- <table style="width: 85%; " align="center" border="0">
- <tr><td colspan="3"><div id="fileDiv"></div></td></tr>
- </table>
- </fieldset>
- </div>
- <div id="a2" style="width : 99.2%;margin-top: 20px;">
- <div class="tzd_title tzd_hide" style="margin-left: 20px;" id="title_lsyd">本单位预警/响应发布情况 <a href='javascript:void(0)' style='color:blue'>更多</a></div>
- <hr/>
- <div id="content_lsyd" class="mapVisible" style="display: none;">
- <table class="tableStyle">
- <tr id="historyTr">
- <th style="width:20%">预警/响应名称</th>
- <th style="width:25%">预警/响应编号</th>
- <th style="width:15%">预警/响应级别</th>
- <th style="width:25%">预警范围</th>
- <th style="width:15%">发布时间</th>
- </tr>
- </table>
- <hr/>
- </div>
- </div>
-
-
- <div id="a6" style="width : 99.2%">
- <div class="tzd_title tzd_hide" style="margin-left: 20px;" id="title_zftzd">
- 同级政府预警/响应情况
- </div>
- <hr/>
- <div id="content_zftzd" class="mapVisible" style="display: none;">
- <table class="tableStyle">
- <tr id="govInfoTr">
- <th style="width:8%">发布单位</th>
- <th style="width:12%">发布时间</th>
- <th style="width:12%">预警/响应类别</th>
- <th style="width:11%">预警/响应级别</th>
- <th style="width:24%">预警/响应范围</th>
- <th style="width:24%">预警/响应内容</th>
- </tr>
- </table>
- <hr/>
- </div>
- </div>
-
- <div id="a3" style="width : 99.2%">
- <div class="tzd_title tzd_hide" id="title_dqyd" style="margin-left: 20px;" >上下级单位当前应对情况 <a href='javascript:void(0)' style='color:blue'>更多</a></div>
- <hr/>
- <div id="content_dqyd" class="mapVisible" style="display: none;">
- <table class="tableStyle">
- <tr id="parentAndChildren">
- <th style="width:15%">发布单位</th>
- <th style="width:15%">预警/响应名称</th>
- <th style="width:20%">预警/响应编号</th>
- <th style="width:14%">预警/响应级别</th>
- <th style="width:23%">预警范围</th>
- <th style="width:13%">发布时间</th>
- </tr>
- </table>
- <hr/>
- </div>
- </div>
- <div id="a4" style="width : 99.2%">
- <div class="tzd_title tzd_hide" id="title_yjbb" style="margin-left: 20px;">应急报表填报情况</div>
- <hr/>
- <div id="content_yjbb" class="mapVisible" style="display: none;">
- <table class="tableStyle">
- <tr id="baobiao">
- <th style="width:25%">报表名称</th>
- <th style="width:25%">责任部门</th>
- <th style="width:20%">最新填报时间</th>
- </tr>
- </table>
- <hr/>
- </div>
- </div>
-
- <div id="a6" style="width : 99.2%">
- <div class="tzd_title tzd_hide" id="title_yjbg" style="margin-left: 20px;">应急报告填报情况</div>
- <hr/>
- <div id="content_yjbg" class="mapVisible" style="display: none;">
- <table class="tableStyle">
- <tr id="baogao">
- <th style="width:25%">报告名称</th>
- <th style="width:25%">责任部门</th>
- <th style="width:20%">最新填报时间</th>
- </tr>
- </table>
- <hr/>
- </div>
- </div>
-
- <div id="a7" style="width : 99.2%">
- <div class="tzd_title tzd_hide" id="title_eventManage" style="margin-left: 20px;">相同事件管理</div>
- <hr/>
- <div id="content_eventManage" class="mapVisible" style="display: none;">
- <table class="tableStyle">
- <tr id="eventManage_Tr">
- <th style="width:35%">事件名称</th>
- <th style="width:35%">发布单位</th>
- <!-- <th style="width:15%">预警/响应名称</th>
- <th style="width:20%">预警/响应编号</th>
- <th style="width:33%">预警范围</th> -->
- <th style="width:30%">发布时间</th>
- </tr>
- </table>
- <hr/>
- </div>
- </div>
- <!--详细信息
- <div id="a5" style="width : 99.2%">
- <fieldset class="fieldSetColor">
- <legend>资源调度情况</legend>
- <div id="staMap5" class="mapVisible">
- <div class="box1" whiteBg="true">
- <table>
- <tr>
- <td>2015-08-18 15:53:24 中山局调动应急队伍13支,调度设备......</td>
- </tr>
- <tr>
- <td>2015-08-18 15:53:24 中山局调动应急队伍13支,调度设备......</td>
- </tr>
- <tr>
- <td>2015-08-18 15:53:24 中山局调动应急队伍13支,调度设备......</td>
- </tr>
- <tr>
- <td>2015-08-18 15:53:24 中山局调动应急队伍13支,调度设备......</td>
- </tr>
- <tr>
- <td>2015-08-18 15:53:24 中山局调动应急队伍13支,调度设备......</td>
- </tr>
- <tr>
- <td>2015-08-18 15:53:24 中山局调动应急队伍13支,调度设备......</td>
- </tr>
- </table>
- </div>
- </div>
- </fieldset>
- <div id="statisticsMapButton5" class="statisticsMapOpen"></div>
- </div>
- -->
-
-
- <fieldset class="fileTable_border" >
- <legend>录入人信息:</legend>
- <table width="960px" class="tableStyle" align="center" id="fillForm">
- <tr>
- <td width="114px" align="right" class="class_color">录入人:</td>
- <td width="280px"><div name="" id="TYPEIN_PEOPLE" /></td>
- <td width="114px" align="right" class="class_color">录入人联系方式:</td>
- <td width="280px"><div name="" id="TYPEIN_PEOPLE_PHONE_NUM" /></td>
- </tr>
- <tr>
- <td width="114px" align="right" class="class_color">单位:</td>
- <td width="280px"><div style="width:97%" name="" id="TYPEIN_PEOPLE_UNITE" /></td>
- <td width="114px" align="right" class="class_color"><!-- 部门: --></td>
- <td width="280px"><!-- <div name="" id="DEPT" /> --></td>
- </tr>
- </table>
- </fieldset>
-
-
- </div>
- </body>
- </html>
|