#assign gridName="iasDeviceUserGrid">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input name="name" maxlength="30" title="ias_deviceUser_name" type="text"/>
|
<@ZKUI.Input name="deviceName" maxlength="30" title="common_dev_name" type="text"/>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="ias:deviceUser:refresh"/>
<@ZKUI.ToolItem id="iasDeviceUser.do?edit" text="common_op_new" width="400" height="420" img="comm_add.png" action="commonAdd" permission="ias:deviceUser:add"/>
<@ZKUI.ToolItem id="iasDeviceUser.do?updateDeviceUserPage" text="ias_device_updateUser" title="ias_device_updateUser" width="500" height="350" img="ias_updateUser.png" action="commonOpen" mode="single" permission="ias:deviceUser:updateUser"/>
<@ZKUI.ToolItem id="iasDeviceUser.do?del&name=(name)" text="common_op_del" img="comm_del.png" action="iasCommonSingleOperate" permission="ias:deviceUser:del"/>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.ias.vo.IasDeviceUserItem" query="iasDeviceUser.do?list" hideTreeImg="true"/>
@ZKUI.GridBox>