12345678910111213141516171819202122232425 |
- <?php /*a:3:{s:70:"D:\project\gyx\gaoyixia\application\order\view\refund_order\index.html";i:1710837846;s:56:"D:\project\gyx\gaoyixia\application\admin\view\main.html";i:1699858976;s:77:"D:\project\gyx\gaoyixia\application\order\view\refund_order\index_search.html";i:1699858976;}*/ ?>
- <div class="layui-card layui-bg-gray"><?php if(!(empty($title) || (($title instanceof \think\Collection || $title instanceof \think\Paginator ) && $title->isEmpty()))): ?><div class="layui-card-header layui-anim layui-anim-fadein notselect"><span class="layui-icon layui-icon-next font-s10 color-desc margin-right-5"></span><?php echo htmlentities((isset($title) && ($title !== '')?$title:'')); ?><div class="pull-right"></div></div><?php endif; ?><div class="layui-card-body layui-anim layui-anim-upbit"><div class="think-box-shadow"><fieldset><legend>条件搜索</legend><form class="layui-form layui-form-pane form-search" action="<?php echo request()->url(); ?>" onsubmit="return false" method="get" autocomplete="off"><div class="layui-form-item layui-inline"><label class="layui-form-label">手机号</label><div class="layui-input-inline"><input name="tel" value="<?php echo htmlentities((app('request')->get('tel') ?: '')); ?>" placeholder="请输入手机号" class="layui-input"></div></div><div class="layui-form-item layui-inline"><label class="layui-form-label">订单号</label><div class="layui-input-inline"><input name="order_no" value="<?php echo htmlentities((app('request')->get('order_no') ?: '')); ?>" placeholder="请输入订单号" class="layui-input"></div></div><div class="layui-form-item layui-inline"><label class="layui-form-label">用户名称</label><div class="layui-input-inline"><input name="user_name" value="<?php echo htmlentities((app('request')->get('user_name') ?: '')); ?>" placeholder="请输入用户名称" class="layui-input"></div></div><div class="layui-form-item layui-inline"><button class="layui-btn layui-btn-primary"><i class="layui-icon"></i> 搜 索</button></div></form><script>form.render()</script></fieldset><table class="layui-table margin-top-10" lay-skin="line"><?php if(!(empty($list) || (($list instanceof \think\Collection || $list instanceof \think\Paginator ) && $list->isEmpty()))): ?><thead><tr><th class='text-left nowrap'>ID</th><th class='text-left nowrap'>用户信息</th><th class='text-left nowrap'>订单详情</th><th class='text-left nowrap'>退款详情</th><th class='text-left nowrap'>订单物流</th><th class='text-left nowrap'>退货物流</th><th class='text-left nowrap'>商品详情</th><th class="text-left nowrap">操作</th></tr></thead><?php endif; ?><tbody><?php foreach($list as $key=>$vo): ?><tr><td class='text-left nowrap'><?php echo htmlentities($vo['rid']); ?></td><td class="text-left nowrap relative"><img data-tips-image style="width:60px;height:60px" src="<?php echo htmlentities((isset($vo['headimg']) && ($vo['headimg'] !== '')?$vo['headimg']:'')); ?>" class="margin-right-5 text-top"><div class="inline-block"> 会员ID:<?php echo htmlentities((isset($vo['user_id']) && ($vo['user_id'] !== '')?$vo['user_id']:'--')); ?><br> 会员昵称:<?php echo htmlentities((isset($vo['name']) && ($vo['name'] !== '')?$vo['name']:'--')); ?><br> 会员手机:<?php echo htmlentities((isset($vo['user_phone']) && ($vo['user_phone'] !== '')?$vo['user_phone']:'--')); ?><br></div></td><td class='text-left nowrap'> 订单ID:<span class="color-blue"><?php echo htmlentities((isset($vo['order_id']) && ($vo['order_id'] !== '')?$vo['order_id']:'')); ?></span> 订单单号:<span class="color-blue"><?php echo htmlentities((isset($vo['order_no']) && ($vo['order_no'] !== '')?$vo['order_no']:'')); ?></span><?php if($vo['status'] == '0'): ?><span class="layui-badge layui-bg-orange margin-left-5">待付款</span><?php endif; if($vo['status'] == '1'): ?><span class="layui-badge layui-bg-black margin-left-5">待发货</span><?php endif; if($vo['status'] == '2'): ?><span class="layui-badge layui-bg-green margin-left-5">已发货</span><?php endif; if($vo['status'] == '3'): ?><span class="layui-badge layui-bg-blue margin-left-5">已收货待评价</span><?php endif; if($vo['status'] == '4'): ?><span class="layui-badge layui-bg-blue margin-left-5">已完成</span><?php endif; if($vo['status'] == '9'): ?><span class="layui-badge layui-bg-blue margin-left-5">已取消</span><?php endif; ?><br> 订单金额:<strong class="color-blue"><?php echo htmlentities($vo['price_total']); ?></strong> 元<br> 支付方式:<span class="layui-bg-green layui-badge"><?php echo htmlentities($all_pay_type[$vo['pay_type']]); ?></span><br> 下单时间:<?php echo htmlentities((isset($vo['create_at']) && ($vo['create_at'] !== '')?$vo['create_at']:'--')); ?><br> 支付时间:<?php echo htmlentities((isset($vo['pay_at']) && ($vo['pay_at'] !== '')?$vo['pay_at']:'--')); ?><br> 订单类型:<?php if($vo['order_type'] == '1'): ?> 活动订单
- <?php else: ?> 商城订单
- <?php endif; ?><br></td><td class='text-left nowrap'> 退款类型:<span class="color-blue"></span><?php if($vo['refund_type'] == '1'): ?><span class="layui-badge layui-bg-blue margin-left-5">退款</span><?php else: ?><span class="layui-badge layui-bg-blue margin-left-5">退款/退货[需要用户将商品退回]</span><?php endif; ?><br> 退款状态:<span class="color-blue"></span><?php if($vo['rstatus'] == '0'): ?><span class="layui-badge layui-bg-blue margin-left-5">待审核</span><?php endif; if($vo['rstatus'] == '1'): ?><span class="layui-badge layui-bg-blue margin-left-5">审核通过</span><?php endif; if($vo['rstatus'] == '2'): ?><span class="layui-badge layui-bg-blue margin-left-5">拒绝退款</span><?php endif; if($vo['rstatus'] == '3'): ?><span class="layui-badge layui-bg-blue margin-left-5">审核并退款</span><?php endif; if($vo['rstatus'] == '4'): ?><span class="layui-badge layui-bg-blue margin-left-5">退款异常</span><?php endif; if($vo['rstatus'] == '5'): ?><span class="layui-badge layui-bg-blue margin-left-5">退款异常</span><?php endif; ?><br> 退款金额:<strong class="color-blue"><?php echo htmlentities($vo['refund_money']); ?></strong> 元<br> 申请时间:<?php echo htmlentities((isset($vo['rtime']) && ($vo['rtime'] !== '')?$vo['rtime']:'--')); ?><br><?php if($vo['refund_type'] == '2'): ?> 退货物流:
- <span class="layui-badge layui-bg-blue"><?php echo htmlentities((isset($vo['express_info']['express_name']) && ($vo['express_info']['express_name'] !== '')?$vo['express_info']['express_name']:'--')); ?></span><span class="layui-badge layui-bg-gray margin-left-5"><?php echo htmlentities((isset($vo['express_info']['express_no']) && ($vo['express_info']['express_no'] !== '')?$vo['express_info']['express_no']:'--')); ?></span><?php endif; ?></td><td class="text-left nowrap"> 收货信息:<?php echo htmlentities((isset($vo['user_name']) && ($vo['user_name'] !== '')?$vo['user_name']:'--')); ?><span class="margin-left-5 color-blue"><?php echo htmlentities($vo['phone']); ?></span><br> 收货地区:<?php echo htmlentities((isset($vo['pro_name']) && ($vo['pro_name'] !== '')?$vo['pro_name']:'--')); ?><?php echo htmlentities($vo['city_name']); ?><?php echo htmlentities($vo['county_name']); ?><br> 收货地址:<?php echo htmlentities($vo['street_name']); ?><?php echo htmlentities($vo['add_detail']); ?><?php echo htmlentities($vo['add_detail']); ?><br> 发货状态:
- <?php if($vo['express_state'] == '0'): ?><span class="layui-badge layui-bg-black">未发货</span><?php else: ?><span class="layui-badge layui-bg-blue"><?php echo htmlentities((isset($vo['express_company_title']) && ($vo['express_company_title'] !== '')?$vo['express_company_title']:'--')); ?></span><span class="layui-badge layui-bg-gray margin-left-5"><?php echo htmlentities((isset($vo['express_send_no']) && ($vo['express_send_no'] !== '')?$vo['express_send_no']:'--')); ?></span><?php endif; ?><br> 发货时间:<?php echo htmlentities(format_datetime($vo['express_send_at'])); ?><br></td><td class="text-left nowrap"> 收货人/联系电话:<?php echo htmlentities((isset($vo['consignee_name']) && ($vo['consignee_name'] !== '')?$vo['consignee_name']:'--')); ?>/<?php echo htmlentities((isset($vo['consignee_tel']) && ($vo['consignee_tel'] !== '')?$vo['consignee_tel']:'--')); ?><br> 收货地址:<?php echo htmlentities((isset($vo['consignee_add']) && ($vo['consignee_add'] !== '')?$vo['consignee_add']:'--')); ?><br> 退货物流时间:<?php echo htmlentities(format_datetime($vo['express_time'])); ?><br> 物流公司:<?php echo htmlentities((isset($vo['express_company']) && ($vo['express_company'] !== '')?$vo['express_company']:'--')); ?><br> 单号:<?php echo htmlentities((isset($vo['express_no']) && ($vo['express_no'] !== '')?$vo['express_no']:'--')); ?><br></td><td class="text-left nowrap"><?php foreach($vo['item_list'] as $g): ?><div class="nowrap"><p class="text-left"><?php echo htmlentities((isset($g['name']) && ($g['name'] !== '')?$g['name']:'')); ?>(<?php echo htmlentities($g['goods_spec']); ?>)</p><p class="text-left color-desc">售价 <?php echo htmlentities($g['sell_price']); ?> 元 数量 <?php echo htmlentities((isset($g['num']) && ($g['num'] !== '')?$g['num']:0)); ?></p></div><?php endforeach; ?></td><td class='text-left nowrap'><?php if($vo['rstatus'] == '0'): ?><a data-title="审核" class="layui-btn layui-btn-sm layui-btn-warm" data-modal='<?php echo url("audit"); ?>?id=<?php echo htmlentities($vo['rid']); ?>'>审 核</a><?php else: ?><a data-title="查看" class="layui-btn layui-btn-sm layui-btn-normal" data-modal='<?php echo url("audit"); ?>?id=<?php echo htmlentities($vo['rid']); ?>'>查 看</a><?php endif; if(in_array($vo['rstatus'],[1,4])): ?><a data-title="退 款" class="layui-btn layui-btn-sm layui-btn-danger" onclick="btn_confirm('退款','refund','<?php echo htmlentities($vo['rid']); ?>');">退 款</a><?php endif; ?><a data-title="查看详情" class="layui-btn layui-btn-sm" data-modal='<?php echo url("/order/store_order/detail"); ?>?id=<?php echo htmlentities($vo['id']); ?>'>订单详情</a></td></tr><?php endforeach; ?></tbody></table><?php if(empty($list) || (($list instanceof \think\Collection || $list instanceof \think\Paginator ) && $list->isEmpty())): ?><span class="notdata">没有记录哦</span><?php else: ?><?php echo (isset($pagehtml) && ($pagehtml !== '')?$pagehtml:''); ?><?php endif; ?></div><script> function btn_confirm(msg,fun,id) {
- layer.confirm('请确定是否'+msg, {btn: ['确定', '取消'], title: "提示"}, function () {
- var url = "/order/refund_order/"+fun;
- layer.closeAll();
- $.ajax({
- type: "post",
- url: url,
- data: {id:id},
- dataType: "json",
- async: false,
- success: function (data) {
- layer.msg(data.info);
- setTimeout(function () {
- window.location.reload();
- },1000)
- }
- });
- });
- }
- </script></div></div>
|