<#assign gridName="posIDMealConsumeGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input type="datetime" endId="endDate${uuid}" max="today" todayRange="start" today="-3" name="opTimeBegin" title="posid_countTable_beginTime"/> <@ZKUI.Input type="datetime" id="endDate${uuid}" max="today" todayRange="end" today="true" name="opTimeEnd" title="posid_countTable_endTime"/> <@ZKUI.Combo width="148" empty="true" name="mealId" title="posid_meal_name" path="posIDMeal.do?getMealNameList" readonly="readonly"> <@ZKUI.Combo width="148" empty="true" name="hallingId" title="posid_diningHall_name" path="posIDDiningHall.do?getDiningHallNameList" readonly="readonly"> <@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:mealConsume:refresh"> <@ZKUI.ToolItem type="export" id="posIDMealConsume.do?export" text="common_op_export" permission="posid:mealConsume:export" > <@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.posid.vo.PosIDMealConsumeItem" query="posIDMealConsume.do?list" fixColumn="6"/>