<#assign gridName="posIDHandConsumeGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@i18n 'posid_consumerList_startTime'/>   <@ZKUI.Input type="datetime" endId="endTimeId${uuid}" name="startDatetimeBegin" 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="startDatetimeEnd" title="common_to" max="today" todayRange="end" today="true" noOverToday="true" hideLabel="true" readonly="false"/> <@ZKUI.Input name="personPin" maxlength="30" title="pers_person_pin" type="text"/> <@ZKUI.SearchBelow> <@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/> <@ZKUI.Combo name="mealId" empty="true" title="posid_meal_name" path="posIDMeal.do?getMealNameList"> <@ZKUI.Combo name="posDeviceId" empty="true" title="common_dev_sn" path="posIDDevice.do?getDevSnList"> <@ZKUI.Toolbar gridName="${gridName}"> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="posid:handConsume:refresh"> <@ZKUI.ToolItem id="posIDHandConsume.do?edit" text="common_op_new" height="520" img="comm_add.png" action="commonAdd" permission="posid:handConsume:add"> <@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.posid.vo.PosIDHandConsumeItem" query="posIDHandConsume.do?list"/>