otherAmmeter.html 5.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <div id="bd-toolbar" style="margin-top: 0;padding: 10px 5px;">
  2. 名称:<input class="easyui-textbox easyui-validatebox electOtherRecord-name bd-w-name" name="bd-s-name" data-options="validType:'length[0,20]'">&emsp;
  3. <a href="#" class="easyui-linkbutton bd-add-s bd-search" id="electName-otherRecord-search">查询</a>
  4. <a href="#" class="easyui-linkbutton bd-add-s other-clear-btn2" plain="true">清空</a>
  5. <a href="#" class="easyui-linkbutton bd-add-s other-statistics-btn">统计表</a>
  6. </div>
  7. <div id="otherBaseTab" style="height:500px;">
  8. </div>
  9. <!--折线图-->
  10. <div class="easyui-window otherbugget-lineChart" data-options="modal:false,closed:true" style="width: 800px;">
  11. <div><label><input type="radio" class="yesOrNo-otherGrainAmtr-lineChart lineChart-YesOrNo-otherGrainAmtr-first" name="isLineOtherChartGrainAmtr" value="1" >年度折线图</label>
  12. <label><input type="radio" class="yesOrNo-otherGrainAmtr-lineChart lineChart-YesOrNo-otherGrainAmtr-two" name="isLineOtherChartGrainAmtr" value="0" checked>月度折线图</label>
  13. </div>
  14. <span class="pf-pitem-li otherGrain-ammeter-view-year" style="min-width: 0px;margin-right: 0px;">
  15. <span class="pf-pitem-lit" style="min-width: 0px;text-align: left;">年份:</span>
  16. <span class="pf-pitem-lic">
  17. <select class="easyui-combobox otherGrain-ammeter-view-year-v" name="year" style="width:60px;">
  18. <option value="2017">2017</option>
  19. <option value="2018">2018</option>
  20. <option value="2019">2019</option>
  21. <option value="2020">2020</option>
  22. <option value="2021">2021</option>
  23. <option value="2022">2022</option>
  24. <option value="2023">2023</option>
  25. <option value="2024">2024</option>
  26. <option value="2025">2025</option>
  27. <option value="2026">2026</option>
  28. <option value="2027">2027</option>
  29. <option value="2028">2028</option>
  30. <option value="2029">2029</option>
  31. <option value="2030">2030</option>
  32. <option value="2031">2031</option>
  33. <option value="2032">2032</option>
  34. <option value="2033">2033</option>
  35. <option value="2034">2034</option>
  36. <option value="2035">2035</option>
  37. </select>
  38. </span>
  39. </span>
  40. <span class="pf-pitem-li otherGrain-ammeter-view-month" style="min-width: 0px;margin-right: 0px;">
  41. <span class="pf-pitem-lit" style="min-width: 0px;text-align: left;">月份:</span>
  42. <span class="pf-pitem-lic">
  43. <select class="easyui-combobox otherGrain-ammeter-view-month-v" name="year" style="width:45px;">
  44. <option value="01">01</option>
  45. <option value="02">02</option>
  46. <option value="03">03</option>
  47. <option value="04">04</option>
  48. <option value="05">05</option>
  49. <option value="06">06</option>
  50. <option value="07">07</option>
  51. <option value="08">08</option>
  52. <option value="09">09</option>
  53. <option value="10">10</option>
  54. <option value="11">11</option>
  55. <option value="12">12</option>
  56. </select>
  57. </span>
  58. </span>
  59. <div class="bugget-lineChart-div" style="width: 600px;height:400px;"></div>
  60. </div>
  61. <!--统计表-->
  62. <div class="easyui-window other-statistics-view" data-options="modal:false,closed:true" style="width: 800px;">
  63. <div class=".other-statistics-tool" style="margin-top: 0;">
  64. <div class="dt-nav">
  65. 检测时间:
  66. <input class="easyui-datebox other-grain-statistics-start-time" type="text" name="other-grain-statistics-start-time" value="" editable="false">&#12288;-&#12288;<input class="easyui-datebox other-grain-statistics-end-time" name="other-grain-statistics-end-time" value="" editable="false">&emsp;
  67. <a href="#" class="easyui-linkbutton bd-add-s" style="height: 25px;" id="other-grain-statistics-search">查询</a>
  68. <a href="#" class="easyui-linkbutton bd-add-s other-clear-btn4" plain="true">清空</a>
  69. </div>
  70. </div>
  71. <div class="statistics-tab-box">
  72. <table id="otherStatisticsTab">
  73. </table>
  74. </div>
  75. <div class="btn-box">
  76. <a href="javascript:;" class="easyui-linkbutton bd-add-s export-otherGrainStatistics-btn" data-num="0" plain="true">导出</a>
  77. <!--
  78. <a href="javascript:;" class="easyui-linkbutton bd-add-s detail-otherGrainStatistics-print" data-num="0" plain="true">打印</a>
  79. -->
  80. </div>
  81. </div>
  82. <!--进度条-->
  83. <div class="easyui-window otherGrainAmmeterProgressbar" data-options="modal:false,closed:true" style="width: 800px;">
  84. <div id="otherGrainAmmeterProgressbar" class="easyui-progressbar otherGrainAmmeterProgressbar-div " data-options="value:0" style="width:400px;"></div>
  85. </div>