#assign gridName="accPersonGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input name="isSetValidTime" maxlength="30" title="acc_person_isSetValidTime" type="text"/>
|
<@ZKUI.Input type="datetime"name="startTime" maxlength="30" title="acc_person_startTime" type="text"/>
|
<@ZKUI.Input type="datetime"name="endTime" maxlength="30" title="acc_person_endTime" type="text"/>
|
@ZKUI.SearchTop>
<@ZKUI.SearchBelow>
|
<@ZKUI.Input name="disabled" maxlength="30" title="acc_person_disabled" type="text"/>
|
<@ZKUI.Input name="superAuth" maxlength="30" title="acc_person_superAuth" type="text"/>
|
@ZKUI.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="acc:person:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="/accPerson.do?edit" text="common_op_new" width="500" img="comm_add.png" action="commonAdd" permission="acc:person:add">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="/accPerson.do?del" text="common_op_del" img="comm_del.png" action="commonDel" permission="acc:person:delete">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.acc.vo.AccPersonItem" query="/accPerson.do?list"/>
@ZKUI.GridBox>