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