#assign gridName="attPersonSchGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}" showColumns="!likeName">
<@ZKUI.Searchbar onBeforeQuery="loadAttPersonSchGrid">
<@ZKUI.SearchTop>
|
<@ZKUI.Input type="date" id="startDate${uuid!}" endId="endDate${uuid!}" name="startDate" title="common_time_from" todayRange="start" today="true" readonly="false"/>
<@i18n 'common_to'/>
<@ZKUI.Input type="date" id="endDate${uuid!}" name="endDate" title="common_to" today="true" offset="1" hideLabel="true" readonly="false"/>
|
<#if !staff>
<@ZKUI.Input name="personPin" maxlength="30" title="att_person_pin" type="text"/>
|
<@ZKUI.Combo empty="true" name="schStatus" readonly="true" title="att_personSch_schStatus">
@ZKUI.Combo>
|
#if>
@ZKUI.SearchTop>
<@ZKUI.SearchBelow>
|
<@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/>
|
<@ZKUI.Input name="deptName" title="pers_dept_deptName" type="text"/>
|
@ZKUI.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Layout style="position:absolute; top:70px;bottom:0px;left:0px;right:0px;height:auto;" pattern="2U" onInit="attGlobalInitDeptTree">
<@ZKUI.Cell width="240">
<@ZKUI.Tree id="attPersonSchDeptTree" dynamic="true" type="checkbox" url="authDepartment.do?dynaTree&showPersonCount=false" onClick="attGlobalDeptTreeClick"
onCheck="attPersonSchDeptTreeCheck">@ZKUI.Tree>
@ZKUI.Cell>
<@ZKUI.Cell hideHeader="true">
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission=""/>
<@ZKUI.ToolItem id="attPersonSch.do?cycleSch" text="att_personSch_cycleSch" title="att_personSch_cycleSch" width="440" height="540" img="comm_add.png" action="attPersonSchCycleSch" permission="att:personsch:cycleSch"/>
<@ZKUI.ToolItem id="attPersonSch.do?tempSch" text="att_leftMenu_tempSch" title="att_leftMenu_tempSch" width="1080" height="700" img="comm_add.png" action="attPersonSchTempSch" permission="att:personsch:tempSch"/>
<@ZKUI.ToolItem id="attCycleSch.do?delCycleSch" text="att_personSch_cleanCycleSch" img="comm_del.png" action="attPersonSchCleanCycleSch" permission="att:personsch:cleanCycleSch"/>
<@ZKUI.ToolItem id="attTempSch.do?delTempSch" text="att_personSch_cleanTempSch" img="comm_del.png" action="attPersonSchCleanTempSch" permission="att:personsch:cleanTempSch"/>
<@ZKUI.ToolItem type="more">
<@ZKUI.ToolItem id="attPersonSch.do?export" type="export" text="att_personSch_export" title="att_personSch_export" permission="att:personsch:export"/>
<@ZKUI.ToolItem id="attTempSch.do?import" type="import" text="att_personSch_import" title="att_personSch_import" permission="att:personsch:import" showImportProcess="true" onFinish="attPersonSchReloadGrid" width="500" height="250"/>
<@ZKUI.ToolItem id="attTempSch.do?exportTemplate" type="export" action="attOpExportTempSchTemplate" text="att_exception_downTemplate" title="att_exception_downTemplate" img="common_download.png" permission="att:personsch:exportTemplate" />
@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.att.vo.AttPersonSchItem" query="attPersonSch.do?list"/>
@ZKUI.Cell>
@ZKUI.Layout>
@ZKUI.GridBox>