#assign gridName="parkCarTypeGrid${uuid!}">
<@ZKUI.GridBox>
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input name="carNumber" maxlength="30" title="park_carNumber" type="text"/>
|
@ZKUI.SearchTop>
@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 vo="com.zkteco.zkbiosecurity.park.vo.ParkTransactionItem" query="parkTransaction.do?list"/>
@ZKUI.GridBox>