<#if op??> <#if op=='showDetail'> <#if record??>
入场图片
<#if record.enter_car_pic??>
<#if record.enter_plate_pic??>
<#if record.certificate_pic??>
出场图片       证件图片
<#else>
出场图片
<#if record.exit_car_pic??>
<#if record.exit_plate_pic??>

入场通道:${record.enter_channel_name!''}

入场值班员:${record.enter_duty_user_name!''}

入场岗亭/电脑:${record.enter_host_name!''}

入场车牌:${record.enter_plate!''}

入场时间:<#if record.enter_time??>${record.enter_time?string('yy/MM/dd HH:mm:ss')}

${record.enter_pass_info!''}

出场通道:${record.exit_channel_name!''}

出场值班员:${record.exit_duty_user_name!''}

出场岗亭/电脑:${record.exit_host_name!''}

出场车牌:${record.exit_plate!''}

出场时间:<#if record.exit_time??>${record.exit_time?string('yy/MM/dd HH:mm:ss')}

${record.exit_pass_info!''}

通行场区:${record.area_name!''}

停车时长:${record.parkingTimeLen!''}

${record.exceptionInfo!''}

${record.carInfo!''}

<#if record.line1??>

${record.line1!''}

<#if record.lineTip1??>

${record.lineTip1!''}

<#if record.line2??>

${record.line2!''}

<#if record.line3??>

${record.line3!''}

<#if record.line4??>

${record.line4!''}

<#if record.line5??>

${record.line5!''}

<#if record.line6??>

${record.line6!''}

<#if record.enter_remark??>

入场描述:${record.enter_remark}

<#if record.exit_remark??>

离场描述:${record.exit_remark}

<#elseif op=='queryTotalMoney'>
应收金额总计 周期优惠总计 折扣优惠总计 场内/自助缴费 出口现金总计 出口扣费总计
${totalMoneyMap.exit_should_charge_total!'0.00'} ${totalMoneyMap.period_multi_free_total!'0.00'} ${totalMoneyMap.discount_money_total!'0.00'} ${totalMoneyMap.already_paid_total!'0.00'} ${totalMoneyMap.cash_pay_total!'0.00'} ${totalMoneyMap.deduct_money!'0.00'}
<#else>
<#if MANAGE_USER_PERMISSIONS?contains('/manage/exportExitPassRecord.action') >
温馨提示:双击记录可查看记录明细。