c7f7dcaa13a00a0c0a41a4031774ab33021039c4.svn-base 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502
  1. <%@page contentType="text/html" pageEncoding="UTF-8"%>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" id="ttttt">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>应急事件管理</title>
  7. <%@include file="../../include.jsp" %>
  8. <!--引用资源文件,JS CSS-->
  9. <script type="text/javascript" src="<%=path%>/scripts/jquery/plugins/jquery.extension.util.js"></script>
  10. <script type="text/javascript" src="<%=path%>/scripts/freamwork/com/sinosoft/common/common.js"></script>
  11. <script type="text/javascript" src="<%=path%>/scripts/freamwork/com/sinosoft/common/utils/utils.js"></script>
  12. <script type="text/javascript" src="<%=path%>/scripts/freamwork/com/sinosoft/common/frameWork/frameWork.js"></script>
  13. <script type="text/javascript" src="<%=path%>/scripts/business/he/common/common.js"></script>
  14. <script type="text/javascript" src="<%=path%>/scripts/freamwork/com/sinosoft/common/utils/Request.js"></script>
  15. <script type="text/javascript" src="<%=path%>/scripts/qui/libs/js/tree/ztree/ztree.js"></script>
  16. <script type="text/javascript" src="/nwyj/page/business/em/report/reportCss/tableStyle.js"></script>
  17. <link href="<%=path%>/scripts/qui/libs/js/tree/ztree/ztree.css" rel="stylesheet" type="text/css" />
  18. <link href="<%=path%>/page/business/em/report/reportCss/warnningreport.css" rel="stylesheet" type="text/css"/>
  19. <script language="javascript" src="/nwyj/scripts/jquery/jqprint/jquery.jqprint-0.3.js"></script>
  20. <!--框架必需end-->
  21. <script type="text/javascript" src="/nwyj/scripts/business/em/EventAllInfo.js"></script>
  22. <style type="text/css">
  23. #ttttt{
  24. overflow: hidden!important;
  25. }
  26. a {
  27. behavior: url(/nwyj/scripts/qui/libs/js/method/focus.htc)
  28. }
  29. body{
  30. font-size:12px;
  31. }
  32. img{
  33. /* width:16px;
  34. height:16px; */
  35. vertical-align: middle;
  36. }
  37. .moreSearch {
  38. display:none;
  39. margin-top: 3px;
  40. }
  41. ._statusBar{
  42. width:99.5%;
  43. height:30px;
  44. line-height:30px;
  45. background-color: #eff3f8;
  46. border:1px solid #ccc;
  47. border-bottom-style: none;
  48. }
  49. ._statusBar table{
  50. width:100%;
  51. height:100%;
  52. }
  53. ._statusBar table tbody{
  54. width:100%;
  55. height:100%;
  56. }
  57. ._statusBar table tbody tr{
  58. width:100%;
  59. height:100%;
  60. line-height: 100%;
  61. }
  62. ._statusBar table tbody tr td{
  63. height:100%;
  64. line-height: 100%;
  65. }
  66. ._statusBar table tbody tr td img{
  67. margin-right: 5px;
  68. vertical-align:sub;
  69. }
  70. ._statusBar table tbody tr td pan{
  71. font-size: 12px;
  72. }
  73. .l-grid-tree-content div a span img{
  74. margin-left:5px;
  75. vertical-align:sub;
  76. }
  77. .nodownload{
  78. color:#ccc;
  79. }
  80. .candownload{
  81. cursor: pointer;
  82. }
  83. .icon_btn_down,.icon_btn_up{
  84. width:100%;
  85. padding:0;
  86. }
  87. .tzd_title{
  88. font-size: 16px;
  89. color: #191919;
  90. font-weight: bold;
  91. height: 40px;
  92. line-height: 40px;
  93. cursor: pointer;
  94. }
  95. .tzd_show{
  96. background-image: url("/nwyj/scripts/qui/libs/images/icons/bgd_hide.png") ;
  97. background-repeat: no-repeat;
  98. background-size: 24px 24px;
  99. padding-left: 30px;
  100. background-position: 0 50%;
  101. _background-position: 0 40%;
  102. }
  103. .tzd_hide{
  104. background-image: url("/nwyj/scripts/qui/libs/images/icons/bgd_show.png");
  105. background-repeat: no-repeat;
  106. background-size: 24px 24px;
  107. padding-left: 30px;
  108. background-position: 0 50%;
  109. _background-position: 0 40%;
  110. }
  111. hr{
  112. border: 1px #cdcaca solid;
  113. }
  114. /* .class_color{
  115. background-color: rgb(237, 239, 253);
  116. } */
  117. .breakWork{
  118. word-wrap:break-word; word-break:break-all;
  119. }
  120. .tableStyle td,.tableStyle th{
  121. text-align: center;
  122. }
  123. </style>
  124. <script type="text/javascript">
  125. //通知单主键
  126. var eventID = "<%=request.getParameter("fd_id")%>";
  127. var stat = "<%=request.getParameter("stat")%>";
  128. var is_alert = "<%=request.getParameter("is_alert")%>";
  129. var is_history = "<%=request.getParameter("is_history")%>";
  130. //是否动态页签 true为是动态页签
  131. var isActivePage = "<%=request.getParameter("isActivePage")%>";
  132. //alert("eventID="+eventID+"\n stat="+stat+"\n is_alert="+is_alert+"\n is_history="+is_history)
  133. //预警/响应编号
  134. var warningId = "";
  135. var evevtId = "" ;//事件ID
  136. var isAlert1 = "";
  137. //上次预警/响应编号
  138. var prevId = "";
  139. //角色id
  140. var roleIds = /* window.opener. */top.com.sinosoft.lz.system.user.LoginInfo.getRoleids();
  141. var fabuDanwei = "";//发布单位ID
  142. var user_ID = top.com.sinosoft.lz.system.user.LoginInfo.getUser_id();
  143. //页面初始化
  144. $(function(){
  145. var content = $(".box1").height();
  146. $(window.document.body).height(content+1000);
  147. $(parent.document.body).find("#frmright").height($(window.document.body).height());
  148. if(isActivePage=="true"){
  149. //如果是动态页签,则隐藏返回按钮
  150. $("#goback").parent().hide();
  151. }
  152. $(".propertyLevelPlan").hide();//禅道bug-3415要求历史通知单去掉这三个字段
  153. if(is_alert==0){
  154. $(".titleShow").text("查看预警发布通知单详情");
  155. $(".titleShow1").text("预警发布通知单");
  156. }else{
  157. $(".titleShow").text("查看响应启动通知单详情");
  158. $(".titleShow1").text("响应启动通知单");
  159. }
  160. $("#goback a img").hover(function(){
  161. $(this).attr("src","/nwyj/images/temp/back_hover.png");
  162. },function(){
  163. $(this).attr("src","/nwyj/images/temp/back.png");
  164. });
  165. $("html").attr("style","overflow:auto;")
  166. $('#fileDiv').newAsyncFileUpload("",eventID,0);//附件
  167. if(stat == '51'){
  168. $("#yjgy").text("解除原因:");
  169. }
  170. /* if(is_alert==0){
  171. $("#aTOpBut").show();
  172. }
  173. $("#adjustBut").show();
  174. $("#RelieveBut").show(); */
  175. $("#adjustBut").on("click",adjustButFun);
  176. $("#RelieveBut").on("click",RelieveButFun);
  177. $("#aTOpBut").on("click",aTOpButFun);
  178. });
  179. function adjustButFun(){//调整
  180. if(is_alert == 0){
  181. $('#frmright', window.parent.document).attr('src',$.pathname()+ "/page/business/em/alert/warning/WarningAdjust.jsp?fd_id="+eventID+"&is_adjst=1");
  182. }else{
  183. $('#frmright', window.parent.document).attr('src',$.pathname()+ "/page/business/em/response/emergencyResponse/WarningAdjust.jsp?fd_id="+eventID+"&is_adjst=1");
  184. }
  185. }
  186. function RelieveButFun(){//解除
  187. if(is_alert == 0){
  188. $('#frmright', window.parent.document).attr('src',$.pathname()+ "/page/business/em/alert/warning/WarningRelieve.jsp?fd_id="+eventID+"&isUpdate=1&relieve="+eventID);
  189. }else{
  190. $('#frmright', window.parent.document).attr('src',$.pathname()+ "/page/business/em/response/emergencyResponse/WarningRelieve.jsp?fd_id="+ eventID+"&isUpdate=1&relieve="+eventID);
  191. }
  192. }
  193. function aTOpButFun(){//预警转响应
  194. if(is_alert == 0){
  195. $('#frmright', window.parent.document).attr('src',$.pathname()+ "/page/business/em/alert/warning/AlertToResp.jsp?fd_id="+eventID+"&is_adjst=2");
  196. }
  197. }
  198. function viewPrint(){
  199. $(".print").jqprint();
  200. };
  201. function goback(){
  202. if(is_alert==0){
  203. if(is_history=="true"){
  204. $('#frmright', window.parent.document).attr('src',$.pathname()+ "/page/business/em/alert/warning/WarningHistory.jsp");
  205. }else{
  206. $('#frmright', window.parent.document).attr('src',$.pathname()+ "/page/business/em/alert/warning/Warning.jsp");
  207. }
  208. }else{
  209. if(is_history=="true"){
  210. $('#frmright', window.parent.document).attr('src',$.pathname()+ "/page/business/em/response/emergencyResponse/WarningHistory.jsp");
  211. }else{
  212. $('#frmright', window.parent.document).attr('src',$.pathname()+ "/page/business/em/response/emergencyResponse/Warning.jsp");
  213. }
  214. }
  215. }
  216. </script>
  217. </head>
  218. <body style="width: 1000px; margin:0 auto; margin-top:15px" align="center" >
  219. <div class="box1" id="formContent" width="1000px" >
  220. <div class="titlehead">
  221. <div class="go_img" id="goback">
  222. <a href="javascript:;" >
  223. <img onclick="goback();" align="left" id="goback" title="返回" alt="返回" src="/nwyj/images/temp/back.png" />
  224. </a>
  225. </div>
  226. <font class="titleShow titleMsg"></font>
  227. </div>
  228. <!-- 打印按钮 -->
  229. <div style="float:right;" class="print_btn"><input type="button" onclick="viewPrint()" value="打印"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>
  230. <div id="a1" style="width : 99.2%">
  231. <div class = "print">
  232. <fieldset style="border: none;margin: 0 0 0 35%;" >
  233. <table >
  234. <tr>
  235. <td><div class="titleShow1" style="font-weight: bold;font-size: 30px;line-height: 45px;color:red" ></div></td>
  236. </tr>
  237. </table>
  238. <div style="float:right" >
  239. <input type="button" id="adjustBut" style="display: none;" class="" value="调整"/>&nbsp;&nbsp;
  240. <input type="button" id="RelieveBut" style="display: none;" class="" value="解除"/>&nbsp;&nbsp;
  241. <input type="button" id="aTOpBut" style="display: none;" class="" value="预警转响应"/>&nbsp;&nbsp;
  242. </div>
  243. <br />
  244. </fieldset>
  245. <table style="width:100%">
  246. <tr>
  247. <td align="left">
  248. <span >发布单位:</span><span id="RELEASE_UNIT_365_SHOW"></span>
  249. </td>
  250. <td align="right"><span>签发人:</span><span id="WRITER_365"></span> </td>
  251. </tr>
  252. </table>
  253. <div id="content_dqxyd" class="mapVisible">
  254. <!--详细信息-->
  255. <fieldset class="basic_fieldset_border" style="margin-top: 0px;">
  256. <legend>基本信息</legend>
  257. <div whiteBg="true">
  258. <form id="showForm1">
  259. <table width="960px" class="tableStyle" align="center">
  260. <tr class="show4950">
  261. <td align="right" width="150px" >事件名称:</td>
  262. <td colspan="2"><div name="EVENT_ID_365_SHOW" id="EVENT_ID_365_SHOW" style="width: 97%"></div></td>
  263. </tr>
  264. <tr>
  265. <td align="right" width="150px" id="yj_xy_name">预警/响应名称:</td>
  266. <td colspan="2"><div style="width: 97%" name="EARLY_WARNING_NAME_365" id="EARLY_WARNING_NAME_365"></div></td>
  267. </tr>
  268. <tr class="show4950">
  269. <td align="right" width="150px" >发布时间:</td>
  270. <td colspan="2"><div style="width: 97%" id="RELEASE_RELIEVE_DATE_365" name="RELEASE_RELIEVE_DATE_365"></div></td>
  271. </tr>
  272. <tr>
  273. <td align="right" width="150px" id="yj_xy_num">预警/响应编号:</td>
  274. <td colspan="2"><div style="width: 97%" name="EARLY_WARNING_ID_365" id="EARLY_WARNING_ID_365"></div></td>
  275. </tr>
  276. <tr class="show51">
  277. <td align="right" width="120px" class="class_color">解除时间:</td>
  278. <td><div id="RELIEVE_DATE_365" name="RELIEVE_DATE_365"/></td>
  279. </tr>
  280. <tr>
  281. <td align="right" width="150px" id="warningArea">预警/响应范围:</td>
  282. <td colspan="2"><div style="width: 97%" id="EARLY_WARNING_AREA_NAME_365" name="EARLY_WARNING_AREA_NAME_365" readonly="readonly"></div></td>
  283. </tr>
  284. <tr class="show4950 propertyLevelPlan">
  285. <td align="right" width="150px" id="yj_xy_property">预警/响应性质:</td>
  286. <td ><input type="checkbox" id="WARNING_PROPERTY" disabled="disabled"/>初次发布</td>
  287. <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>
  288. </tr>
  289. <tr class="show4950 propertyLevelPlan">
  290. <td align="right" width="150px" id="yj_xy_level">预警/响应级别:</td>
  291. <td><div style="float:left"><label>&nbsp;本次:</label></div><div style="float:left"><div style="width: 100%" name="CURRENT_EW_LEVEL_365" id="CURRENT_EW_LEVEL_365"></div></div></td>
  292. <td><div style="float:left"><label>&nbsp;上次:</label></div><div style="float:left"><div style="width: 100%" id="PREV_EW_LEVEL_365" name="PREV_EW_LEVEL_365"></div></div></td>
  293. </tr>
  294. <tr id="typhoonDate_tr" class="show4950">
  295. <td align="right" width="150px" >台风登陆时间:</td>
  296. <td colspan="2"><div name="" id="TYPHOON_DATE_365" style="width: 97%"></div></td>
  297. </tr>
  298. <tr class="show4950 propertyLevelPlan">
  299. <td align="right" width="150px" >应急预案:</td>
  300. <td colspan="2"><div name="MEET_EMERGENCIES_PLAN_365_SHOW" id="MEET_EMERGENCIES_PLAN_365_SHOW" style="width: 97%"></div></td>
  301. </tr>
  302. <tr class="">
  303. <td id="yjgy" align="right" width="150px" ></td>
  304. <td colspan="2"><div style="width: 97%" name="EW_SUMMARY_365" id="EW_SUMMARY_365"></div><br /></td>
  305. </tr>
  306. <tr>
  307. <td align="right" width="150px" id="workRequir">预防措施及工作要求:</td>
  308. <td colspan="2"><div style="width: 97%" name="MEASURE_AND_REQUEST_365" id="MEASURE_AND_REQUEST_365"></div></td>
  309. </tr>
  310. <tr>
  311. <td align="right" width="150px" >备注:</td>
  312. <td colspan="2"><div name="REMARK_365" id="REMARK_365" style="width: 97%;"/></td>
  313. </tr>
  314. </table>
  315. </form>
  316. </div>
  317. </fieldset>
  318. </div>
  319. </div>
  320. <fieldset class="fj_fieldset_border" id="fileTable" >
  321. <legend>附件信息:</legend>
  322. <table style="width: 85%; " align="center" border="0">
  323. <tr><td colspan="3"><div id="fileDiv"></div></td></tr>
  324. </table>
  325. </fieldset>
  326. </div>
  327. <div id="a2" style="width : 99.2%;margin-top: 20px;">
  328. <div class="tzd_title tzd_hide" style="margin-left: 20px;" id="title_lsyd">本单位预警/响应发布情况&nbsp;&nbsp;<a href='javascript:void(0)' style='color:blue'>更多</a></div>
  329. <hr/>
  330. <div id="content_lsyd" class="mapVisible" style="display: none;">
  331. <table class="tableStyle">
  332. <tr id="historyTr">
  333. <th style="width:20%">预警/响应名称</th>
  334. <th style="width:25%">预警/响应编号</th>
  335. <th style="width:15%">预警/响应级别</th>
  336. <th style="width:25%">预警范围</th>
  337. <th style="width:15%">发布时间</th>
  338. </tr>
  339. </table>
  340. <hr/>
  341. </div>
  342. </div>
  343. <div id="a6" style="width : 99.2%">
  344. <div class="tzd_title tzd_hide" style="margin-left: 20px;" id="title_zftzd">
  345. 同级政府预警/响应情况&nbsp;&nbsp;
  346. </div>
  347. <hr/>
  348. <div id="content_zftzd" class="mapVisible" style="display: none;">
  349. <table class="tableStyle">
  350. <tr id="govInfoTr">
  351. <th style="width:8%">发布单位</th>
  352. <th style="width:12%">发布时间</th>
  353. <th style="width:12%">预警/响应类别</th>
  354. <th style="width:11%">预警/响应级别</th>
  355. <th style="width:24%">预警/响应范围</th>
  356. <th style="width:24%">预警/响应内容</th>
  357. </tr>
  358. </table>
  359. <hr/>
  360. </div>
  361. </div>
  362. <div id="a3" style="width : 99.2%">
  363. <div class="tzd_title tzd_hide" id="title_dqyd" style="margin-left: 20px;" >上下级单位当前应对情况&nbsp;&nbsp;<a href='javascript:void(0)' style='color:blue'>更多</a></div>
  364. <hr/>
  365. <div id="content_dqyd" class="mapVisible" style="display: none;">
  366. <table class="tableStyle">
  367. <tr id="parentAndChildren">
  368. <th style="width:15%">发布单位</th>
  369. <th style="width:15%">预警/响应名称</th>
  370. <th style="width:20%">预警/响应编号</th>
  371. <th style="width:14%">预警/响应级别</th>
  372. <th style="width:23%">预警范围</th>
  373. <th style="width:13%">发布时间</th>
  374. </tr>
  375. </table>
  376. <hr/>
  377. </div>
  378. </div>
  379. <div id="a4" style="width : 99.2%">
  380. <div class="tzd_title tzd_hide" id="title_yjbb" style="margin-left: 20px;">应急报表填报情况</div>
  381. <hr/>
  382. <div id="content_yjbb" class="mapVisible" style="display: none;">
  383. <table class="tableStyle">
  384. <tr id="baobiao">
  385. <th style="width:25%">报表名称</th>
  386. <th style="width:25%">责任部门</th>
  387. <th style="width:20%">最新填报时间</th>
  388. </tr>
  389. </table>
  390. <hr/>
  391. </div>
  392. </div>
  393. <div id="a6" style="width : 99.2%">
  394. <div class="tzd_title tzd_hide" id="title_yjbg" style="margin-left: 20px;">应急报告填报情况</div>
  395. <hr/>
  396. <div id="content_yjbg" class="mapVisible" style="display: none;">
  397. <table class="tableStyle">
  398. <tr id="baogao">
  399. <th style="width:25%">报告名称</th>
  400. <th style="width:25%">责任部门</th>
  401. <th style="width:20%">最新填报时间</th>
  402. </tr>
  403. </table>
  404. <hr/>
  405. </div>
  406. </div>
  407. <div id="a7" style="width : 99.2%">
  408. <div class="tzd_title tzd_hide" id="title_eventManage" style="margin-left: 20px;">相同事件管理</div>
  409. <hr/>
  410. <div id="content_eventManage" class="mapVisible" style="display: none;">
  411. <table class="tableStyle">
  412. <tr id="eventManage_Tr">
  413. <th style="width:35%">事件名称</th>
  414. <th style="width:35%">发布单位</th>
  415. <!-- <th style="width:15%">预警/响应名称</th>
  416. <th style="width:20%">预警/响应编号</th>
  417. <th style="width:33%">预警范围</th> -->
  418. <th style="width:30%">发布时间</th>
  419. </tr>
  420. </table>
  421. <hr/>
  422. </div>
  423. </div>
  424. <!--详细信息
  425. <div id="a5" style="width : 99.2%">
  426. <fieldset class="fieldSetColor">
  427. <legend>资源调度情况</legend>
  428. <div id="staMap5" class="mapVisible">
  429. <div class="box1" whiteBg="true">
  430. <table>
  431. <tr>
  432. <td>2015-08-18 15:53:24 中山局调动应急队伍13支,调度设备......</td>
  433. </tr>
  434. <tr>
  435. <td>2015-08-18 15:53:24 中山局调动应急队伍13支,调度设备......</td>
  436. </tr>
  437. <tr>
  438. <td>2015-08-18 15:53:24 中山局调动应急队伍13支,调度设备......</td>
  439. </tr>
  440. <tr>
  441. <td>2015-08-18 15:53:24 中山局调动应急队伍13支,调度设备......</td>
  442. </tr>
  443. <tr>
  444. <td>2015-08-18 15:53:24 中山局调动应急队伍13支,调度设备......</td>
  445. </tr>
  446. <tr>
  447. <td>2015-08-18 15:53:24 中山局调动应急队伍13支,调度设备......</td>
  448. </tr>
  449. </table>
  450. </div>
  451. </div>
  452. </fieldset>
  453. <div id="statisticsMapButton5" class="statisticsMapOpen"></div>
  454. </div>
  455. -->
  456. <fieldset class="fileTable_border" >
  457. <legend>录入人信息:</legend>
  458. <table width="960px" class="tableStyle" align="center" id="fillForm">
  459. <tr>
  460. <td width="114px" align="right" class="class_color">录入人:</td>
  461. <td width="280px"><div name="" id="TYPEIN_PEOPLE" /></td>
  462. <td width="114px" align="right" class="class_color">录入人联系方式:</td>
  463. <td width="280px"><div name="" id="TYPEIN_PEOPLE_PHONE_NUM" /></td>
  464. </tr>
  465. <tr>
  466. <td width="114px" align="right" class="class_color">单位:</td>
  467. <td width="280px"><div style="width:97%" name="" id="TYPEIN_PEOPLE_UNITE" /></td>
  468. <td width="114px" align="right" class="class_color"><!-- 部门: --></td>
  469. <td width="280px"><!-- <div name="" id="DEPT" /> --></td>
  470. </tr>
  471. </table>
  472. </fieldset>
  473. </div>
  474. </body>
  475. </html>