#assign gridName="parkCarTypeGrid${uuid!}">
<@ZKUI.GridBox 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.Combo name="parkingLotInfId" empty="true" title="park_parkingLotSet_parkParkingName" width="148px" path="parkParkingLot.do?getAllParkingLot" />
|
@ZKUI.SearchTop>
<@ZKUI.SearchBelow>
@ZKUI.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="parkTransaction.do?export" text="common_op_export" img="comm_export.png" action="commonExport" type="export" permission="park:transaction:export"/>
@ZKUI.Toolbar>
<@ZKUI.Grid pageList="true" limitCount="100000" vo="com.zkteco.zkbiosecurity.park.vo.ParkTransactionItem" query="parkTransaction.do?list"/>
@ZKUI.GridBox>