<#assign editPage = true> <#include 'public/template/editTemplate.html'> <#macro editContent>
* <@ZKUI.Input hideLabel="true" name='name' type='text' value='${(item.name)!}' maxlength="50"/>
* <@ZKUI.Combo hideLabel="true" id="carTypeComboId" path="parkCarType.do?getForTemporaryCharge&editId=${(item.carTypeId)!''}" name="carTypeId" value="${(item.carTypeId)!}" title="park_carType_name" width="206" readonly="true" >
* <@ZKUI.Input hideLabel="true" id="maxfeePreday" class="wid100" name='maxfeePreday' type='text' onchange="changeValidValue()" value='${(item.maxfeePreday?c)!}' maxlength="7"/>
* <@ZKUI.Input hideLabel="true" name='freeMinutes' type='text' value='${(item.freeMinutes)!"0"}' maxlength="4"/> <@i18n "common_minutes"/>
<@ZKUI.Combo id="naturalDays${uuid}" name="naturalDays" value="${(item.naturalDays)!}" empty="false" title="park_temporaryCharge_enableScrollingBilling" hideLabel="true" width="148" readonly="true"> <@i18n "park_temporaryCharge_rollingChargeLimit"/> <@ZKUI.Input name="rollingChargeLimit" type="text" maxlength="5" value="${(item.rollingChargeLimit?c)!}" style="width:140px;"/>
<@ZKUI.Input hideLabel="true" class="marginRightB" id="chargeModeByTime" name="chargeMode" type="radio" value="1" onchange="chargeModeTimeTabbarShow()" /> <@ZKUI.Input hideLabel="true" class="marginRightB" id="chargeModeByCycle" name="chargeMode" type="radio" value="2" onchange="chargeModeCycleTabbarShow()" />
<#list (parkTemporaryChargeExtendByTimeList)! as ptcebt>
*
<@i18n "park_temporaryCharge_to"/>
<@ZKUI.Input hideLabel="true" type='checkbox' id='parkCrossDayByTime[${ptcebt_index+1}]' name='parkTemporaryChargeExtendByTime[${ptcebt_index+1}].crossDay' onchange="parkCrossDayByTime(this)" value="1" />
<@ZKUI.Input hideLabel="true" id= "parkPayPerViewByTime[${ptcebt_index+1}]" name="parkTemporaryChargeExtendByTime[${ptcebt_index+1}].payPerView" type="checkbox" onchange="payPerViewTime(this)" value="1" />
* <@ZKUI.Input id= "parkMaximumChargeByTime[${ptcebt_index+1}]" onchange="changeValidValue()" maxlength="7" name="parkTemporaryChargeExtendByTime[${ptcebt_index+1}].maximumCharge" type="text" value="${(ptcebt.maximumCharge?c)!}"/>
<@ZKUI.Input id="parkFirstTimeCharge[${ptcebt_index+1}]" maxlength="7" name="parkTemporaryChargeExtendByTime[${ptcebt_index+1}].firstTimeCharge" type="text" value="${(ptcebt.firstTimeCharge?c)!}"/> <@ZKUI.Input id="parkUnitTimeByFirstTime[${ptcebt_index+1}]" maxlength="4" name="parkTemporaryChargeExtendByTime[${ptcebt_index+1}].firstUnitTime" type="text" value="${(ptcebt.firstUnitTime)!}"/> <@i18n "common_minutes"/>
<@ZKUI.Input id="parkUnitTimeChargeByTime[${ptcebt_index+1}]" onchange="changeValidValue()" maxlength="7" name="parkTemporaryChargeExtendByTime[${ptcebt_index+1}].unitTimeCharge" type="text" value="${(ptcebt.unitTimeCharge?c)!}"/> <@ZKUI.Input id= "parkUnitTimeByTime[${ptcebt_index+1}]" maxlength="4" name="parkTemporaryChargeExtendByTime[${ptcebt_index+1}].unitTime" type="text" value="${(ptcebt.unitTime)!}"/> <@i18n "common_minutes"/>
<#list (parkTemporaryChargeExtendByCycleList)! as ptcebc>
* <@ZKUI.Input id="parkHourLongByCycle[${ptcebc_index+1}]" maxlength="4" name="parkTemporaryChargeExtendByCycle[${ptcebc_index+1}].hourLong" type="text" value="${(ptcebc.hourLong)!}" /> <@i18n "common_minutes"/>
<@ZKUI.Input hideLabel="true" id= "parkPayPerViewByCycle[${ptcebc_index+1}]" name="parkTemporaryChargeExtendByCycle[${ptcebc_index+1}].payPerView" type="checkbox" onchange="payPerViewCycle(this)" value="1" />
* <@ZKUI.Input id="parkMaximumChargeByCycle[${ptcebc_index+1}]" onchange="changeValidValue()" maxlength="7" name="parkTemporaryChargeExtendByCycle[${ptcebc_index+1}].maximumCharge" type="text" value="${(ptcebc.maximumCharge?c)!}"/>
<@ZKUI.Input id="parkUnitTimeChargeByCycle[${ptcebc_index+1}]" onchange="changeValidValue()" maxlength="7" name="parkTemporaryChargeExtendByCycle[${ptcebc_index+1}].unitTimeCharge" type="text" value="${(ptcebc.unitTimeCharge?c)!}"/> <@ZKUI.Input id= "parkUnitTimeByCycle[${ptcebc_index+1}]" maxlength="4" name="parkTemporaryChargeExtendByCycle[${ptcebc_index+1}].unitTime" type="text" value="${(ptcebc.unitTime)!}"/> <@i18n "common_minutes"/>
<@i18n "park_temporaryCharge_testRule"/>
<@i18n "park_carType_name"/> <@ZKUI.Input hideLabel="true" style="width: 130px" type='text' id='testCarTypeName' value='${(item.carTypeName)!}' disabled="disabled" />
* <@ZKUI.Input endId="checkOutTime${uuid}" name="checkInTime" type="datetime" hideLabel="true" readonly="true"/>
* <@ZKUI.Input id="checkOutTime${uuid}" name="checkOutTime" type="datetime" hideLabel="true" readonly="true"/>
<@i18n "park_temporaryCharge_receivable"/>
0.0