07cfad7895e7498fffd987ab8cb0703d.php 8.0 KB

123456789101112131415161718192021222324
  1. <?php /*a:3:{s:68:"D:\project\gyx\gaoyixia\application\synth\view\bill_apply\index.html";i:1704337631;s:56:"D:\project\gyx\gaoyixia\application\admin\view\main.html";i:1699858976;s:75:"D:\project\gyx\gaoyixia\application\synth\view\bill_apply\index_search.html";i:1704780383;}*/ ?>
  2. <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"><button data-action='<?php echo url("remove"); ?>' data-confirm="确定要删除吗?" data-csrf="<?php echo systoken('remove'); ?>" data-rule="id#{key}" class='layui-btn layui-btn-sm layui-btn-primary'>批量删除</button></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="user_name" value="<?php echo htmlentities((app('request')->get('user_name') ?: '')); ?>" 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="header" value="<?php echo htmlentities((app('request')->get('header') ?: '')); ?>" placeholder="请输入抬头名称" class="layui-input"></div></div><div class="layui-form-item layui-inline"><label class="layui-form-label">订单类型</label><div class="layui-input-inline"><select class="layui-select" name="order_type"><option value="0">全部</option><?php foreach($order_type as $k=>$v): if(app('request')->get('order_type') == $k): ?><option selected value="<?php echo htmlentities($k); ?>"><?php echo htmlentities($v); ?></option><?php else: ?><option value="<?php echo htmlentities($k); ?>"><?php echo htmlentities($v); ?></option><?php endif; ?><?php endforeach; ?></select></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"><select class="layui-select" name="type"><option value="0">全部</option><?php foreach($type_arr as $k=>$v): if(app('request')->get('type') == $v['id']): ?><option selected value="<?php echo htmlentities($v['id']); ?>"><?php echo htmlentities($v['title']); ?></option><?php else: ?><option value="<?php echo htmlentities($v['id']); ?>"><?php echo htmlentities($v['title']); ?></option><?php endif; ?><?php endforeach; ?></select></div></div><div class="layui-form-item layui-inline"><label class="layui-form-label">开票状态</label><div class="layui-input-inline"><select class="layui-select" name="status"><option value="-1" selected>全部</option><?php foreach($status as $k=>$v): if(app('request')->get('status') == $k): ?><option selected value="<?php echo htmlentities($k); ?>"><?php echo htmlentities($v); ?></option><?php else: ?><option value="<?php echo htmlentities($k); ?>"><?php echo htmlentities($v); ?></option><?php endif; ?><?php endforeach; ?></select></div></div><div class="layui-form-item layui-inline"><button class="layui-btn layui-btn-primary"><i class="layui-icon">&#xe615;</i> 搜 索</button></div></form><script> form.render();
  3. laydate.render({elem: '[name="sel_time"]'})
  4. </script></fieldset><table class="layui-table margin-top-20" lay-skin="line"><thead><tr><th class='list-table-check-td think-checkbox'><input data-auto-none data-check-target='.list-check-box' type='checkbox'></th><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><tbody><?php foreach($list as $key=>$vo): ?><tr><td class='list-table-check-td think-checkbox'><input class="list-check-box" value='<?php echo htmlentities($vo['id']); ?>' type='checkbox'></td><td class='text-left nowrap'><?php echo htmlentities((isset($vo['id']) && ($vo['id'] !== '')?$vo['id']:'--')); ?></td><td class='text-left'><img data-tips-image style="width:50px;height:50px" 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><br> 用户昵称:<?php echo htmlentities((isset($vo['user_name']) && ($vo['user_name'] !== '')?$vo['user_name']:'--')); ?></div></td><td class='text-left nowrap'><div class="inline-block"> 抬头名称:<?php echo htmlentities((isset($vo['header']) && ($vo['header'] !== '')?$vo['header']:'--')); ?><br> 手机号:<?php echo htmlentities((isset($vo['phone_pre']) && ($vo['phone_pre'] !== '')?$vo['phone_pre']:'86')); ?>-<?php echo htmlentities((isset($vo['phone']) && ($vo['phone'] !== '')?$vo['phone']:'--')); ?><br> 邮箱:<?php echo htmlentities((isset($vo['email']) && ($vo['email'] !== '')?$vo['email']:'--')); ?></div></td><td class='text-left nowrap'><?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-blue margin-left-5">已开票</span><?php endif; if($vo['status'] == '2'): ?><span class="layui-badge layui-bg-blue margin-left-5">已完成</span><?php endif; ?></td><td class='text-left nowrap'><?php if($vo['order_type'] == '1'): ?>会员订单<?php endif; if($vo['order_type'] == '2'): ?>商城商品订单<?php endif; if($vo['order_type'] == '3'): ?>活动报名订单<?php endif; ?></td><td class='text-left nowrap'><?php echo htmlentities((isset($vo['type_name']) && ($vo['type_name'] !== '')?$vo['type_name']:'--')); ?></td><td class='text-left nowrap'><?php echo htmlentities((isset($vo['create_at']) && ($vo['create_at'] !== '')?$vo['create_at']:'')); ?></td><td class='text-left' ><a data-title="查 看" class="layui-btn layui-btn-sm" data-modal='<?php echo url("edit"); ?>?id=<?php echo htmlentities($vo['id']); ?>'>查 看</a><span class="layui-btn layui-btn-sm layui-btn-danger" onclick="btn_confirm('删除','remove','<?php echo htmlentities($vo['id']); ?>');">删 除</span></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) {
  5. layer.confirm('请确定是否'+msg, {btn: ['确定', '取消'], title: "提示"}, function () {
  6. var url = "/synth/bill_apply/"+fun;
  7. layer.closeAll();
  8. $.ajax({
  9. type: "post",
  10. url: url,
  11. data: {id:id},
  12. dataType: "json",
  13. async: false,
  14. success: function (data) {
  15. layer.msg(data.info);
  16. setTimeout(function () {
  17. window.location.reload();
  18. },1000)
  19. }
  20. });
  21. });
  22. }
  23. </script></div></div>