#assign gridName="attAutoExportGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input name="fileName" maxlength="30" title="att_autoExport_fileName" type="text"/>
|
<@ZKUI.Combo empty="true" name="reportType" title="att_autoExport_reportType">
@ZKUI.Combo>
|
<@ZKUI.Combo empty="true" name="sendFormat" title="att_autoExport_sendFormat">
@ZKUI.Combo>
|
@ZKUI.SearchTop>
<@ZKUI.SearchBelow>
|
<@ZKUI.Combo empty="true" name="jobStatus" title="common_inOutStatus">
@ZKUI.Combo>
|
@ZKUI.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="att:autoExport:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="attAutoExport.do?edit" text="common_op_new" width="900" height="710" img="comm_add.png" action="commonAdd" permission="att:autoExport:add">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="attAutoExport.do?del" text="common_op_del" img="comm_del.png" action="commonDel" permission="att:autoExport:del">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="attAutoExport.do?export" isShow="false" type="export" text="common_op_export" img="comm_export.png" permission="att:autoExport:export"/>
<@ZKUI.ToolItem id="attAutoExport.do?enable" text="common_enable" width="500" img="comm_enable.png" action="commonOperate" permission="att:autoExport:enable"/>
<@ZKUI.ToolItem id="attAutoExport.do?disable" text="common_commStatus_disable" width="500" img="comm_disable.png" action="commonOperate" permission="att:autoExport:disable"/>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.att.vo.AttAutoExportItem" query="attAutoExport.do?list"/>
@ZKUI.GridBox>