<#assign gridName="parkWorkRecordGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input endId="timeEnd${uuid!}" type="datetime" name="timeBegin" max="today" todayRange="start" today="-3" title="common_time_from" readonly="false"/>   <@i18n 'common_to'/>   <@ZKUI.Input id="timeEnd${uuid!}" type="datetime" name="timeEnd" max="today" todayRange="end" today="true" hideLabel="true" title="common_to" readonly="false"/> <@ZKUI.Input name="authUserName" maxlength="30" title="park_changeShifts_dutyName" type="text"/> <@ZKUI.SearchBelow> <@ZKUI.Combo name="pavilioId" empty="true" title="park_pavilio_name" width="148px" path="parkPavilio.do?getAllPavilio" /> <@ZKUI.Combo name="shiftDefinitionId" empty="true" title="park_shift_name" width="148px" path="parkShiftDefinition.do?getAllShiftDefinition" /> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh"/> <@ZKUI.ToolItem id="parkWorkRecord.do?export" text="common_op_export" img="comm_export.png" action="commonExport" type="export" permission="park:workRecord:export"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.park.vo.ParkWorkRecordItem" query="parkWorkRecord.do?list"/>