statDevice.html 748 B

12345678910111213141516
  1. <div id="device-toolbar" style="padding:10px 5px;font-size: 14px;">
  2. 仓库:<input id="grainId" class="easyui-combobox bd-w-type grainId" editable="true" name="grainId">&emsp;
  3. 机械器材名称:<input id="type" class="easyui-combobox bd-w-type type" editable="true" name="type">&emsp;
  4. 规格型号:<input id="subType" class="easyui-combobox bd-w-type subType" editable="false" name="subType">&emsp;
  5. <a href="javascript:;" class="easyui-linkbutton bd-add-s device-search">查询</a>
  6. <a href="#" class="easyui-linkbutton bd-add-s clear-btn" plain="true">清空</a>
  7. </div>
  8. <table id="device-info">
  9. </table>
  10. <div class="device-detail">
  11. <table id="device-detail-table"></table>
  12. </div>
  13. <div class="device-pieChart"></div>