#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.SearchTop>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="psg:auxIn:refresh"/>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.psg.vo.PsgAuxInItem" query="psgAuxIn.do?list"/>
@ZKUI.GridBox>