<#form:form id="inputForm" model="${accessControl}" action="${ctx}/sys/ac/save" method="post" class="form-horizontal">
*

设备点ID

<% if (isNewRecord) {%> <#form:input path="accessControlId" maxlength="100" class="form-control required "/> <% } else {%> <#form:input path="accessControlId" readonly="true" maxlength="100" class="form-control required "/> <% } %>
*

关联设备

<#form:select path="deviceId" items="${devList}" itemLabel="deviceName" itemValue="deviceId" class="form-control required" />
*

设备点名称

<#form:input path="accessControlName" maxlength="100" class="form-control required "/>
*

归属公司(区域)

<#form:select path="office.officeCode" items="${officeList}" itemLabel="officeName" itemValue="officeCode" blankOption="true" class="form-control"/>