${text('备件管理')}
${text('查询')}
<% if(hasPermi('is3dmcps:isDevice:edit')){ %>
${text('新增')}
<% } %>
<#form:form id="searchForm" model="${isDevice}" action="${ctx}/is3dmcps/isAttachment/listData" method="post" class="form-inline hide"
data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}">
#form:form>
<#form:treeselect id="deviceCode" title="${text('设备代码选择')}"
path="" labelPath="deviceCodeName"
url="${ctx}/is3dmcps/isDeviceCode/treeData" 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"/>