#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.Combo>
|
@ZKUI.SearchTop>
<@ZKUI.SearchBelow>
|
<@ZKUI.Combo name="mealId" empty="true" title="posid_meal_name" path="posIDMeal.do?getMealNameList">
@ZKUI.Combo>
|
<@ZKUI.Combo name="posModel" empty="true" title="posid_dev_consumerMode" >
@ZKUI.Combo>
|
|
<@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.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Toolbar gridName="${gridName}">
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="posid:outerTransaction:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem type="export" id="posIDOuterTransaction.do?export" text="common_op_export" permission="posid:outerTransaction:export" >@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.posid.vo.PosIDOuterTransactionItem" query="posIDOuterTransaction.do?list" onAfterInit="afterPosCashModelInit" />
@ZKUI.GridBox>