|
<@ZKUI.Combo id="accSuperAuth${uuid}" empty="false" width="148" name="acc.superAuth" hideLabel="true" value="${(item.superAuth)!0}">
@ZKUI.Combo>
|
|
|
<@ZKUI.Combo empty="false" width="148" name="acc.privilege" hideLabel="true" value="${(item.privilege)!}">
@ZKUI.Combo>
|
<#if "${Application['system.productCode']}" == "ZKBioSecurity">
|
<@ZKUI.Input id="accDelayPassage${uuid}" hideLabel="true" name="acc.delayPassage" type="checkbox" eventCheck="true" value="${(item.delayPassage?string('true','false'))!'false'}"/>
|
#if>
|
<@ZKUI.Input id="accDisabled${uuid}" hideLabel="true" name="acc.disabled" type="checkbox" eventCheck="true" value="${(item.disabled?string('true','false'))!'false'}"/>
|
|
<@ZKUI.Input id="accIsSetValidTime${uuid}" hideLabel="true" name="acc.isSetValidTime" type="checkbox" eventCheck="true" value="${(item.isSetValidTime?string('true','false'))!'false'}"/>
|
| * |
<@ZKUI.Input type="datetime" id="startDate2${uuid}" endId="endDate2${uuid}" todayRange="start" value="${(item.startTime?string('yyyy-MM-dd HH:mm:ss'))!}" today="0" name="acc.startTime" hideLabel="true" notCheckRange="true"/>
|
| * |
<@ZKUI.Input type="datetime" id="endDate2${uuid}" todayRange="end" value="${(item.endTime?string('yyyy-MM-dd HH:mm:ss'))!}" today="0" name="acc.endTime" hideLabel="true" notCheckRange="true"/>
|