#if op??> <#if op=='showSearch'>
| 折扣名称 | 折扣类型 | 折扣值 | 折扣描述 | 使用场景 | 场内打折 | <#if MANAGE_USER_PERMISSIONS?contains('/manage/addCarparkDiscountSetting.action') || MANAGE_USER_PERMISSIONS?contains('/manage/modifyCarparkDiscountSetting.action') || MANAGE_USER_PERMISSIONS?contains('/manage/delCarparkDiscountSetting.action') >操作 | #if>
|---|---|---|---|---|---|---|
|
${w.discount_project_name!''}
|
<#if w.discount_method==0>折扣优惠金额<#elseif w.discount_method==1>折扣优惠时长<#elseif w.discount_method==2>折扣优惠比例<#elseif w.discount_method==3>免费到指定时间<#elseif w.discount_method==5>优惠到指定金额#if>
|
${w.discount_value_des!''}
|
${w.discount_des!''}
|
<#if w.use_type==1>只用于出入口打折<#elseif w.use_type==2>只用于场内打折<#elseif w.use_type==3>出入口与场内打折#if>
|
<#if w.settle_method==0>离场时再结算<#elseif w.settle_method==1>打折时立即结算#if>
|
<#if MANAGE_USER_PERMISSIONS?contains('/manage/addCarparkDiscountSetting.action') || MANAGE_USER_PERMISSIONS?contains('/manage/modifyCarparkDiscountSetting.action') || MANAGE_USER_PERMISSIONS?contains('/manage/delCarparkDiscountSetting.action') >
#if> |