<#assign gridName="parkExceptionOutReportGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}" showColumns="${showColumns}"> <@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="channelOutName" maxlength="30" title="park_channel_name" type="text"/> <@ZKUI.SearchBelow> <@ZKUI.Input name="cardNumber" maxlength="30" title="pers_card_cardNo" type="text"/> <@ZKUI.Input name="carNumber" maxlength="30" title="park_carNumber" type="text"/> <@ZKUI.Combo name="parkingAreaId" empty="true" title="park_parkingArea_name" width="148px" path="parkParkingArea.do?getAllParkingArea" /> <@ZKUI.Combo name="carTypeId" empty="true" title="park_carType" path="parkCarType.do?getTypeSelectByFilter&filter=all" /> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="park:exceptionOut:refresh"/> <@ZKUI.ToolItem id="parkRecordout.do?exportExceptionOut" text="common_op_export" img="comm_export.png" action="commonExport" type="export" permission="park:exceptionOutReport:export"/> <@ZKUI.Grid showColumns="${showColumns}" vo="com.zkteco.zkbiosecurity.park.vo.ParkRecordoutItem" query="parkRecordout.do?exceptionOutList"/>