|
|
|
<@ZKUI.Combo id="eleSuperAuth${uuid}" empty="false" width="148" name="ele.superAuth" hideLabel="true" value="${(item.superAuth)!0}">
@ZKUI.Combo>
|
|
<@ZKUI.Input id="eleIsSetValidTime${uuid}" hideLabel="true" name="ele.isSetValidTime" type="checkbox" eventCheck="true" value="${(item.isSetValidTime?string('true','false'))!'false'}"/>
|
| * |
<@ZKUI.Input type="date" endId="endDate2${uuid}" todayRange="start" value="${(item.startTime?string('yyyy-MM-dd'))!}" today="0" name="ele.startTime" hideLabel="true"/>
|
| * |
<@ZKUI.Input type="date" id="endDate2${uuid}" todayRange="end" value="${(item.endTime?string('yyyy-MM-dd'))!}" today="0" name="ele.endTime" hideLabel="true"/>
|
|