<#include '/public/template/editTemplate.html'> <#macro editContent> <@ZKUI.Layout pattern="3U" style="height:100%;width:100%;" onInit="initEditAttPersonSchHandler"> <@ZKUI.Cell hideHeader="true" height="180">
* <#if tempType?exists> <@ZKUI.Combo id="idScheduleType${uuid}" empty="false" width="148" value="${(item.scheduleType)!}" hideLabel="true" name="scheduleType"> <#else> <@ZKUI.Combo id="idScheduleType${uuid}" empty="false" width="148" value="${(item.scheduleType)!}" hideLabel="true" name="scheduleType">
* <@ZKUI.Input id="idStartDate" type="date" readonly="true" value="${(item.startDate)!}" name="startDate" hideLabel="true"/>
* <@ZKUI.Input id="idEndDate" type="date" readonly="true" value="${(item.endDate)!}" name="endDate" hideLabel="true"/>
<@ZKUI.Cell hideHeader="true">
<@ZKUI.Cell hideArrow="true"> <@ZKUI.SelectContent gridName="selectPerson${uuid!}" copy="true" vo="com.zkteco.zkbiosecurity.att.vo.AttSchPersonSelectItem" noButtonContent="true" query="attPersonSch.do?selectList"> <@ZKUI.Searchbar autoReload="false"> <@ZKUI.SearchTop> <@ZKUI.Input name="personPin" maxlength="30" title="att_person_pin" type="text"/> <@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/> <@ZKUI.SearchBelow> <@ZKUI.ComboTree width="148" type="radio" url="authDepartment.do?tree" title="att_common_dept" name="deptId"/>