| | |
| | | if(value==0){ |
| | | return "通用券"; |
| | | }else if(value==1){ |
| | | return "快车券"; |
| | | return "专车券"; |
| | | }else if(value==2){ |
| | | return "出租券"; |
| | | }else if(value==3){ |
| | |
| | | this.layerIndex = index; |
| | | } |
| | | }; |
| | | |
| | | |
| | | /** |
| | | * 导出 |
| | | */ |
| | | UserCouponRecord.export = function(){ |
| | | window.location.href = Feng.ctxPath + "/userCouponRecord/exportRecord?createTime=" + $("#createTime").val() |
| | | + "&activityType=" + $("#activityType").val() + "&couponActivityId=" + $("#couponActivityId").val() |
| | | + "&userName=" + $("#userName").val() + "&userPhone=" + $("#userPhone").val() + "&state=" + $("#state").val(); |
| | | }; |
| | | |
| | | |
| | | |
| | | /** |
| | | * 删除 |