<#assign gridName="posIDOrderProductMealListGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="personPin" maxlength="20" title="pers_person_pin" type="text"/> <@ZKUI.Input name="personName" maxlength="30" title="pers_person_name" type="text"/> <@ZKUI.Combo name="mealId" empty="true" title="posid_meal_name" path="posIDMeal.do?getMealNameList"> <@ZKUI.Toolbar gridName="${gridName}"> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="posid:orderProductSummary:storeDetailList"> <@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.posid.vo.PosIDOrderProductMealListItem" query="posIDOrderProductSummary.do?getOrderMealList&hallingId=${diningHallId}&orderTime=${orderTime}&status=${type}"/>