<#assign gridName="psgAuxInGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="name" maxlength="30" title="common_name" type="text"/> <@ZKUI.Input name="devAlias" maxlength="30" title="common_dev_name" type="text"/> <@ZKUI.Input name="printerNumber" maxlength="30" title="common_dev_printingName" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="psg:auxIn:refresh"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.psg.vo.PsgAuxInItem" query="psgAuxIn.do?list"/>