257a8fe1d176de7b69b0f990570e8727ced39b7d.svn-base 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. <%@include file="../../../../include.jsp"%>
  8. <script type="text/javascript" src="<%=path%>/scripts/business/gps/taskManagement/gpsTaskMsg/gpsZiYuanBaoBiaoEdit.js"></script>
  9. <style type="text/css">
  10. input{
  11. cursor: pointer;
  12. }
  13. .errorData{
  14. color:red;
  15. }
  16. td .textinput,td .textinput_hover,td .textinput_click{
  17. width:inherit;
  18. }
  19. </style>
  20. <script type="text/javascript">
  21. var fd_id = "<%=request.getParameter("fd_id")%>";
  22. //返回主页面
  23. function goBack() {
  24. //获取iframe中的元素值
  25. var iframe =parent.parent.document.getElementsByName("frmright")[0];
  26. iframe.src = "/nwyj/page/business/gps/taskManagement/taskManagement.jsp";
  27. }
  28. function formReset(){
  29. window.location.href = "/nwyj/page/business/gps/taskManagement/gpsTaskMsg/gpsZiYuanBaoBiaoEdit.jsp?fd_id="+fd_id;
  30. }
  31. $(function(){
  32. $("#FD_TASK_620").val(fd_id);
  33. $("#downloadUserModel").bind('click',function(){
  34. window.open("/nwyj/excels/onBgdBaoBiao.xls");
  35. })
  36. })
  37. </script>
  38. <script type="text/javascript" src="/nwyj/scripts/business/gps/taskManagement/setIframeHeight.js"></script>
  39. </head>
  40. <body>
  41. <div class="box1" id="formContent" style="border: 1px solid #E4E4E4;background: #F8F8F8;">
  42. <div style="height: 50px;background: #F8F8F8;" align="center"><a href="javascript:;"><img align="left" alt="返回" src="/nwyj/images/temp/back.png" onclick="goBack();"></img></a>
  43. <font style="font-weight: bold;font-size: 20px;line-height: 45px;" id="titleShow">保供电报表</font></div>
  44. <form id="editForm" method="post" enctype="multipart/form-data">
  45. <input type="hidden" name="FD_TASK_620" id="FD_TASK_620" required="true" />
  46. <input type="hidden" name="classid" value="630" required="true" />
  47. <table style="border: none" width="100%">
  48. <tr>
  49. <!-- <td width="20%" style="font-size: 20px;font-weight: bold;color:#41A6D9;">保供电报表</td> -->
  50. <td colspan="4" align="right"><input value="保存" type="button" id="save" />&nbsp;&nbsp;
  51. <input value="重置" type="button" onclick="formReset()"/>&nbsp;&nbsp;&nbsp;&nbsp;
  52. <input value="导出" type="button" id="export_btn"/>&nbsp;&nbsp;&nbsp;&nbsp;</td>
  53. </tr>
  54. <tr>
  55. <td align="right" width="30%">选择导入文件:</td>
  56. <td width="25%"><input name="import_report" fileWidth="300" id="import_report" type="file" contenteditable="false" /></td>
  57. <td width="10%"><div><input type="button" value="导入保供电报表数据" id="import_gpsUser"/></div></td>
  58. <td><div><input type="button" value="下载保供电报表模版" id="downloadUserModel"/></div></td>
  59. </tr>
  60. </table>
  61. </form>
  62. <div style="padding:5px 0 0 0;"></div>
  63. <div id="dataGrid"></div>
  64. </div>
  65. </body>