<#assign gridName="posIDAccountKindGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="code" maxlength="10" title="posid_iccard_code" type="text"/> <@ZKUI.Input name="name" maxlength="30" title="posid_iccard_name" type="text"/> <@ZKUI.Toolbar gridName="${gridName}"> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="posid:accountKind:refresh"> <@ZKUI.ToolItem id="posIDAccountKind.do?edit" text="common_op_new" width="650" height="580" img="comm_add.png" action="commonAdd" permission="posid:accountKind:add"> <@ZKUI.ToolItem id="posIDAccountKind.do?del&names=(name)" text="common_op_del" img="comm_del.png" action="commonDel" permission="posid:accountKind:del"> <@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.posid.vo.PosIDAccountKindItem" query="posIDAccountKind.do?list"/>