You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
348 lines
15 KiB
348 lines
15 KiB
<?php /*a:2:{s:65:"E:\waibao\ahbcqz\server\app\admin\view\finance\user\recharge.html";i:1679478874;s:51:"E:\waibao\ahbcqz\server\app\admin\view\layout1.html";i:1679478874;}*/ ?>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title><?php echo url(); ?></title>
|
|
<meta name="renderer" content="webkit">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
|
<link rel="stylesheet" href="/static/lib/layui/css/layui.css?v=<?php echo htmlentities($front_version); ?>">
|
|
<link rel="stylesheet" href="/static/admin/css/app.css?v=<?php echo htmlentities($front_version); ?>">
|
|
<link rel="stylesheet" href="/static/admin/css/like.css?v=<?php echo htmlentities($front_version); ?>">
|
|
<script src="/static/lib/layui/layui.js?v=<?php echo htmlentities($front_version); ?>"></script>
|
|
<script src="/static/admin/js/app.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<?php echo $js_code; ?>
|
|
<script src="/static/admin/js/jquery.min.js"></script>
|
|
<script src="/static/admin/js/function.js"></script>
|
|
|
|
|
|
|
|
<style>
|
|
.layui-table-cell {
|
|
height:auto;
|
|
}
|
|
.goods-content>div:not(:last-of-type) {
|
|
brecharge-bottom:1px solid #DCDCDC;
|
|
}
|
|
.goods-data::after{
|
|
display: block;
|
|
content: '';
|
|
clear: both;
|
|
}
|
|
.goods_name_hide{
|
|
overflow:hidden;
|
|
white-space:nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.operation-btn {
|
|
margin: 5px;
|
|
}
|
|
.table-operate{
|
|
text-align: left;
|
|
font-size:14px;
|
|
padding:0 5px;
|
|
height:auto;
|
|
overflow:visible;
|
|
text-overflow:inherit;
|
|
white-space:normal;
|
|
word-break: break-all;
|
|
}
|
|
</style>
|
|
|
|
<div class="wrapper">
|
|
<div class="layui-card">
|
|
<div class="layui-card-body">
|
|
<div class="layui-collapse like-layui-collapse" lay-accordion="" style="brecharge:1px dashed #c4c4c4">
|
|
<div class="layui-colla-item">
|
|
<h2 class="layui-colla-title like-layui-colla-title" style="background-color: #fff">操作提示</h2>
|
|
<div class="layui-colla-content layui-show">
|
|
<p>*查看会员充值订单。</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="layui-tab layui-tab-card" lay-filter="tab-all">
|
|
|
|
<div class="layui-card-body layui-form">
|
|
<div class="layui-form-item">
|
|
<div class="layui-row">
|
|
<div class="layui-inline">
|
|
<label class="layui-form-label">订单搜索:</label>
|
|
<div class="layui-input-block">
|
|
<select name="search_key">
|
|
<option >全部</option>
|
|
<option value="order_sn">订单编号</option>
|
|
<option value="nickname">会员昵称</option>
|
|
<option value="user_mobile">会员手机号码</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
<div class="layui-inline">
|
|
<input type="text" name="keyword" id="keyword" placeholder="请输入搜索内容"
|
|
autocomplete="off" class="layui-input">
|
|
</div>
|
|
|
|
<div class="layui-inline">
|
|
<label class="layui-form-label">订单来源:</label>
|
|
<div class="layui-input-block">
|
|
<select name="order_source" id="order_source">
|
|
<option value="">全部</option>
|
|
<?php foreach($order_source as $item => $val): ?>
|
|
<option value="<?php echo htmlentities($item); ?>"><?php echo htmlentities($val); ?></option>
|
|
<?php endforeach; ?>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="layui-inline">
|
|
<label class="layui-form-label">订单状态:</label>
|
|
<div class="layui-input-inline">
|
|
<select name="pay_status" id="pay_status">
|
|
<option value="0">全部</option>
|
|
<option value="2">待支付</option>
|
|
<option value="1">已完成</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="layui-inline">
|
|
<label class="layui-form-label">付款方式:</label>
|
|
<div class="layui-input-block">
|
|
<select name="pay_way" id="pay_way">
|
|
<option value="">全部</option>
|
|
<?php foreach($pay_way as $item => $val): ?>
|
|
<option value="<?php echo htmlentities($item); ?>"><?php echo htmlentities($val); ?></option>
|
|
<?php endforeach; ?>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="layui-inline">
|
|
<label class="layui-form-label">下单时间:</label>
|
|
<div class="layui-input-inline">
|
|
<div class="layui-input-inline">
|
|
<input type="text" name="start_time" class="layui-input" id="start_time"
|
|
placeholder="" autocomplete="off">
|
|
</div>
|
|
</div>
|
|
<div class="layui-input-inline" style="margin-right: 5px;width: 20px;">
|
|
<label class="layui-form-mid">至</label>
|
|
</div>
|
|
<div class="layui-input-inline">
|
|
<input type="text" name="end_time" class="layui-input" id="end_time"
|
|
placeholder="" autocomplete="off">
|
|
</div>
|
|
</div>
|
|
<div class="layui-inline">
|
|
<div class="layui-btn-group">
|
|
<button type="button" id="today" day="1" class="layui-btn layui-btn-sm layui-btn-normal day">今天</button>
|
|
<button type="button" day="-1" class="layui-btn layui-btn-sm layui-btn-primary day">昨天</button>
|
|
<button type="button" day="7" class="layui-btn layui-btn-sm layui-btn-primary day">近7天</button>
|
|
<button type="button" day="30" class="layui-btn layui-btn-sm layui-btn-primary day">近30天</button>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="layui-inline">
|
|
<button class="layui-btn layui-btn-sm layuiadmin-btn-ad <?php echo htmlentities($view_theme_color); ?>" lay-submit
|
|
lay-filter="recharge-search">查询
|
|
</button>
|
|
<button class="layui-btn layui-btn-sm layuiadmin-btn-ad layui-btn-primary " lay-submit
|
|
lay-filter="recharge-clear-search">重置
|
|
</button>
|
|
<button class="layui-btn layui-btn-sm layuiadmin-btn-ad layui-btn-primary " lay-submit
|
|
lay-filter="data-export">导出
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="layui-tab-item layui-show">
|
|
<div class="layui-card">
|
|
<div class="layui-card-body">
|
|
<table id="recharge-lists" lay-filter="recharge-lists"></table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script>
|
|
layui.config({
|
|
version:"<?php echo htmlentities($front_version); ?>",
|
|
base: '/static/lib/' //静态资源所在路径
|
|
}).use(['form'], function(){
|
|
var $ = layui.$
|
|
, form = layui.form
|
|
, table = layui.table
|
|
, element = layui.element
|
|
, laydate = layui.laydate;
|
|
|
|
//图片放大
|
|
$(document).on('click', '.image-show', function () {
|
|
var src = $(this).attr('src');
|
|
like.showImg(src,400);
|
|
});
|
|
|
|
//监听搜索
|
|
form.on('submit(recharge-search)', function (data) {
|
|
var field = data.field;
|
|
//执行重载
|
|
table.reload('recharge-lists', {
|
|
where: field,
|
|
page: {
|
|
curr: 1
|
|
}
|
|
});
|
|
});
|
|
|
|
|
|
// 导出
|
|
form.on('submit(data-export)', function (data) {
|
|
var field = data.field;
|
|
like.ajax({
|
|
url: '<?php echo url("finance.User/rechargeExport"); ?>'
|
|
, data: field
|
|
, type: 'get'
|
|
, success: function (res) {
|
|
if (res.code == 1) {
|
|
window.location.href = res.data.url;
|
|
}
|
|
}
|
|
});
|
|
});
|
|
|
|
//清空查询
|
|
form.on('submit(recharge-clear-search)', function () {
|
|
$('#keyword').val('');
|
|
$('#recharge_status').val('');
|
|
$('#pay_status').val('');
|
|
$('#pay_way').val('');
|
|
$('#order_source').val('');
|
|
$('#recharge_type').val('');
|
|
$('#delivery_type').val('');
|
|
$('#start_time').val('<?php echo htmlentities($today[0]); ?>');
|
|
$('#end_time').val('<?php echo htmlentities($today[1]); ?>');
|
|
$('#today').trigger("click");
|
|
form.render('select');
|
|
//刷新列表
|
|
table.reload('recharge-lists', {
|
|
where: [],
|
|
page: {
|
|
curr: 1
|
|
}
|
|
});
|
|
});
|
|
|
|
//日期时间范围
|
|
laydate.render({
|
|
elem: '#start_time'
|
|
, type: 'datetime'
|
|
,theme: '#1E9FFF'
|
|
, value: "<?php echo htmlentities($today[0]); ?>"
|
|
});
|
|
|
|
laydate.render({
|
|
elem: '#end_time'
|
|
, type: 'datetime'
|
|
,theme: '#1E9FFF'
|
|
,value: "<?php echo htmlentities($today[1]); ?>"
|
|
});
|
|
|
|
|
|
//获取列表
|
|
getList('');
|
|
//切换列表
|
|
element.on('tab(tab-all)', function (data) {
|
|
$('#keyword').val('');
|
|
$('#recharge_status').val('');
|
|
$('#goods_name').val('');
|
|
$('#pay_way').val('');
|
|
$('#order_status').val('');
|
|
$('#recharge_type').val('');
|
|
$('#start_time').val('');
|
|
$('#end_time').val('');
|
|
$('#delivery_type').val('');
|
|
form.render('select');
|
|
var type = $(this).attr('data-type');
|
|
getList(type);
|
|
if (type !== ''){
|
|
$('.recharge_status').hide();
|
|
}else {
|
|
$('.recharge_status').show();
|
|
}
|
|
});
|
|
|
|
function getList(type) {
|
|
table.render({
|
|
elem: '#recharge-lists'
|
|
, url: '<?php echo url("finance.User/recharge"); ?>'
|
|
, cols: [[
|
|
{field: 'order_sn', title: '订单编号', align: 'center',width:220}
|
|
, {field: 'nickname', title: '用户昵称', align: 'center',width:220}
|
|
, {field: 'mobile', title: '用户手机号', align: 'center',width:180}
|
|
, {field: 'order_amount', title: '充值金额', align: 'center',width:180}
|
|
, {field: 'give_money', title: '赠送金额', align: 'center',width:120}
|
|
, {field: 'give_growth', title: '赠送成长值', align: 'center',width:120}
|
|
, {field: 'pay_way', title: '支付方式', align: 'center',width:115}
|
|
, {field: 'pay_time', title: '支付时间', align: 'center',width:120}
|
|
, {field: 'pay_status', title: '订单状态', align: 'center',width:120}
|
|
, {field: 'create_time', title: '下单时间', align: 'center',width:220}
|
|
]]
|
|
, page: true
|
|
, text: {none: '暂无数据!'}
|
|
,response: {
|
|
statusCode: 1
|
|
}
|
|
, parseData: function (res) {
|
|
return {
|
|
"code": res.code,
|
|
"msg": res.msg,
|
|
"count": res.data.count,
|
|
"data": res.data.lists,
|
|
};
|
|
}
|
|
,done: function(res, curr, count){
|
|
// 解决操作栏因为内容过多换行问题
|
|
$(".layui-table-main tr").each(function (index, val) {
|
|
$($(".layui-table-fixed-l .layui-table-body tbody tr")[index]).height($(val).height());
|
|
$($(".layui-table-fixed-r .layui-table-body tbody tr")[index]).height($(val).height());
|
|
});
|
|
}
|
|
});
|
|
}
|
|
$('.day').click(function(){
|
|
$('.day').removeClass('layui-btn-normal');
|
|
$('.day').removeClass('layui-btn-primary');
|
|
$('.day').addClass('layui-btn-primary');
|
|
$(this).removeClass('layui-btn-primary');
|
|
$(this).addClass('layui-btn-normal');
|
|
var day = $(this).attr('day');
|
|
switch (day) {
|
|
case '-1':
|
|
$('#start_time').val('<?php echo htmlentities($yesterday[0]); ?>');
|
|
$('#end_time').val('<?php echo htmlentities($yesterday[1]); ?>');
|
|
break;
|
|
case '1':
|
|
$('#start_time').val('<?php echo htmlentities($today[0]); ?>');
|
|
$('#end_time').val('<?php echo htmlentities($today[1]); ?>');
|
|
break;
|
|
case '7':
|
|
$('#start_time').val('<?php echo htmlentities($days_ago7[0]); ?>');
|
|
$('#end_time').val('<?php echo htmlentities($days_ago7[1]); ?>');
|
|
break;
|
|
case '30':
|
|
$('#start_time').val('<?php echo htmlentities($days_ago30[0]); ?>');
|
|
$('#end_time').val('<?php echo htmlentities($days_ago30[1]); ?>');
|
|
break;
|
|
}
|
|
});
|
|
});
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|