#assign gridName="parkParkingMeterGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input endId="timeEnd${uuid!}" type="datetime" name="timeBegin" max="today" todayRange="start" today="-3" title="common_time_from" readonly="false"/>
<@i18n 'common_to'/>
<@ZKUI.Input id="timeEnd${uuid!}" type="datetime" name="timeEnd" max="today" todayRange="end" today="true" hideLabel="true" title="common_to" readonly="false"/>
|
<@ZKUI.Input name="carNumber" maxlength="30" title="park_carNumber" type="text"/>
|
@ZKUI.SearchTop>
<@ZKUI.SearchBelow>
|
<@ZKUI.Input name="dutyName" maxlength="30" title="park_ChargeDetail_userName" type="text"/>
|
<@ZKUI.Combo name="carTypeId" empty="true" title="park_carType"
path="parkCarType.do?getTypeSelectByFilter&filter=temp" />
|
|
<@ZKUI.Combo empty="true" name="chargingType" readonly="true" title="park_ChargeDetail_chargeType">
@ZKUI.Combo>
|
<@ZKUI.Combo empty="true" name="paymentMethod" readonly="true" title="park_parkingLotSet_payMentMethod">
@ZKUI.Combo>
|
@ZKUI.SearchBelow>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh"/>
<@ZKUI.ToolItem id="parkParkingMeter.do?export" text="common_op_export" img="comm_export.png" action="commonExport" type="export" permission="park:parkingMeter:export"/>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.park.vo.ParkParkingMeterItem" query="parkParkingMeter.do?list" showColumns="!photoPathIn"/>
@ZKUI.GridBox>