#assign gridName="posIDOfflineConsumeGrid${uuid!}">
<@ZKUI.DGrid gridName="${gridName}">
<@ZKUI.LeftGrid title="posid_offline_consume_person" width="40%" autoLoadRight="false">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input name="pin" maxlength="30" title="pers_person_pin" type="text"/>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
<@ZKUI.Layout style="position:absolute; top:70px;bottom:0px;left:0px;right:0px;height:auto;" pattern="2U" onInit="posidGlobalInitDeptTree">
<@ZKUI.Cell width="240" treeId="deptTree">
<@ZKUI.Tree dynamic="true" id="deptTree" url="authDepartment.do?dynaTree&showPersonCount=false" onClick="posidGlobalDeptTreeClick">@ZKUI.Tree>
@ZKUI.Cell>
<@ZKUI.Cell hideHeader="true">
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="posid:offlineConsume:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem showImportProcess="true" text="posid_allowance_checkAll" img="posid_check.png" action="openOfflineSingleProcess" noSelect="true" permission="posid:offlineConsume:verification">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="posIDOfflineConsume.do?importUSBRecord" action="importUSBRecord" showImportProcess="true" onFinish="reloadPosIDOfflineConsumeGrid" text="common_op_import" title="common_op_import" img="comm_import.png" width="550" height="270" permission="posid:offlineConsume:import">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid onRowSelect="posIDByPersonLeftGridClick" vo="com.zkteco.zkbiosecurity.posid.vo.PosIDPersonOfflineConsumeItem" query="posIDOfflineConsume.do?personList"/>
@ZKUI.Cell>
@ZKUI.Layout>
@ZKUI.LeftGrid>
<@ZKUI.RightGrid callback="posIDByPersonRightCallback" leftFieldName="id">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@i18n 'posid_consumerList_startTime'/>
<@ZKUI.Input type="datetime" endId="endTimeId${uuid}" name="startTime" title="posid_consumerList_startTime" todayRange="start" max="today" today="-3" hideLabel="true" noOverToday="true" readonly="false"/>
<@i18n 'common_to'/>
<@ZKUI.Input type="datetime" id="endTimeId${uuid}" name="endTime" title="common_to" max="today" todayRange="end" today="true" noOverToday="true" hideLabel="true" readonly="false"/>
|
<@ZKUI.Input name="sn" maxlength="30" title="common_dev_sn" type="text"/>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem type="refresh" permission="posid:offlineConsume:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="posIDOfflineConsume.do?verification" text="posid_allowance_check" title="posid_allowance_check" img="posid_check.png" width="300" height="160" action="commonOpenOperate" permission="posid:offlineConsume:verification">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.posid.vo.PosIDOfflineConsumeItem" query="posIDOfflineConsume.do?list"/>
@ZKUI.RightGrid>
@ZKUI.DGrid>