<#assign gridName="posIDOrderMealSummaryGrid${uuid!}"> <@ZKUI.DGrid gridName="${gridName}"> <@ZKUI.LeftGrid title="posid_leftMenu_diningHall" width="40%"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="code" maxlength="4" title="posid_diningHall_code" type="text"/> <@ZKUI.Input name="name" maxlength="30" title="posid_diningHall_name" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="posid:orderMealSummary:refresh"> <@ZKUI.Grid onRowSelect="posIDByDiningHallLeftGridClick" vo="com.zkteco.zkbiosecurity.posid.vo.PosIDCusDiningHallOrderItem" query="posIDOrderMealSummary.do?diningHallList" autoFirst="true"/> <@ZKUI.RightGrid callback="posIDByDiningHallRightCallback" leftFieldName="id"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@i18n 'posid_orderMeal_start_time'/>   <@ZKUI.Input type="datetime" endId="endTimeId${uuid}" name="startTime" title="posid_orderMeal_start_time" todayRange="start" max="1" today="-1" hideLabel="true" readonly="false"/>   <@i18n 'common_to'/>   <@ZKUI.Input type="datetime" id="endTimeId${uuid}" name="endTime" title="common_to" max="1" todayRange="end" today="2" noOverToday="true" hideLabel="true" readonly="false"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem type="refresh" permission="posid:orderMealSummary:refresh"> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.posid.vo.PosIDCusOrderMealItem" query="posIDOrderMealSummary.do?list"/>