${text('设备使用记录')}
<#form:form id="searchForm" model="${isDeviceUse}" action="${ctx}/is3dmcps/isDeviceUse/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="part" title="${text('零部件选择')}"
path="partId" labelPath="partName"
url="${ctx}/is3dmcps/isPart/treeData" allowClear="true"
canSelectRoot="false" canSelectParent="false" />
<#form:treeselect id="device" title="${text('设备选择')}"
path="deviceId" labelPath="deviceName"
url="${ctx}/is3dmcps/isDevice/treeData" allowClear="true"
canSelectRoot="false" canSelectParent="false" />
<#form:select path="type" dictType="is_device_use_type" blankOption="true" class="form-control"/>
<#form:treeselect id="operator" title="${text('用户选择')}"
path="operator" labelPath=""
url="${ctx}/sys/office/treeData?isLoadUser=true" allowClear="true"/>
<#form:input path="operateTime_gte" readonly="true" maxlength="20" class="form-control Wdate-datetime"
dataFormat="datetime" onclick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm',isShowClear:false,onpicked:function(){operateTime_lte.click()}});"/>
--
<#form:input path="operateTime_lte" readonly="true" maxlength="20" class="form-control Wdate-datetime"
dataFormat="datetime" onclick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm',isShowClear:false});"/>