df920557efebb1b5de361db5394a57757da7e9e0.svn-base 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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="../../../include2.jsp" %>
  9. <!--框架必需end-->
  10. <!--基本选项卡start-->
  11. <!-- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/nav/basicTabModern.js"></script>
  12. <script type="text/javascript" src="/nwyj/scripts/business/am/ContingercyPlan/PlanGradeYJMsg.js"></script> -->
  13. <!--基本选项卡end-->
  14. </head>
  15. <body>
  16. <script type="text/javascript">
  17. var fd_id = "<%=request.getParameter("fd_id")%>";
  18. $(function(){
  19. //保供电级别
  20. var url = $.pathname() + '/ws/crud/CRUDService/getDataById/';
  21. var params = {
  22. classid : '610',
  23. objectID : fd_id
  24. };
  25. $('#GPS_LEVEL_610').initCanstSelect('BM_GPS_PROGRAM_MANAGE_GPS_LEVEL');
  26. $.request.query(url,params,function(data){
  27. $('#GPS_LEVEL_610').setValue(data.GPS_LEVEL_610_SHOW);
  28. $('#fillForm').ajaxWrite({data:data});
  29. $('#fillForm input[name="classid"]').val('610');
  30. });
  31. });
  32. </script>
  33. <!-- <div class="box1" panelWidth="100%"> -->
  34. <form id="fillForm" name="fillForm" method="post" action="" failAlert="表单填写不正确,请按要求填写!">
  35. <div style="overflow-x: hidden; overflow-y: auto;height: 430px;">
  36. <div class="groupTitle" ><span>级别调整</span></div>
  37. <input name="classid" value="610" type="hidden" />
  38. <input type="hidden" name="FD_OBJECTID610" value=""/>
  39. <table class="tableStyle" formMode="transparent" footer="normal">
  40. <!-- <div>
  41. <fieldset width="95%"><ul>应急组织:<input type="text" id=EARLY_WARNING_AREA_ID_365 name="EARLY_WARNING_AREA_ID_365" onkeydown="if(event.keyCode==13){searchHandler();}"/></ul></fieldset>
  42. <ul id="tree-1" class="ztree"></ul>
  43. </div> -->
  44. <tr>
  45. <td width="20%" align="right">保供电级别:</td>
  46. <td width="33%"><select id="GPS_LEVEL_610" name="GPS_LEVEL_610" selWidth="200"></select></td></tr>
  47. <!-- <select id="GPS_LEVEL_610" name="GPS_LEVEL_610" selWidth="290" prompt="请选择"></select> -->
  48. </table>
  49. <br/>
  50. </div>
  51. </form>
  52. </body>
  53. </html>