| | |
| | | @if(isNotEmpty(item1Coupon)){ |
| | | value="${item1Coupon.couponUseType==0?'通用券': |
| | | item1Coupon.couponUseType==1?'专车券': |
| | | item1Coupon.couponUseType==2?'出租券':'直通车券'}" |
| | | item1Coupon.couponUseType==2?'出租券':'跨城券'}" |
| | | @}else{ |
| | | value="" |
| | | @} |
| | |
| | | @if(isNotEmpty(item2Coupon)){ |
| | | value="${item2Coupon.couponUseType==0?'通用券': |
| | | item2Coupon.couponUseType==1?'专车券': |
| | | item2Coupon.couponUseType==2?'出租券':'直通车券'}" |
| | | item2Coupon.couponUseType==2?'出租券':'跨城券'}" |
| | | @}else{ |
| | | value="" |
| | | @} |
| | |
| | | <th style="width: 300px;">专车券数量</th> |
| | | <!--<th style="width: 400px;">出租车券金额</th>--> |
| | | <!--<th style="width: 400px;">出租车券数量</th>--> |
| | | <th style="width: 300px;">直通车金额</th> |
| | | <th style="width: 300px;">直通车券数量</th> |
| | | <th style="width: 300px;">跨城金额</th> |
| | | <th style="width: 300px;">跨城券数量</th> |
| | | <th style="width: 100px;">操作</th> |
| | | </tr> |
| | | </thead> |