31e03ce7202b917b6607fd61722152f4694da9ed.svn-base 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. <%@page language="java" 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">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>应急预案管理</title>
  7. <!--框架必需start-->
  8. <%@include file="../../../include.jsp" %>
  9. <!--框架必需end-->
  10. <!-- 组合下拉框start -->
  11. <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/form/selectCustom.js"></script>
  12. <!-- 组合拉框end -->
  13. <!--数据表格start-->
  14. <script src="/nwyj/scripts/qui/libs/js/table/quiGrid.js" type="text/javascript"></script>
  15. <!--数据表格end-->
  16. <script type="text/javascript" src="/nwyj/scripts/business/am/ContingercyPlan/PlanTableType/PlanTableUilt.js"></script>
  17. <!--基本选项卡start-->
  18. <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/nav/basicTabModern.js"></script>
  19. <script type="text/javascript" src="../../../../scripts/business/am/ContingercyPlan/PlanGradeYJ.js"></script>
  20. <!--基本选项卡end-->
  21. </head>
  22. <script type="text/javascript">
  23. //加载报表
  24. //广东电网公司
  25. var deptId = "11";
  26. var zNodes2 ={"treeNodes":[
  27. { id:11, parentId:1, name:"线路停运及恢复情况表"},
  28. ]};
  29. var zNodes3 ={"treeNodes":[
  30. { id:11, parentId:1, name:"线路倒杆情况"},
  31. { id:11, parentId:1, name:"线路及配变受损情况"},
  32. ]};
  33. var zNodes4 ={"treeNodes":[
  34. { id:11, parentId:1, name:"供电损失及客户停电情况"},
  35. { id:11, parentId:1, name:"行政区域停电情况"},
  36. ]};
  37. var zNodes5 ={"treeNodes":[
  38. { id:11, parentId:1, name:"应急物资情况"},
  39. { id:11, parentId:1, name:"预警发布或响应情况"},
  40. ]};
  41. $(function(){
  42. //$('#BYSUNESS_TYPE_214').initCanstSelect('BM_YWTYPE');
  43. //所属公司
  44. var treeUrl = $.pathname() + '/ws/PlanGlOrgService/PlanGlOrgService/getDeptRootById/';
  45. // var treeUrl = $.pathname() + '/ws/PlanGlOrgService/PlanGlOrgService/getDeptRootById/';
  46. var params = {
  47. id:deptId
  48. };
  49. /* $("#selectTree5-1").data("data",tree);
  50. $("#selectTree5-1").render(); */
  51. $.post(treeUrl,params,function(data){
  52. $("#selectTree5-1").data("data",zNodes2);
  53. $("#selectTree5-1").render();
  54. $("#selectTree6-1").data("data",zNodes3);
  55. $("#selectTree6-1").render();
  56. $("#selectTree7-1").data("data",zNodes4);
  57. $("#selectTree7-1").render();
  58. $("#selectTree8-1").data("data",zNodes5);
  59. $("#selectTree8-1").render();
  60. }, "json");
  61. });
  62. </script>
  63. <body>
  64. <div class="padding_top5">
  65. <div style="height: 50px;border:1px solid #e2e2e2;border-bottom: 1px" align="center">
  66. <a href="javascript:;"><!-- <img class="back" align="left" alt="返回" src="/nwyj/images/temp/back.png" /> --></a>
  67. <font style="font-weight: bold;font-size: 20px;line-height: 45px;color:red;" id="titlename"></font>
  68. </div>
  69. <form id="fillForm" name="fillForm" method="post" action="" failAlert="表单填写不正确,请按要求填写!">
  70. <tr style="display: none;">
  71. <td>
  72. <input type="hidden" id="fd_id215" name="FD_OBJECTID215" required="true"/>
  73. <input type="hidden" name="classid" value="215" required="true"/>
  74. <input type="hidden" id="FILLER1_215" name="FILLER1_215" required="true"/>
  75. <input type="hidden" id="GRADE_TYPE_215" name="GRADE_TYPE_215" required="true"/>
  76. <input type="hidden" id="FRIST_GRADE_215" name="FRIST_GRADE_215" required="true"/>
  77. <input type="hidden" id="SECOND_GRADE_215" name="SECOND_GRADE_215" required="true"/>
  78. <input type="hidden" id="THRID_GRADE_215" name="THRID_GRADE_215" required="true"/>
  79. <input type="hidden" id="FOURTH_GRADE_215" name="FOURTH_GRADE_215" required="true"/>
  80. <input type="hidden" id="DEPT_DEPARAMENT_215" name="DEPT_DEPARAMENT_215" required="true"/>
  81. <input type="hidden" id="TABLE_NAME_215" name="TABLE_NAME_215" required="true"/>
  82. <input type="hidden" id="TABLE_PLOT_215" name="TABLE_PLOT_215" required="true"/>
  83. </td>
  84. </tr>
  85. <table width="100%" class="tableStyle">
  86. <tr >
  87. <td align="left" style="border-right-width: 0"> <font style="font-weight: bold;font-size: 15px; line-height: 20px;" id="lableValue"></font></td>
  88. <td align="right" style="border-left-width: 0">
  89. <input type="button" value="上级配置" onclick="isUpDept()"/>
  90. <input type="button" value=" 保 存 " onclick="isAdd('#fillForm');"/>
  91. <input type="button" value=" 重 置 " onclick="resetSearch()"/>
  92. <input type="button" value=" 返 回 " onclick="goBack()"/>
  93. </td>
  94. </tr>
  95. </table>
  96. <table class="tableStyle">
  97. <tr><td width="130px"></td><td width="200px" align="center"> 每日<input type="text" class="date" id="date1" dateFmt="HH:mm" readonly="readonly"/></td><td width="200px" align="center"> 每日<input type="text" class="date" id="date2" dateFmt="HH:mm" readonly="readonly"/></td></tr>
  98. <tr><td width="130px" style="text-align: right;">红色预警:</td><td width="200px" style="text-align: center;"><input type="checkbox" style="text-align: center;" id="football-1" value="每日" name="football-1" /></td><td style="text-align: center;" width="200px"><input type="checkbox" id="football-12" name="football-12" value="每日" /></td></tr>
  99. <tr><td width="130px" style="text-align: right;">橙色预警:</td><td width="200px" style="text-align: center;"><input type="checkbox" style="text-align: center;" id="football-2" value="每日" name="football-2" /></td><td style="text-align: center;" width="200px"><input type="checkbox" id="football-22" name="football-22" value="每日" /></td></tr>
  100. <tr><td width="130px" style="text-align: right;">黄色预警:</td><td width="200px" style="text-align: center;"><input type="checkbox" style="text-align: center;" id="football-3" value="每日" name="football-3" /></td><td style="text-align: center;" width="200px"><input type="checkbox" id="football-32" name="football-32" value="每日" /></td></tr>
  101. <tr><td width="130px" style="text-align: right;">蓝色预警:</td><td width="200px" style="text-align: center;"><input type="checkbox" style="text-align: center;" id="football-4" value="每日" name="football-4" /></td><td style="text-align: center;" width="200px"><input type="checkbox" id="football-42" name="football-42" value="每日" /></td></tr>
  102. <!-- <tr><td width="130px" style="text-align: center;">系统运行部报表</td><td colspan="2"><div class="selectTree" id="selectTree5-1" multiMode="true" allSelectable="true" keepDefaultStyle="true" selWidth="600"></div></td></tr> -->
  103. <tr>
  104. <td width="130px" style="text-align: right;">系统运行部报表:</td>
  105. <td colspan="2" style="text-align: center;">
  106. <!-- <input type="text" id="sys_table" style="width:585px;" readonly="readonly"/>
  107. <input type="button" value=" 请选择" onclick="redPlanDeptp('xtyxb')"/> -->
  108. <div class="selectCustom" boxWidth="780" multiMode="true" id="selectCostom3" selWidth="500" boxHeight="500">
  109. <div id="customContent3" style="font-size:12px;"></div>
  110. </div>
  111. </td>
  112. </tr>
  113. <tr>
  114. <td width="130px" style="text-align: right;">设备管理部报表:</td>
  115. <td colspan="2" style="text-align: center;">
  116. <!-- <input type="text" id="shebei_table" style="width:585px;" readonly="readonly"/>
  117. <input type="button" value=" 请选择" onclick="redPlanDeptp('sbglb')"/> -->
  118. <div class="selectCustom" boxWidth="780" multiMode="true" id="selectCostom4" selWidth="500" boxHeight="500">
  119. <div id="customContent4" style="font-size:12px;"></div>
  120. </div>
  121. </td>
  122. </tr>
  123. <tr>
  124. <td width="130px" style="text-align: right;">市场营销部报表:</td>
  125. <td colspan="2" style="text-align: center;">
  126. <!-- <input type="text" id="scyx_table" style="width:585px;" readonly="readonly"/>
  127. <input type="button" value=" 请选择" onclick="redPlanDeptp('scyxb')"/> -->
  128. <div class="selectCustom" boxWidth="780" multiMode="true" id="selectCostom5" selWidth="500" boxHeight="500">
  129. <div id="customContent5" style="font-size:12px;"></div>
  130. </div>
  131. </td>
  132. </tr>
  133. <tr>
  134. <td width="130px" style="text-align: right;">安全监察部报表:</td>
  135. <td colspan="2" style="text-align: center;">
  136. <!-- <input type="text" id="save_table" style="width:585px;" readonly="readonly"/>
  137. <input type="button" value=" 请选择" onclick="redPlanDeptp('aqjcb')"/> -->
  138. <div class="selectCustom" boxWidth="780" multiMode="true" id="selectCostom6" selWidth="500" boxHeight="500">
  139. <div id="customContent6" style="font-size:12px;"></div>
  140. </div>
  141. </td>
  142. </tr>
  143. </table>
  144. <!-- <div align="center">
  145. <input type="button" value="保存并跳转下一步" onclick="isAdd1('#fillForm');"/>
  146. </div> -->
  147. </form>
  148. </div>
  149. </div></div></div></div><div id="box_bottomcenter" class="box_bottomcenter"><div class="box_bottomleft"><div class="box_bottomright"></div></div></div></div>
  150. </body>
  151. </html>