<#assign gridName="parkRecordinGrid${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="carNumber" maxlength="30" title="park_carNumber" type="text"/> <@ZKUI.SearchBelow> <@ZKUI.Input name="cardNumber" maxlength="30" title="pers_card_cardNo" type="text"/> <@ZKUI.Input name="userName" maxlength="30" title="park_terminalManagement_carUser" 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"/> <@ZKUI.ToolItem id="parkRecordout.do?export" text="common_op_export" img="comm_export.png" action="commonExport" type="export" permission="park:recordout:export"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.park.vo.ParkRecordoutItem" query="parkRecordout.do?list"/>