<#assign gridName="posIDOuterTransactionGrid${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.Combo name="hallingId" empty="true" title="posid_diningHall_name" path="posIDDiningHall.do?getDiningHallNameList"> <@ZKUI.SearchBelow> <@ZKUI.Combo name="mealId" empty="true" title="posid_meal_name" path="posIDMeal.do?getMealNameList"> <@ZKUI.Combo name="posModel" empty="true" title="posid_dev_consumerMode" > <@ZKUI.Input name="devSn" maxlength="30" title="common_dev_sn" type="text"/> <@ZKUI.Input name="createrName" maxlength="30" title="posid_card_changeOperator" type="text"/> <@ZKUI.Toolbar gridName="${gridName}"> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="posid:outerTransaction:refresh"> <@ZKUI.ToolItem type="export" id="posIDOuterTransaction.do?export" text="common_op_export" permission="posid:outerTransaction:export" > <@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.posid.vo.PosIDOuterTransactionItem" query="posIDOuterTransaction.do?list" onAfterInit="afterPosCashModelInit" />