#assign gridName="attClassGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input type="datetime" id="startTime${uuid}" endId="endTimeId${uuid}" name="startTime" title="common_time_from" todayRange="start" today="-3" readonly="false"/>
<@i18n 'common_to'/>
<@ZKUI.Input type="datetime" id="endTimeId${uuid}" name="endTime" title="common_to" todayRange="end" today="true" hideLabel="true" readonly="false"/>
|
<@ZKUI.Input name="adjustPersonPin" maxlength="30" title="att_person_pin" type="text"/>
|
<@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/>
|
@ZKUI.SearchTop>
<@ZKUI.SearchBelow>
|
<@ZKUI.Input name="adjustDeptCode" maxlength="30" title="pers_dept_deptNo" type="text"/>
|
<@ZKUI.Input name="adjustDeptName" maxlength="30" title="pers_dept_deptName" type="text"/>
|
@ZKUI.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="att:class:refresh">@ZKUI.ToolItem>
<#if !staff>
<@ZKUI.ToolItem id="attClass.do?edit" text="common_op_new" width="850" height="290" img="comm_add.png" action="commonAdd" permission="att:class:add">@ZKUI.ToolItem>
<#else>
<@ZKUI.ToolItem id="attWfSelfApply.do?startApply&flowType=classShift" text="common_op_new" width="850" height="320" img="comm_add.png" action="commonAdd" permission="att:class:add">@ZKUI.ToolItem>
#if>
<@ZKUI.ToolItem id="attClass.do?del&pins=(adjustPersonPin)" text="common_op_del" img="comm_del.png" action="commonDel" permission="att:class:del">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="attClass.do?export" type="export" text="common_op_export" img="comm_export.png" permission="att:class:export"/>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.att.vo.AttClassItem" query="attClass.do?list"/>
@ZKUI.GridBox>