<#assign gridName="attSignGrid${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"/> <#if !staff> <@ZKUI.Input name="personPin" maxlength="30" title="att_person_pin" type="text"/> <@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/> <#if !staff> <@ZKUI.SearchBelow> <@ZKUI.Input name="deptCode" maxlength="30" title="pers_dept_deptNo" type="text"/> <@ZKUI.Input name="deptName" maxlength="30" title="pers_dept_deptName" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="att:sign:refresh"> <#if !staff> <@ZKUI.ToolItem id="attSign.do?edit" text="common_op_new" width="950" height="620" img="comm_add.png" action="commonAdd" permission="att:sign:add"> <@ZKUI.ToolItem id="attSign.do?del&pins=(personPin)" text="common_op_del" img="comm_del.png" action="commonDel" permission="att:sign:del"> <#else> <@ZKUI.ToolItem id="attWfSelfApply.do?startApply&flowType=sign" text="common_op_new" width="600" height="490" img="comm_add.png" action="openApplySignWindow" permission="att:sign:add"> <@ZKUI.ToolItem id="attSign.do?export" type="export" text="common_op_export" img="comm_export.png" permission="att:sign:export"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.att.vo.AttSignItem" query="attSign.do?list"/>