123456789101112131415161718 |
- <div id="his-bd-toolbar" style="padding: 10px 5px;">
- <form class="deviceCheck-form-edit" id="deviceCheck-form-edit">
- 库名:
- <input id="gasHistorical-container" class="easyui-combotree combotree-f combo-f textbox-f" editable="false" data-options="width:'140px',height:'20px'" name="grainId"> 
- 日期:
- <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"> 
- <a href="#" class="easyui-linkbutton bd-add-s" style="height: 25px;" id="costLoss-search">查询</a>
- <a href="#" class="easyui-linkbutton bd-add-s clear-btn1" plain="true">清空</a>
- <a href="javascript:;" class="easyui-linkbutton bd-add-s house-downLoad">导出</a> 
- </form>
- </div>
- <table id="his-bd-dg" style="height:500px;" class="role-manage-table">
- </table>
- <form id="fm_excel_export" >
- <input type = "hidden" id = "hd_excel_data" name = "data" >
- <input type = "hidden" id = "hd_excel_title" name = "title" >
- </form>
|