#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.SearchTop>
<@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.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh"/>
<@ZKUI.ToolItem id="parkRecordout.do?RemoveOnSiteCar&names=(carNumber)" text="park_terminalManagement_remove" img="comm_del.png" action="commonOperate" permission="park:recordin:remove">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="parkRecordin.do?parkRecordinExport" text="common_op_export" img="comm_export.png" action="commonExport" type="export" permission="park:recordin:export"/>
<@ZKUI.ToolItem id="skip.do?page=park_recordin_opParkManual" text="park_recordin_carNumberManual" width="535" height="580" img="comm_add.png" action="commonAdd" permission="park:recordin:parkManual"/>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.park.vo.ParkRecordinItem" query="parkRecordin.do?list"/>
@ZKUI.GridBox>