|
|
|
<@ZKUI.Combo id="eleSuperAuth${uuid}" empty="false" width="148" name="ele.superAuth" hideLabel="true" value="${(item.superAuth)!0}">
@ZKUI.Combo>
|
style="display: none;"#if>>
|
<@ZKUI.ComboTree hideLabel="true" type="checkbox" width="148" name="ele.defaultFloorId" readonly="true" id="floorId${uuid}" isTree="false"
url="eleServiceConfig.do?getServiceFloorTreeList" value="${(item.defaultFloorId)!}" needCheckAll="false" />
|
|
<@ZKUI.Combo hideLabel="true" width="148" name="ele.destinationSide" value="${(item.destinationSide)!}">
@ZKUI.Combo>
|
|
<@ZKUI.ComboTree hideLabel="true" type="checkbox" width="148" id="eleCallType" name="ele.callType" readonly="true" isTree="false"
value="${(item.callType)!}" url="eleFloor.do?getCallTypes" needCheckAll="false" />
|
|
<@ZKUI.ComboTree hideLabel="true" type="checkbox" width="148" id="id_allowElevatorId" name="ele.allowElevatorId" readonly="true" value="${(item.allowElevatorId)!}"
isTree="false" url="eleElevatorGroup.do?getElevatorTree"/>
|
|
<@ZKUI.Input id="eleNonStopOperation${uuid}" hideLabel="true" name="ele.nonStopOperation" type="checkbox" eventCheck="true" value="${(item.nonStopOperation?string('true','false'))!'false'}"/>
|
|
|
<@ZKUI.Input id="eleDisabled${uuid}" hideLabel="true" name="ele.disabled" type="checkbox" eventCheck="true" value="${(item.disabled?string('true','false'))!'false'}"/>
|
|
<@ZKUI.Input id="eleIsSetValidTime${uuid}" hideLabel="true" name="ele.isSetValidTime" type="checkbox" eventCheck="true" value="${(item.isSetValidTime?string('true','false'))!'false'}"/>
|
| * |
<@ZKUI.Input type="datetime" endId="endDate2${uuid}" todayRange="start" value="${(item.startTime?string('yyyy-MM-dd HH:mm:ss'))!}" today="0" name="ele.startTime" hideLabel="true" notCheckRange="true" readonly="true"/>
|
| * |
<@ZKUI.Input type="datetime" id="endDate2${uuid}" todayRange="end" value="${(item.endTime?string('yyyy-MM-dd HH:mm:ss'))!}" today="0" name="ele.endTime" hideLabel="true" notCheckRange="true" readonly="true"/>
|
style="display: none;"#if>>
|
<@ZKUI.Input id="eleIsSetDirectSelection${uuid}" hideLabel="true" name="ele.isSetDirectSelection" type="checkbox" eventCheck="true" value="${(item.isSetDirectSelection?string('true','false'))!'false'}"/>
|
|