7e63293a8c63d6803f42ed152ac8654b0619e14b.svn-base 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  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="../../../../../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/PlanTableType/PlanDWBDYJ.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:"111应急物资情况"},
  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. <table width="80%" class="tableStyle" >
  71. <tr style="display: none;">
  72. <td>
  73. <input type="hidden" id="fd_id215" name="FD_OBJECTID215" required="true"/>
  74. <input type="hidden" name="classid" value="215" required="true"/>
  75. <input type="hidden" id="FILLER1_215" name="FILLER1_215" required="true"/>
  76. <input type="hidden" id="GRADE_TYPE_215" name="GRADE_TYPE_215" required="true"/>
  77. <input type="hidden" id="FRIST_GRADE_215" name="FRIST_GRADE_215" required="true"/>
  78. <input type="hidden" id="SECOND_GRADE_215" name="SECOND_GRADE_215" required="true"/>
  79. <input type="hidden" id="THRID_GRADE_215" name="THRID_GRADE_215" required="true"/>
  80. <input type="hidden" id="FOURTH_GRADE_215" name="FOURTH_GRADE_215" required="true"/>
  81. <input type="hidden" id="DEPT_DEPARAMENT_215" name="DEPT_DEPARAMENT_215" required="true"/>
  82. <input type="hidden" id="TABLE_NAME_215" name="TABLE_NAME_215" required="true"/>
  83. <input type="hidden" id="TABLE_PLOT_215" name="TABLE_PLOT_215" required="true"/>
  84. </td>
  85. </tr>
  86. <table width="100%" class="tableStyle">
  87. <tr >
  88. <td align="left" style="border-right-width: 0"> <font style="font-weight: bold;font-size: 15px; line-height: 20px;" id="lableValue"></font></td>
  89. <td align="right" style="border-left-width: 0">
  90. <input type="button" value="上级配置" onclick="isUpDept()"/>
  91. <input type="button" value=" 保 存 " onclick="isAdd('#fillForm');"/>
  92. <input type="button" value=" 重 置 " onclick="resetSearch()"/>
  93. <input type="button" value=" 返 回 " onclick="goBack()"/>
  94. </td>
  95. </tr>
  96. </table>
  97. </table>
  98. <div class="groupTitle" >报表报送时间节点</div>
  99. <table class="tableStyle" style="width: 100%; height:99%">
  100. <tr>
  101. <td >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
  102. <td width="200px" align="center">每日<input type="text" class="date" id="date1" dateFmt="HH:mm" style="width: 80px;" readonly="readonly"/></td>
  103. <td width="200px" align="center">每日<input type="text" class="date" id="date2" dateFmt="HH:mm" style="width: 80px;" readonly="readonly"/></td>
  104. <td width="200px" align="center">每日<input type="text" class="date" id="date3" dateFmt="HH:mm" style="width: 80px;" readonly="readonly"/></td>
  105. <td width="200px" align="center">每日<input type="text" class="date" id="date4" dateFmt="HH:mm" style="width: 80px;" readonly="readonly"/></td>
  106. </tr>
  107. <tr>
  108. <td style="text-align: right;">红色预警:</td>
  109. <td style="text-align: center;"><input type="checkbox" id="football-1" name="hobby-2" /></td>
  110. <td style="text-align: center;"><input type="checkbox" id="football-2" name="hobby-2" /></td>
  111. <td style="text-align: center;"><input type="checkbox" id="football-3" name="hobby-2" /></td>
  112. <td style="text-align: center;"><input type="checkbox" id="football-4" name="hobby-2" /></td>
  113. </tr>
  114. <tr>
  115. <td style="text-align: right;">橙色预警:</td>
  116. <td style="text-align: center;"><input type="checkbox" id="football-6" name="hobby-2" /></td>
  117. <td style="text-align: center;"><input type="checkbox" id="football-7" name="hobby-2" /></td>
  118. <td style="text-align: center;"><input type="checkbox" id="football-8" name="hobby-2" /></td>
  119. <td style="text-align: center;"><input type="checkbox" id="football-9" name="hobby-2" /></td>
  120. </tr>
  121. <tr>
  122. <td style="text-align: right;">黄色预警:</td>
  123. <td style="text-align: center;"><input type="checkbox" id="football-11" name="hobby-2" /></td>
  124. <td style="text-align: center;"><input type="checkbox" id="football-12" name="hobby-2" /></td>
  125. <td style="text-align: center;"><input type="checkbox" id="football-13" name="hobby-2" /></td>
  126. <td style="text-align: center;"><input type="checkbox" id="football-14" name="hobby-2" /></td>
  127. </tr>
  128. <tr>
  129. <td style="text-align: right;">蓝色预警:</td>
  130. <td style="text-align: center;"><input type="checkbox" id="football-16" name="hobby-2" /></td>
  131. <td style="text-align: center;"><input type="checkbox" id="football-17" name="hobby-2" /></td>
  132. <td style="text-align: center;"><input type="checkbox" id="football-18" name="hobby-2" /></td>
  133. <td style="text-align: center;"><input type="checkbox" id="football-19" name="hobby-2" /></td>
  134. </tr>
  135. <tr>
  136. <td width="130px" style="text-align: right;">系统运行部报表:</td>
  137. <td colspan="5">
  138. <!-- <input type="text" id="sys_table" style="width:585px;" readonly="readonly" />
  139. <input type="button" value=" 请选择" onclick="redPlanDeptp('xtyxb')"/> -->
  140. <div class="selectCustom" boxWidth="780" multiMode="true" id="selectCostom3" selWidth="500" boxHeight="500" >
  141. <div id="customContent3" style="font-size:12px;"></div>
  142. </div>
  143. </td>
  144. </tr>
  145. <!-- <tr>
  146. <td width="130px" style="text-align: right;">设备管理部报表:</td>
  147. <td colspan="5">
  148. <input type="text" id="shebei_table" style="width:585px;" readonly="readonly"/>
  149. <input type="button" value=" 请选择" onclick="redPlanDeptp('sbglb')"/>
  150. <div class="selectCustom" boxWidth="780" multiMode="true" id="selectCostom4" selWidth="500" boxHeight="500">
  151. <div id="customContent4" style="font-size:12px;"></div>
  152. </div>
  153. </td>
  154. </tr> -->
  155. <tr>
  156. <td width="130px" style="text-align: right;">市场营销部报表:</td>
  157. <td colspan="5">
  158. <!-- <input type="text" id="scyx_table" style="width:585px;" readonly="readonly"/>
  159. <input type="button" value=" 请选择" onclick="redPlanDeptp('scyxb')"/> -->
  160. <div class="selectCustom" boxWidth="780" multiMode="true" id="selectCostom5" selWidth="500" boxHeight="500">
  161. <div id="customContent5" style="font-size:12px;"></div>
  162. </div>
  163. </td>
  164. </tr>
  165. <tr>
  166. <td width="130px" style="text-align: right;">安全监察部报表:</td>
  167. <td colspan="5">
  168. <!-- <input type="text" id="save_table" style="width:585px;" readonly="readonly"/>
  169. <input type="button" value=" 请选择" onclick="redPlanDeptp('aqjcb')"/> -->
  170. <div class="selectCustom" boxWidth="780" multiMode="true" id="selectCostom6" selWidth="500" boxHeight="500">
  171. <div id="customContent6" style="font-size:12px;"></div>
  172. </div>
  173. </td>
  174. </tr>
  175. </table>
  176. <!-- <div align="center">
  177. <input type="button" value="保存并跳转下一步" onclick="isAdd1('#fillForm');"/>
  178. </div> -->
  179. </form>
  180. </div>
  181. <div id="box_bottomcenter" class="box_bottomcenter"><div class="box_bottomleft"><div class="box_bottomright"></div></div></div>
  182. </body>
  183. </html>