| | |
| | | var id = row.id; |
| | | // 已退费不展示按钮 |
| | | if (temp==0){ |
| | | var str = '<button class="btn btn-outline btn-primary" onclick="TCompetition.refund(\'' + id + '\')" >'+row.id+'</button>' |
| | | var str = '<button class="btn btn-outline btn-primary" onclick="TCompetition.refund(\'' + id + '\')" >'+'会员退费'+'</button>' |
| | | btn = ['<p class="toolTip" style="overflow:hidden;white-space:nowrap;text-overflow:ellipsis;" title="" onfocus="TUser.tooltip()">' + str + '</p>'] |
| | | return btn; |
| | | }else{ |
| | |
| | | ' <div class="form-group">\n' + |
| | | '<label class="col-sm-3 control-label">*会员到期时间:</label>'+ |
| | | '<div class="col-sm-9">'+ |
| | | '<input style="width: 300px" class="form-control" id="vipEndTime" name="vipEndTime" type="date">'| |
| | | '<input style="width: 300px" class="form-control" id="vipEndTime" name="vipEndTime" type="date">'+ |
| | | '</div>'+ |
| | | ' <div class="form-group refusal" style="display: none;">\n' + |
| | | ' <div class="form-group refusal" >\n' + |
| | | ' <label class="col-sm-3 control-label">备注:</label>\n' + |
| | | ' <div class="col-sm-9">\n' + |
| | | ' <textarea id="refusal" class="form-control" style="width: 100%;height: 200px"></textarea>'+ |
| | |
| | | } |
| | | }); |
| | | this.layerIndex = index; |
| | | $("#status1").change(function () { |
| | | this.value == 3 ? $(".refusal").show() : $(".refusal").hide(); |
| | | }); |
| | | |
| | | }; |
| | | |
| | | |