<#assign gridName="posIdOrderMealGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@i18n 'posid_orderMeal_start_time'/>   <@ZKUI.Input type="datetime" endId="endTimeId${uuid}" name="startDatetimeBegin" title="posid_orderMeal_start_time" todayRange="start" max="today" today="-2" hideLabel="true" noOverToday="true" readonly="false"/>   <@i18n 'common_to'/>   <@ZKUI.Input type="datetime" id="endTimeId${uuid}" name="startDatetimeEnd" title="common_to" today="3" noOverToday="true" hideLabel="true" readonly="false"/> <@ZKUI.Input name="inPersonPin" maxlength="30" title="posid_card_personNum" type="text"/> <@ZKUI.Layout style="position:absolute; top:70px;bottom:0px;left:0px;right:0px;height:auto;" pattern="2U" onInit="posidGlobalInitDeptTree"> <@ZKUI.Cell width="240" treeId="deptTree"> <@ZKUI.Tree dynamic="true" id="deptTree" url="authDepartment.do?dynaTree&showPersonCount=false" onClick="posidGlobalDeptTreeClick"> <@ZKUI.Cell hideHeader="true"> <@ZKUI.Toolbar gridName="${gridName}"> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="posid:orderMeal:refresh"> <@ZKUI.ToolItem id="posIDOrderMeal.do?edit" text="common_op_new" height="300" img="comm_add.png" action="commonAdd" permission="posid:orderMeal:edit"> <@ZKUI.ToolItem text="posid_orderMeal_cancel" img="posid_orderMeal_cancel.png" action="cancelOrderMeal" permission="posid:orderMeal:cancel"/> <@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.posid.vo.PosIDOrderMealItem" query="posIDOrderMeal.do?list" />