${text('设备管理')}
${text('查询')} <% if(hasPermi('is3dmcps:isDevice:edit')){ %> ${text('新增')} <% } %>
<#form:form id="searchForm" model="${isDevice}" action="${ctx}/is3dmcps/isDevice/listData" method="post" class="form-inline hide" data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}">
<#form:treeselect id="deviceCode" title="${text('设备代码选择')}" path="" labelPath="deviceCodeName" url="${ctx}/is3dmcps/isDeviceCode/deviceTreeData" allowClear="true" canSelectRoot="true" canSelectParent="true" />
<#form:input path="manufacturer" maxlength="60" class="form-control width-120"/>
<#form:input path="supplier" maxlength="60" class="form-control width-120"/>
<#form:input path="useOffice" maxlength="60" class="form-control width-120"/>
<#form:select path="status" dictType="is_device_status" blankOption="true" class="form-control"/>