${text('零部件管理')}
${text('查询')} <% if(hasPermi('is3dmcps:isDevice:edit')){ %> ${text('新增')} <% } %>
<#form:form id="searchForm" model="${isDevice}" action="${ctx}/is3dmcps/isPart/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/partTreeData" allowClear="true" canSelectRoot="false" 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:treeselect id="device" title="${text('设备选择')}" path="" labelPath="deviceName" url="${ctx}/is3dmcps/isDevice/treeData" allowClear="true" canSelectRoot="true" canSelectParent="false" />
<#form:select path="status" dictType="is_device_status" blankOption="true" class="form-control"/>