|
|
|
@ -39,8 +39,7 @@
|
|
|
|
|
<td><img src="{$record.qrcode_img}" style="height: 100px;"/></td>
|
|
|
|
|
<td>
|
|
|
|
|
<div class="partakebtn">
|
|
|
|
|
<a class="edit-setting">编辑</a>
|
|
|
|
|
<a class="delete-btn">删除</a>
|
|
|
|
|
<a class="delete-btn" data-id="{$record.id}" href="#">删除</a>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
@ -57,84 +56,6 @@
|
|
|
|
|
<script>
|
|
|
|
|
setValue('row','{:I("get.row",10)}');
|
|
|
|
|
</script>
|
|
|
|
|
<div id="shift-box" class="layer-box" style="display: none;">
|
|
|
|
|
<form method="post" enctype="multipart/form-data">
|
|
|
|
|
<input type="hidden" name="promote_id" value="">
|
|
|
|
|
<input type="hidden" name="parent_id" value="">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label>账号(真实姓名)</label>
|
|
|
|
|
<div class="form-item">
|
|
|
|
|
<p class="static-input show-account"></p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label>转移至推广账号</label>
|
|
|
|
|
<div class="form-item">
|
|
|
|
|
<select id="promote-to-promote" name="to_promote_id" class="reselect select_gallery" style="width: 220px;" >
|
|
|
|
|
<option value="0">请选择推广账号</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label>指定订单日期</label>
|
|
|
|
|
<div class="form-item">
|
|
|
|
|
<input type="text" id="shift-order-time" autocomplete="off" class="form-input" name="order_time" placeholder="订单日期"" value="" style="width: 199px;">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group" style="display:none">
|
|
|
|
|
<label>平台币管理</label>
|
|
|
|
|
<div class="form-item">
|
|
|
|
|
<label class="radio-item"><input type="radio" value="1" name="balance_coin_mode" checked> 平台币平移最高账户</label>
|
|
|
|
|
<label class="radio-item"><input type="radio" value="2" name="balance_coin_mode"> 平台币清零</label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<?php if(I('promote_type', 0) != 2):?>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label>迁移方式</label>
|
|
|
|
|
<div class="form-item">
|
|
|
|
|
<label class="radio-item"><input type="radio" value="1" name="shift_mode" checked> 全部迁移</label>
|
|
|
|
|
<label class="radio-item"><input type="radio" value="2" name="shift_mode"> 部分迁移</label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="shift-transfer" class="form-group" style="display: none;">
|
|
|
|
|
<include file="Public/transfer" />
|
|
|
|
|
</div>
|
|
|
|
|
<?php endif;?>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label></label>
|
|
|
|
|
<a id="shift-submit" href="javascript:;" class="shift-submit btn">确定</a>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="shift-player-box" class="layer-box" style="display: none;">
|
|
|
|
|
<form method="post" enctype="multipart/form-data">
|
|
|
|
|
<input type="hidden" name="promote_id" value="">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label>账号(真实姓名)</label>
|
|
|
|
|
<div class="form-item">
|
|
|
|
|
<p class="static-input show-account"></p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label>转移至推广账号</label>
|
|
|
|
|
<div class="form-item">
|
|
|
|
|
<select id="player-to-promote" name="to_promote_id" class="reselect select_gallery" style="width: 220px;" >
|
|
|
|
|
<option value="0">请选择推广账号</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label>指定订单日期</label>
|
|
|
|
|
<div class="form-item">
|
|
|
|
|
<input type="text" id="shift-player-order-time" autocomplete="off" class="form-input" name="order_time" placeholder="订单日期"" value="" style="width: 199px;">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label></label>
|
|
|
|
|
<a id="shift-player-submit" href="javascript:;" class="shift-submit btn">确定</a>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</block>
|
|
|
|
|
<block name="script">
|
|
|
|
|
<script type="text/javascript" src="__JS__/20170831/select2.min.js"></script>
|
|
|
|
@ -176,320 +97,31 @@ $(function(){
|
|
|
|
|
window.location.href = url;
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
getSubPromotes({level: level}, function(response) {
|
|
|
|
|
var options = '<option value="0">请选择推广账号</option>'
|
|
|
|
|
for (var i in response.data.promotes) {
|
|
|
|
|
var promote = response.data.promotes[i]
|
|
|
|
|
options += '<option value="' + promote.id + '">' + promote.account + '(' + promote.real_name + ')' + '</option>'
|
|
|
|
|
}
|
|
|
|
|
$('#promote-to-promote').html(options)
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
getSubPromotes({level: 0}, function(response) {
|
|
|
|
|
var options = '<option value="0">请选择推广账号</option>'
|
|
|
|
|
for (var i in response.data.promotes) {
|
|
|
|
|
var promote = response.data.promotes[i]
|
|
|
|
|
options += '<option value="' + promote.id + '">' + promote.account + '(' + promote.real_name + ')' + '</option>'
|
|
|
|
|
}
|
|
|
|
|
$('#player-to-promote').html(options)
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
$('[name=shift_mode]').on({
|
|
|
|
|
click: function () {
|
|
|
|
|
if ($(this).val() == 2) {
|
|
|
|
|
$('#shift-transfer').show()
|
|
|
|
|
$('#shift-transfer').css({display: 'block'})
|
|
|
|
|
} else {
|
|
|
|
|
$('#shift-transfer').hide()
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
function getSubPromotes(data, successCallback) {
|
|
|
|
|
$.ajax({
|
|
|
|
|
url: "{:U('Promote/getSubPromotes')}",
|
|
|
|
|
data: data,
|
|
|
|
|
type: 'post',
|
|
|
|
|
dataType: 'json',
|
|
|
|
|
success: function(response) {
|
|
|
|
|
successCallback(response)
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$('#shift-player-order-time').datetimepicker({
|
|
|
|
|
format: 'yyyy-mm-dd',
|
|
|
|
|
language:"zh-CN",
|
|
|
|
|
minView:2,
|
|
|
|
|
autoclose:true,
|
|
|
|
|
scrollMonth:false,
|
|
|
|
|
scrollTime:false,
|
|
|
|
|
scrollInput:false
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$('#shift-order-time').datetimepicker({
|
|
|
|
|
format: 'yyyy-mm-dd',
|
|
|
|
|
language:"zh-CN",
|
|
|
|
|
minView:2,
|
|
|
|
|
autoclose:true,
|
|
|
|
|
scrollMonth:false,
|
|
|
|
|
scrollTime:false,
|
|
|
|
|
scrollInput:false
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$('.reset-password-btn').on({
|
|
|
|
|
click: function() {
|
|
|
|
|
var id = $(this).parents('tr').eq(0).attr('data-id')
|
|
|
|
|
layer.confirm('是否确认重置密码?', {icon: 3, title:'提示'}, function(index){
|
|
|
|
|
$.ajax({
|
|
|
|
|
url: "{:U('Promote/resetPassword')}",
|
|
|
|
|
data: {promote_id: id},
|
|
|
|
|
type: 'post',
|
|
|
|
|
dataType: 'json',
|
|
|
|
|
success: function(response) {
|
|
|
|
|
layer.close(index)
|
|
|
|
|
if (response.status == 1) {
|
|
|
|
|
layer.open({
|
|
|
|
|
content: '重置密码成功,您的新密码为:' + response.data.password
|
|
|
|
|
})
|
|
|
|
|
} else {
|
|
|
|
|
layer.msg(response.msg)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
$('.froze-btn').on({
|
|
|
|
|
click: function() {
|
|
|
|
|
var id = $(this).parents('tr').eq(0).attr('data-id')
|
|
|
|
|
layer.confirm('是否确认冻结帐号?', {icon: 3, title:'提示'}, function(index){
|
|
|
|
|
$.ajax({
|
|
|
|
|
url: "{:U('Promote/froze')}",
|
|
|
|
|
data: {promote_id: id},
|
|
|
|
|
type: 'post',
|
|
|
|
|
dataType: 'json',
|
|
|
|
|
success: function(response) {
|
|
|
|
|
layer.msg(response.msg, {time: 1000}, function() {
|
|
|
|
|
window.location.href = window.location.href
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
$('.unfreeze-btn').on({
|
|
|
|
|
click: function() {
|
|
|
|
|
var id = $(this).parents('tr').eq(0).attr('data-id')
|
|
|
|
|
layer.confirm('是否确认解冻帐号?', {icon: 3, title:'提示'}, function(index){
|
|
|
|
|
$.ajax({
|
|
|
|
|
url: "{:U('Promote/unfreeze')}",
|
|
|
|
|
data: {promote_id: id},
|
|
|
|
|
type: 'post',
|
|
|
|
|
dataType: 'json',
|
|
|
|
|
success: function(response) {
|
|
|
|
|
layer.msg(response.msg, {time: 1000}, function() {
|
|
|
|
|
window.location.href = window.location.href
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
function getShiftTypeName(shiftType) {
|
|
|
|
|
var shiftTypeName = ''
|
|
|
|
|
if (shiftType == 1) {
|
|
|
|
|
shiftTypeName = '渠道迁移'
|
|
|
|
|
} else if (shiftType == 2) {
|
|
|
|
|
shiftTypeName = '换组'
|
|
|
|
|
}
|
|
|
|
|
return shiftTypeName
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$('.cancel-shift-btn').on({
|
|
|
|
|
click: function() {
|
|
|
|
|
var tr = $(this).parents('tr').eq(0)
|
|
|
|
|
var id = tr.attr('data-id')
|
|
|
|
|
var parentId = tr.attr('data-parent-id')
|
|
|
|
|
var shiftType = $(this).attr('data-promote-shift-type')
|
|
|
|
|
var shiftTypeName = getShiftTypeName(shiftType)
|
|
|
|
|
layer.confirm('是否要取消' + shiftTypeName, {icon: 3, title:'提示'}, function(index){
|
|
|
|
|
$(".delete-btn").click(function() {
|
|
|
|
|
if (confirm("确认删除吗?")) {
|
|
|
|
|
var id = $(this).data('id');
|
|
|
|
|
alert(id);
|
|
|
|
|
$.ajax({
|
|
|
|
|
url: "{:U('Promote/cancelShift')}",
|
|
|
|
|
data: {promote_id: id, type: 1},
|
|
|
|
|
type: 'post',
|
|
|
|
|
dataType: 'json',
|
|
|
|
|
success: function(response) {
|
|
|
|
|
layer.msg(response.msg, {time: 1000}, function() {
|
|
|
|
|
window.location.href = window.location.href
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
$('.cancel-shift-player-btn').on({
|
|
|
|
|
click: function() {
|
|
|
|
|
var id = $(this).parents('tr').eq(0).attr('data-id')
|
|
|
|
|
layer.confirm('是否要取消玩家迁移?', {icon: 3, title:'提示'}, function(index){
|
|
|
|
|
$.ajax({
|
|
|
|
|
url: "{:U('Promote/cancelShift')}",
|
|
|
|
|
data: {promote_id: id, type: 2},
|
|
|
|
|
type: 'post',
|
|
|
|
|
dataType: 'json',
|
|
|
|
|
success: function(response) {
|
|
|
|
|
layer.msg(response.msg, {time: 1000}, function() {
|
|
|
|
|
window.location.href = window.location.href
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
$('.shift-btn').on({
|
|
|
|
|
click: function() {
|
|
|
|
|
var shiftType = $(this).attr('data-promote-shift-type')
|
|
|
|
|
var shiftTypeName = getShiftTypeName(shiftType)
|
|
|
|
|
var box = $('#shift-box')
|
|
|
|
|
var tr = $(this).parents('tr').eq(0)
|
|
|
|
|
var id = tr.attr('data-id')
|
|
|
|
|
var parentId = tr.attr('data-parent-id')
|
|
|
|
|
getSubPromotes({promote_id: id, level: subLevel}, function (response) {
|
|
|
|
|
vm.init()
|
|
|
|
|
for (var i in response.data.promotes) {
|
|
|
|
|
var promote = response.data.promotes[i]
|
|
|
|
|
vm.initList.push({id: promote.id, name: promote.account + '(' + promote.real_name + ')', type:false, isSearch:true, number:6})
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
var account = $(this).parents('tr').eq(0).find('td.account').html()
|
|
|
|
|
var realName = $(this).parents('tr').eq(0).find('td.real-name').html()
|
|
|
|
|
box.find('.show-account').html(account + (realName == '' ? '' : '(' + realName + ')'))
|
|
|
|
|
box.find('[name=promote_id]').val(id)
|
|
|
|
|
box.find('[name=parent_id]').val(parentId)
|
|
|
|
|
layer.open({
|
|
|
|
|
title: shiftTypeName,
|
|
|
|
|
type: 1,
|
|
|
|
|
content: box,
|
|
|
|
|
area: ['600px', '650px'],
|
|
|
|
|
zIndex: 250,
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
$('#shift-submit').on({
|
|
|
|
|
click: function() {
|
|
|
|
|
var box = $('#shift-box')
|
|
|
|
|
var id = box.find('[name=promote_id]').val()
|
|
|
|
|
var parentId = box.find('[name=parent_id]').val()
|
|
|
|
|
var toPromoteId = box.find('[name=to_promote_id]').val()
|
|
|
|
|
var orderTime = box.find('[name=order_time]').val()
|
|
|
|
|
var balanceCoinMode = box.find('[name=balance_coin_mode]:checked').val()
|
|
|
|
|
var shiftIds = []
|
|
|
|
|
var fromPromoteId = 0
|
|
|
|
|
if (toPromoteId == 0) {
|
|
|
|
|
layer.msg('请选择转移至的推广账号')
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
if (promoteType == 2) {
|
|
|
|
|
fromPromoteId = parentId
|
|
|
|
|
shiftIds = [id]
|
|
|
|
|
} else {
|
|
|
|
|
fromPromoteId = id
|
|
|
|
|
if ($('[name=shift_mode]:checked').val() == 2) {
|
|
|
|
|
shiftIds = vm.getTargetIds()
|
|
|
|
|
if (shiftIds.length == 0) {
|
|
|
|
|
layer.msg('请选择要转移的下级推广账号')
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
var data = {
|
|
|
|
|
from_promote_id: fromPromoteId,
|
|
|
|
|
to_promote_id: toPromoteId,
|
|
|
|
|
order_time: orderTime,
|
|
|
|
|
balance_coin_mode: balanceCoinMode,
|
|
|
|
|
type: 1,
|
|
|
|
|
shift_ids: shiftIds
|
|
|
|
|
type: 'post',
|
|
|
|
|
dataType: 'json',
|
|
|
|
|
url: "{:U('QrCodePromotion/linkDel')}",
|
|
|
|
|
data:{
|
|
|
|
|
id : id
|
|
|
|
|
},
|
|
|
|
|
success: function (result) {
|
|
|
|
|
if (result.status == 1) {
|
|
|
|
|
layer.msg(result.message)
|
|
|
|
|
setTimeout(function() {
|
|
|
|
|
window.location.href = "{:U('QrCodePromotion/linkLists', ['id' => $qp_id])}";
|
|
|
|
|
}, 200)
|
|
|
|
|
} else {
|
|
|
|
|
layer.msg(result.message)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
$.ajax({
|
|
|
|
|
url: "{:U('Promote/shift')}",
|
|
|
|
|
data: data,
|
|
|
|
|
type: 'post',
|
|
|
|
|
dataType: 'json',
|
|
|
|
|
success: function(response) {
|
|
|
|
|
if (response.status) {
|
|
|
|
|
layer.msg(response.msg, {time: 2000}, function() {
|
|
|
|
|
window.location.href = window.location.href
|
|
|
|
|
})
|
|
|
|
|
} else {
|
|
|
|
|
layer.msg(response.msg)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$('.shift-player-btn').on({
|
|
|
|
|
click: function() {
|
|
|
|
|
var box = $('#shift-player-box')
|
|
|
|
|
var id = $(this).parents('tr').eq(0).attr('data-id')
|
|
|
|
|
var account = $(this).parents('tr').eq(0).find('td.account').html();
|
|
|
|
|
var realName = $(this).parents('tr').eq(0).find('td.real-name').html();
|
|
|
|
|
box.find('.show-account').html(account + (realName == '' ? '' : '(' + realName + ')'))
|
|
|
|
|
box.find('[name=promote_id]').val(id)
|
|
|
|
|
layer.open({
|
|
|
|
|
title: '玩家迁移',
|
|
|
|
|
type: 1,
|
|
|
|
|
content: box,
|
|
|
|
|
area: ['600px', '350px'],
|
|
|
|
|
zIndex: 250,
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$('#shift-player-submit').on({
|
|
|
|
|
click: function() {
|
|
|
|
|
var box = $('#shift-player-box')
|
|
|
|
|
var id = box.find('[name=promote_id]').val()
|
|
|
|
|
var toPromoteId = box.find('[name=to_promote_id]').val()
|
|
|
|
|
var orderTime = box.find('[name=order_time]').val()
|
|
|
|
|
var balanceCoinMode = box.find('[name=balance_coin_mode]:checked').val()
|
|
|
|
|
var shiftIds = []
|
|
|
|
|
if (toPromoteId == 0) {
|
|
|
|
|
layer.msg('请选择转移至的推广账号')
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
var data = {
|
|
|
|
|
from_promote_id: id,
|
|
|
|
|
to_promote_id: toPromoteId,
|
|
|
|
|
order_time: orderTime,
|
|
|
|
|
balance_coin_mode: balanceCoinMode,
|
|
|
|
|
type: 2,
|
|
|
|
|
shift_ids: shiftIds
|
|
|
|
|
}
|
|
|
|
|
$.ajax({
|
|
|
|
|
url: "{:U('Promote/shift')}",
|
|
|
|
|
data: data,
|
|
|
|
|
type: 'post',
|
|
|
|
|
dataType: 'json',
|
|
|
|
|
success: function(response) {
|
|
|
|
|
if (response.status) {
|
|
|
|
|
layer.msg(response.msg, {time: 2000}, function() {
|
|
|
|
|
window.location.href = window.location.href
|
|
|
|
|
})
|
|
|
|
|
} else {
|
|
|
|
|
layer.msg(response.msg)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
</script>
|
|
|
|
|
</block>
|
|
|
|
|