#assign gridName="parkFixedChargeGrid${uuid!}">
<@ZKUI.GridBox>
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input name="name" maxlength="30" title="park_fixedVehicle_name" type="text"/>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="park:fixedCharge:refresh"/>
<@ZKUI.ToolItem id="parkFixedCharge.do?edit" text="common_op_new" width="420" height="300" img="comm_add.png" action="commonAdd" permission="park:fixedCharge:add"/>
<@ZKUI.ToolItem id="parkFixedCharge.do?del&names=(name)" text="common_op_del" img="comm_del.png" action="commonDel" permission="park:fixedCharge:del"/>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.park.vo.ParkFixedChargeItem" query="parkFixedCharge.do?list"/>
@ZKUI.GridBox>