#assign gridName="admsDevCmdGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@i18n 'adms_devCmd_submitTime'/> <@i18n 'common_from'/>
<@ZKUI.Input type="datetime" endId="submitEndTime${uuid}" title="adms_devCmd_submitTime" max="today" name="submitStartTime" hideLabel="true" readonly="false"/>
<@i18n 'common_to'/>
<@ZKUI.Input type="datetime" id="submitEndTime${uuid}" title="common_to" name="submitEndTime" max="today" hideLabel="true" readonly="false"/>
|
<@ZKUI.Input name="sn" value="${sn}" maxlength="30" title="common_dev_sn" type="text"/>
|
<@ZKUI.Combo name="returnValue" title="adms_devCmd_returnedResult">
@ZKUI.Combo>
|
@ZKUI.SearchTop>
<@ZKUI.SearchBelow>
|
<@i18n 'base_admsDevCmd_returnTime'/><@i18n 'common_from'/>
<@ZKUI.Input type="datetime" endId="returnEndTime${uuid}" title="base_admsDevCmd_returnTime" name="returnStartTime" max="today" hideLabel="true" readonly="false"/>
<@i18n 'common_to'/>
<@ZKUI.Input type="datetime" id="returnEndTime${uuid}" name="returnEndTime" title="common_to" max="today" hideLabel="true" readonly="false"/>
|
<@ZKUI.Input name="content" maxlength="30" title="adms_devCmd_content" type="text"/>
|
<@ZKUI.Combo name="appName" title="base_opLog_module">
<#if systemModules?lower_case?index_of("acc")!=-1>
#if>
<#if systemModules?lower_case?index_of("ele")!=-1>
#if>
<#if systemModules?lower_case?index_of("att")!=-1>
#if>
<#if systemModules?lower_case?index_of("pos")!=-1 && systemModules?lower_case?index_of("posid")==-1>
#if>
<#if systemModules?lower_case?index_of("posid")!=-1>
#if>
<#if systemModules?lower_case?index_of("pid")!=-1>
#if>
<#if systemModules?lower_case?index_of("ins")!=-1>
#if>
<#if systemModules?lower_case?index_of("ai")!=-1>
#if>
@ZKUI.Combo>
|
@ZKUI.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" permission="adms:devCmd:refresh" action="commonRefresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="admsDevCmd.do?clean" text="adms_devCmd_clearCmd" img="comm_del.png" permission="adms:devCmd:clearCmd" action="commonOperate" noSelect="true">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="admsDevCmd.do?export" type="export" text="common_op_export" permission="acc:level:refresh" img="comm_export.png">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.adms.vo.AdmsDevCmdItem" query="admsDevCmd.do?list"/>
@ZKUI.GridBox>