yanghb
2023-04-21 0481353111afb43a2322e18530dde26f1d841ead
ManagementTravel/guns-admin/src/main/webapp/static/modular/system/userCouponRecord/userCouponRecord.js
@@ -24,7 +24,7 @@
                    if(value==0){
                        return "通用券";
                    }else if(value==1){
                        return "快车券";
                        return "专车券";
                    }else if(value==2){
                        return "出租券";
                    }else if(value==3){
@@ -96,18 +96,6 @@
        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();
};
/**
 * 删除