#assign gridName="posIDOfflineConsumeGrid${uuid!}">
<@ZKUI.DGrid gridName="${gridName}">
<@ZKUI.LeftGrid title="posid_offline_consume_person" width="40%">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input name="pin" maxlength="30" title="pers_person_pin" type="text"/>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="posid:offlineConsume:refresh">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid onRowSelect="posIDByPersonLeftGridClick" vo="com.zkteco.zkbiosecurity.posid.vo.PosIDPersonOfflineConsumeItem" query="posIDOfflineConsume.do?personList" autoFirst="true"/>
@ZKUI.LeftGrid>
<@ZKUI.RightGrid callback="posIDByPersonRightCallback" leftFieldName="pin">
<@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>