${text(isDeviceRec.isNewRecord ? '新增设备运行记录' : '编辑设备运行记录')}
<#form:form id="inputForm" model="${isDeviceRec}" action="${ctx}/isopc/isDeviceRec/save" method="post" class="form-horizontal">
${text('基本信息')}
<#form:hidden path="id"/>
<#form:input path="deviceId" maxlength="64" class="form-control"/>
<#form:input path="deviceName" maxlength="80" class="form-control"/>
<#form:input path="startTime" maxlength="6" class="form-control"/>
<#form:input path="endTime" maxlength="6" class="form-control"/>
<#form:input path="runTime" maxlength="10" class="form-control"/>
<% } %>