#assign gridName="posHandConsumeGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@i18n 'pos_consumerList_startTime'/>
<@ZKUI.Input type="datetime" endId="endTimeId${uuid}" name="startDatetimeBegin" title="pos_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="startDatetimeEnd" title="common_to" max="today" todayRange="end" today="true" noOverToday="true" hideLabel="true" readonly="false"/>
|
<@ZKUI.Input name="personPin" maxlength="30" title="pos_card_personNum" type="text"/>
|
@ZKUI.SearchTop>
<@ZKUI.SearchBelow>
|
<@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/>
|
<@ZKUI.Combo name="mealId" empty="true" title="pos_meal_name" path="posMeal.do?getMealNameList">
@ZKUI.Combo>
|
<@ZKUI.Combo name="deviceSn" empty="true" title="common_dev_sn" path="posDevice.do?getDevSnList">
@ZKUI.Combo>
|
@ZKUI.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Toolbar gridName="${gridName}">
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="pos:handConsume:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="posHandConsume.do?edit" text="common_op_new" height="450" img="comm_add.png" action="commonAdd" permission="pos:handConsume:add">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.pos.vo.PosHandConsumeItem" query="posHandConsume.do?list"/>
@ZKUI.GridBox>