historicalRecord.html 1.1 KB

123456789101112131415161718
  1. <div id="his-bd-toolbar" style="padding: 10px 5px;">
  2. <form class="deviceCheck-form-edit" id="deviceCheck-form-edit">
  3. 库名:
  4. <input id="gasHistorical-container" class="easyui-combotree combotree-f combo-f textbox-f" editable="false" data-options="width:'140px',height:'20px'" name="grainId">&emsp;
  5. 日期:
  6. <input class="easyui-datebox costLoss-start-time" type="text" name="costLoss-start-time" editable="false">-<input class="easyui-datebox costLoss-end-time" name="costLoss-end-time" editable="false">&emsp;
  7. <a href="#" class="easyui-linkbutton bd-add-s" style="height: 25px;" id="costLoss-search">查询</a>
  8. <a href="#" class="easyui-linkbutton bd-add-s clear-btn1" plain="true">清空</a>
  9. <a href="javascript:;" class="easyui-linkbutton bd-add-s house-downLoad">导出</a>&emsp;
  10. </form>
  11. </div>
  12. <table id="his-bd-dg" style="height:500px;" class="role-manage-table">
  13. </table>
  14. <form id="fm_excel_export" >
  15. <input type = "hidden" id = "hd_excel_data" name = "data" >
  16. <input type = "hidden" id = "hd_excel_title" name = "title" >
  17. </form>