| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- <div class="row-content am-cf">
- <div class="row">
- <div class="am-u-sm-12 am-u-md-12 am-u-lg-12">
- <div class="widget am-cf">
- <div class="widget-head am-cf">
- <div class="widget-title am-cf">申请成为分销商</div>
- </div>
- <div class="widget-body am-fr">
- <!-- 工具栏 -->
- <div class="page_toolbar am-margin-bottom-xs am-cf">
- <form class="toolbar-form" action="">
- <input type="hidden" name="s" value="/<?= $request->pathinfo() ?>">
- <div class="am-u-sm-12 am-u-md-9 am-u-sm-push-3">
- <div class="am fr">
- <div class="am-form-group am-fl">
- <div class="am-input-group am-input-group-sm tpl-form-border-form">
- <input type="text" class="am-form-field" name="search"
- placeholder="请输入昵称/姓名/手机号"
- value="<?= $request->get('search') ?>">
- <div class="am-input-group-btn">
- <button class="am-btn am-btn-default am-icon-search"
- type="submit"></button>
- </div>
- </div>
- </div>
- </div>
- </div>
- </form>
- </div>
- <div class="am-scrollable-horizontal am-u-sm-12 am-padding-bottom-lg">
- <table width="100%" class="am-table am-table-compact am-table-striped
- tpl-table-black am-text-nowrap">
- <thead>
- <tr>
- <th>用户ID</th>
- <th>微信头像</th>
- <th>微信昵称</th>
- <th>
- <p>姓名</p>
- <p>手机号</p>
- </th>
- <th>推荐人</th>
- <th>审核状态</th>
- <th>审核方式</th>
- <th>申请时间</th>
- <th>操作</th>
- </tr>
- </thead>
- <tbody>
- <?php if (!$list->isEmpty()): foreach ($list as $item): ?>
- <tr>
- <td class="am-text-middle"><?= $item['user_id'] ?></td>
- <td class="am-text-middle">
- <a href="<?= $item['avatarUrl'] ?>" title="点击查看大图" target="_blank">
- <img src="<?= $item['avatarUrl'] ?>"
- width="50" height="50" alt="">
- </a>
- </td>
- <td class="am-text-middle">
- <p><span><?= $item['nickName'] ?></span></p>
- </td>
- <td class="am-text-middle">
- <?php if (!empty($item['real_name']) || !empty($item['mobile'])): ?>
- <p><?= $item['real_name'] ?: '--' ?></p>
- <p><?= $item['mobile'] ?: '--' ?></p>
- <?php else: ?>
- <p>--</p>
- <?php endif; ?>
- </td>
- <td class="am-text-middle">
- <?php if ($item['referee_id'] > 0): ?>
- <p><?= $item['referee']['nickName'] ?></p>
- <p class="am-link-muted f-12">(ID:<?= $item['referee']['user_id'] ?>)</p>
- <?php else: ?>
- <p>平台</p>
- <?php endif; ?>
- </td>
- <td class="am-text-middle">
- <?php if ($item['apply_status'] == 10) : ?>
- <span class="am-badge">待审核</span>
- <?php elseif ($item['apply_status'] == 20) : ?>
- <span class="am-badge am-badge-secondary">已通过</span>
- <?php elseif ($item['apply_status'] == 30) : ?>
- <span class="am-badge am-badge-warning">已驳回</span>
- <?php endif; ?>
- </td>
- <td class="am-text-middle">
- <?php if ($item['apply_type'] == 10) : ?>
- <span>后台审核</span>
- <?php elseif ($item['apply_type'] == 20) : ?>
- <span>无需审核</span>
- <?php endif; ?>
- </td>
- <td class="am-text-middle"><?= $item['apply_time'] ?></td>
- <td class="am-text-middle">
- <div class="tpl-table-black-operation">
- <?php if ($item['apply_status'] == 10) : ?>
- <?php if (checkPrivilege('apps.dealer.apply/submit')): ?>
- <a class="j-audit" data-id="<?= $item['apply_id'] ?>"
- href="javascript:void(0);">
- <i class="am-icon-pencil"></i> 审核
- </a>
- <?php endif; ?>
- <?php elseif ($item['apply_status'] == 30) : ?>
- <a class="j-show-reason tpl-table-black-operation-green"
- href="javascript:void(0);"
- data-reason="<?= $item['reject_reason'] ?>">
- 驳回原因</a>
- <?php endif; ?>
- </div>
- </td>
- </tr>
- <?php endforeach; else: ?>
- <tr>
- <td colspan="9" class="am-text-center">暂无记录</td>
- </tr>
- <?php endif; ?>
- </tbody>
- </table>
- <div class="am-u-lg-12 am-cf">
- <div class="am-fr"><?= $list->render() ?> </div>
- <div class="am-fr pagination-total am-margin-right">
- <div class="am-vertical-align-middle">总记录:<?= $list->total() ?></div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- 分销商审核 -->
- <script id="tpl-dealer-apply" type="text/template">
- <div class="am-padding-top-sm">
- <form class="form-dealer-apply am-form tpl-form-line-form" method="post"
- action="<?= url('apps.dealer.apply/submit') ?>">
- <input type="hidden" name="apply_id" value="{{ id }}">
- <div class="am-form-group">
- <label class="am-u-sm-3 am-form-label"> 审核状态 </label>
- <div class="am-u-sm-9">
- <label class="am-radio-inline">
- <input type="radio" name="apply[apply_status]" value="20" data-am-ucheck
- checked> 审核通过
- </label>
- <label class="am-radio-inline">
- <input type="radio" name="apply[apply_status]" value="30" data-am-ucheck> 驳回
- </label>
- </div>
- </div>
- <div class="am-form-group">
- <label class="am-u-sm-3 am-form-label"> 驳回原因 </label>
- <div class="am-u-sm-9">
- <input type="text" class="tpl-form-input" name="apply[reject_reason]" placeholder="仅在驳回时填写"
- value="">
- </div>
- </div>
- </form>
- </div>
- </script>
- <script>
- $(function () {
- /**
- * 审核操作
- */
- $('.j-audit').click(function () {
- var $this = $(this);
- layer.open({
- type: 1
- , title: '分销商审核'
- , area: '340px'
- , offset: 'auto'
- , anim: 1
- , closeBtn: 1
- , shade: 0.3
- , btn: ['确定', '取消']
- , content: template('tpl-dealer-apply', $this.data())
- , success: function (layero) {
- // 注册radio组件
- layero.find('input[type=radio]').uCheck();
- }
- , yes: function (index, layero) {
- // 表单提交
- layero.find('.form-dealer-apply').ajaxSubmit({
- type: 'post',
- dataType: 'json',
- success: function (result) {
- result.code === 1 ? $.show_success(result.msg, result.url)
- : $.show_error(result.msg);
- }
- });
- layer.close(index);
- }
- });
- });
- /**
- * 显示驳回原因
- */
- $('.j-show-reason').click(function () {
- var $this = $(this);
- layer.alert($this.data('reason'), {title: '驳回原因'});
- });
- });
- </script>
|