<#assign gridName="posTransactionGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@i18n 'pos_consumerList_startTime'/>   <@ZKUI.Input type="datetime" endId="endTimeId${uuid}" name="startDatetimeBegin" title="pos_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.Input name="personPin" maxlength="30" title="pos_card_personNum" type="text"/> <@ZKUI.SearchBelow> <@ZKUI.Input name="likeName" maxlength="30" title="pers_person_wholeName" type="text"/> <@ZKUI.Input name="sysCardNo" id="id_sysCardNo_search" maxlength="8" title="pos_card_accountNum" type="text"/> <@ZKUI.Input name="deptName" maxlength="30" title="pos_card_deptName" type="text"/> <@ZKUI.Combo name="hallingId" empty="true" title="pos_diningHall_name" path="posDiningHall.do?getDiningHallNameList"> <@ZKUI.Combo name="mealId" empty="true" title="pos_meal_name" path="posMeal.do?getMealNameList"> <@ZKUI.Combo name="posModel" empty="true" title="pos_dev_consumerMode" > <@ZKUI.Input name="devSn" maxlength="30" title="common_dev_sn" type="text"/> <@ZKUI.Input name="createrName" maxlength="30" title="pos_card_changeOperator" type="text"/> <@ZKUI.Toolbar gridName="${gridName}"> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="pos:transaction:refresh"> <@ZKUI.ToolItem type="export" id="posTransaction.do?export" text="common_op_export" permission="pos:transaction:export" > <@ZKUI.ToolItem id="posTransaction.do?checkErrorRecovery" text="pos_consumerList_correction" title="pos_consumerList_correction" width="400" height="450" img="comm_add.png" action="errorRecovery" permission="pos:transaction:errorRecovery"> <@ZKUI.ToolItem id="skip.do?page=pos_transaction_importPosRecord" text="pos_consumerList_importRecord" title="common_op_import" img="comm_import.png" action="commonOpen" width="550" height="270" permission="pos:transaction:importRecord"> <@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.pos.vo.PosTransactionItem" query="posTransaction.do?list" onAfterInit="afterPosCashModelInit" fixColumn="7"/>