#assign gridName="posPersonConsumeGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input type="datetime" endId="endDate${uuid}" max="today" todayRange="start" today="-3" name="opTimeBegin" title="pos_countTable_beginTime"/>
|
<@ZKUI.Input type="datetime" id="endDate${uuid}" max="today" todayRange="end" today="true" name="opTimeEnd" title="pos_countTable_endTime"/>
|
<@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
<@ZKUI.Toolbar gridName="${gridName}">
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="pos:personConsume:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem type="export" id="posPersonConsume.do?export" text="common_op_export" permission="pos:personConsume:export" >@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.pos.vo.PosPersonConsumeItem" query="posPersonConsume.do?list" fixColumn="7"/>
@ZKUI.GridBox>