<#assign gridName="posStoreDetailGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="code" maxlength="4" title="posid_productCategory_code" type="text"/> <@ZKUI.Input name="name" maxlength="30" title="posid_productCategory_name" type="text"/> <@ZKUI.Toolbar gridName="${gridName}"> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="posid:productCategory:refresh"> <@ZKUI.ToolItem id="posIDProductCategory.do?edit" text="common_op_new" width = "380" height = "170" img="comm_add.png" action="commonAdd" permission="posid:productCategory:add"> <@ZKUI.ToolItem id="posIDProductCategory.do?del&names=(name)" text="common_op_del" img="comm_del.png" action="commonDel" permission="posid:productCategory:del"> <@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.posid.vo.PosIDProductCategoryItem" query="posIDProductCategory.do?list"/>