123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527 |
- <?php /*a:2:{s:95:"E:\phpstudy_pro_8.1.0.1_64bit_Green\phpstudy_pro\WWW\yueshengshop\app\admin\view\user\user.html";i:1587196808;s:90:"E:\phpstudy_pro_8.1.0.1_64bit_Green\phpstudy_pro\WWW\yueshengshop\app\admin\view\base.html";i:1587517806;}*/ ?>
- <!DOCTYPE html>
- <html>
- <head>
- <meta name="renderer" content="webkit" />
- <meta http-equiv="X-UA-COMPATIBLE" content="IE=edge,chrome=1" />
- <title><?php echo htmlentities((isset($menu_info['title']) && ($menu_info['title'] !== '')?$menu_info['title']:"")); ?> - <?php echo htmlentities((isset($website['title']) && ($website['title'] !== '')?$website['title']:"Niushop开源商城")); ?></title>
- <meta name="keywords" content="<?php echo htmlentities((isset($website['keywords']) && ($website['keywords'] !== '')?$website['keywords']:'Niushop开源商城')); ?>">
- <meta name="description" content="<?php echo htmlentities((isset($website['desc']) && ($website['desc'] !== '')?$website['desc']:'描述')); ?>}">
- <link rel="icon" type="image/x-icon" href="http://yueshengshop.top/public/static/img/bitbug_favicon.ico" />
- <link rel="stylesheet" type="text/css" href="http://yueshengshop.top/public/static/css/iconfont.css" />
- <link rel="stylesheet" type="text/css" href="http://yueshengshop.top/public/static/ext/layui/css/layui.css" />
- <link rel="stylesheet" type="text/css" href="http://yueshengshop.top/public/static/loading/msgbox.css"/>
- <link rel="stylesheet" type="text/css" href="http://yueshengshop.top/app/admin/view/public/css/common.css" />
- <script src="http://yueshengshop.top/public/static/js/jquery-3.1.1.js"></script>
- <script src="http://yueshengshop.top/public/static/ext/layui/layui.js"></script>
- <script>
- layui.use(['layer', 'upload', 'element'], function() {});
- window.ns_url = {
- baseUrl: "http://yueshengshop.top/",
- route: ['<?php echo request()->module(); ?>', '<?php echo request()->controller(); ?>', '<?php echo request()->action(); ?>'],
- };
- </script>
- <script src="http://yueshengshop.top/public/static/js/common.js"></script>
- <style>
- .ns-calendar{background: url("http://yueshengshop.top/public/static/img/ns_calendar.png") no-repeat center / 16px 16px;}
- </style>
-
- <script type="text/javascript">
- </script>
- </head>
- <body>
- <!-- logo -->
- <div class="ns-logo">
- <div class="logo-box">
- <img src="http://yueshengshop.top/app/admin/view/public/img/logo.png">
- </div>
- <span>B2B2C多商户平台端</span>
- <span>
- 服务电话:400-886-7993
- </span>
- </div>
- <div class="layui-layout layui-layout-admin">
-
- <div class="layui-header">
- <!-- 一级菜单 -->
- <ul class="layui-nav layui-layout-left">
- <?php $serond_menu = []; foreach($menu as $menu_k => $menu_v): ?>
- <li class="layui-nav-item <?php if($menu_v['selected']): ?> layui-this<?php endif; ?>">
- <a href="<?php echo htmlentities($menu_v['url']); ?>"><?php echo htmlentities($menu_v['title']); ?></a>
- </li>
- <?php if($menu_v['selected']):
- $serond_menu = $menu_v['child_list'];
- ?>
- <?php endif; ?>
- <?php endforeach; ?>
- </ul>
- <ul class="layui-nav layui-layout-right">
- <li class="layui-nav-item">
- <a href="javascript:;">
- <div class="ns-img-box">
- <img src="http://yueshengshop.top/app/admin/view/public/img/default_headimg.png" alt="">
- </div>
- <?php echo htmlentities($user_info['username']); ?>
- </a>
- <dl class="layui-nav-child">
- <dd class="ns-reset-pass" onclick="resetPassword();">
- <a href="javascript:;">修改密码</a>
- </dd>
- <dd>
- <a onclick="clearCache()" href="javascript:;">清除缓存</a>
- </dd>
- <dd>
- <a href="<?php echo addon_url('admin/login/logout'); ?>" class="login-out">退出登录</a>
- </dd>
- </dl>
- </li>
- </ul>
- </div>
-
- <?php if(!(empty($serond_menu) || (($serond_menu instanceof \think\Collection || $serond_menu instanceof \think\Paginator ) && $serond_menu->isEmpty()))): ?>
- <div class="layui-side">
- <div class="layui-side-scroll">
- <span class="ns-side-title"><?php echo htmlentities($crumbs[0]['title']); ?></span>
- <!-- 二三级菜单-->
- <ul class="layui-nav layui-nav-tree" lay-filter="test">
- <?php foreach($serond_menu as $menu_second_k => $menu_second_v): ?>
- <li class="layui-nav-item <?php if($menu_second_v['selected']): ?> layui-nav-itemed <?php endif; if(!$menu_second_v['child_list'] && $menu_second_v['selected']): ?> layui-this<?php endif; ?>">
- <a class="layui-menu-tips" href="<?php if(!$menu_second_v['child_list']): ?> <?php echo htmlentities($menu_second_v['url']); else: ?>javascript:;<?php endif; ?>"><?php echo htmlentities($menu_second_v['title']); ?></a>
- <?php if(!(empty($menu_second_v['child_list']) || (($menu_second_v['child_list'] instanceof \think\Collection || $menu_second_v['child_list'] instanceof \think\Paginator ) && $menu_second_v['child_list']->isEmpty()))): ?>
- <dl class="layui-nav-child">
- <?php foreach($menu_second_v["child_list"] as $menu_third_k => $menu_third_v): ?>
- <dd class="<?php if($menu_third_v['selected']): ?> layui-this<?php endif; ?>">
- <a href="<?php echo htmlentities($menu_third_v['url']); ?>"><?php echo htmlentities($menu_third_v['title']); ?></a>
- </dd>
- <?php endforeach; ?>
- </dl>
- <?php endif; ?>
- </li>
- <?php endforeach; ?>
- </ul>
- </div>
- </div>
- <?php endif; ?>
- <div class="layui-body<?php if(empty($serond_menu) || (($serond_menu instanceof \think\Collection || $serond_menu instanceof \think\Paginator ) && $serond_menu->isEmpty())): ?> child_no_exit<?php endif; ?>">
- <!-- 面包屑 -->
-
- <?php if(count($serond_menu) > 0): ?>
- <div class="ns-crumbs<?php if(empty($serond_menu) || (($serond_menu instanceof \think\Collection || $serond_menu instanceof \think\Paginator ) && $serond_menu->isEmpty())): ?> child_no_exit<?php endif; ?>">
- <span class="layui-breadcrumb" lay-separator="-">
- <?php foreach($crumbs as $crumbs_k => $crumbs_v): if(count($crumbs) == ($crumbs_k + 1)): ?>
- <a href="<?php echo htmlentities($crumbs_v['url']); ?>"><cite><?php echo htmlentities($crumbs_v['title']); ?></cite></a>
- <?php else: ?>
- <a href="<?php echo htmlentities($crumbs_v['url']); ?>"><?php echo htmlentities($crumbs_v['title']); ?></a>
- <?php endif; ?>
- <?php endforeach; ?>
- </span>
- </div>
- <?php endif; ?>
-
- <div class="ns-body-content <?php if(count($serond_menu) < 1): ?> crumbs_no_exit<?php endif; ?>">
- <div class="ns-body">
- <!-- 四级导航 -->
- <?php if(isset($forth_menu) && !empty($forth_menu)): ?>
- <div class="fourstage-nav layui-tab layui-tab-brief" lay-filter="edit_user_tab">
- <ul class="layui-tab-title">
- <?php if(is_array($forth_menu) || $forth_menu instanceof \think\Collection || $forth_menu instanceof \think\Paginator): $i = 0; $__LIST__ = $forth_menu;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$menu): $mod = ($i % 2 );++$i;?>
- <li class="<?php echo $menu['selected']==1 ? 'layui-this' : ''; ?>" lay-id="basic_info"><a href="<?php echo htmlentities($menu['parse_url']); ?>"><?php echo htmlentities($menu['title']); ?></a></li>
- <?php endforeach; endif; else: echo "" ;endif; ?>
- </ul>
- </div>
- <?php endif; ?>
-
-
- <div class="layui-collapse ns-tips">
- <div class="layui-colla-item">
- <h2 class="layui-colla-title">操作提示</h2>
- <ul class="layui-colla-content layui-show">
- <li>用户列表展示,admin为系统用户,不可进行编辑</li>
- <li>可以添加用户,用于登录、管理平台端</li>
- <li>可对用户进行编辑,修改用户状态,当用户状态为锁定时,不可进行登录</li>
- <li>添加时选择用户组,对用户的操作权限进行限制</li>
- </ul>
- </div>
- </div>
- <!-- 搜索框 -->
- <div class="ns-single-filter-box">
- <button class="layui-btn ns-bg-color" onclick="add()">添加用户</button>
- <div class="layui-form">
- <div class="layui-input-inline">
- <input type="text" name="search_keys" placeholder="请输入用户名" autocomplete="off" class="layui-input">
- <button type="button" class="layui-btn layui-btn-primary" lay-filter="search" lay-submit>
- <i class="layui-icon"></i>
- </button>
- </div>
- </div>
- </div>
- <!-- 列表 -->
- <table id="user_list" lay-filter="user_list"></table>
- <!-- 操作 -->
- <script type="text/html" id="operation">
- <div class="ns-table-btn">
- {{# if(d.is_admin == 1){ }}
- <span class="ns-cursor ns-text-color-dark-gray">系统用户不可编辑</span>
- {{# }else{ }}
- <a class="layui-btn" lay-event="edit">编辑</a>
- <a class="layui-btn" lay-event="delete">删除</a>
- <a class="layui-btn" lay-event="reset_pass">重置密码</a>
- {{# } }}
- </div>
- </script>
- <!-- 状态 -->
- <script type="text/html" id="status">
- {{ d.status == 1 ? '正常' : '锁定'}}
- </script>
- </div>
-
- <!-- 版权信息 -->
- <div class="ns-footer">
- <div class="ns-footer-img">
- <a href="#"><img style="-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;" src="<?php if(!empty($copyright['logo'])): ?> <?php echo img($copyright['logo']); else: ?>http://yueshengshop.top/public/static/img/copyright_logo.png<?php endif; ?>" /></a>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- 重置密码弹框html -->
- <div class="layui-form" id="reset_pass" style="display: none;">
- <div class="layui-form-item">
- <label class="layui-form-label"><span class="required">*</span>原密码</label>
- <div class="layui-input-block">
- <input type="password" id="old_pass" name="old_pass" required class="layui-input ns-len-mid" maxlength="18" autocomplete="off" readonly onfocus="this.removeAttribute('readonly');" onblur="this.setAttribute('readonly',true);">
- <span class="required"></span>
- </div>
- </div>
- <div class="layui-form-item">
- <label class="layui-form-label"><span class="required">*</span>新密码</label>
- <div class="layui-input-block">
- <input type="password" id="new_pass" name="new_pass" required class="layui-input ns-len-mid" maxlength="18" autocomplete="off" readonly onfocus="this.removeAttribute('readonly');" onblur="this.setAttribute('readonly',true);">
- <span class="required"></span>
- </div>
- </div>
- <div class="layui-form-item">
- <label class="layui-form-label"><span class="required">*</span>确认新密码</label>
- <div class="layui-input-block">
- <input type="password" id="repeat_pass" name="repeat_pass" required class="layui-input ns-len-mid" maxlength="18" autocomplete="off" readonly onfocus="this.removeAttribute('readonly');" onblur="this.setAttribute('readonly',true);">
- <span class="required"></span>
- </div>
- </div>
- <div class="ns-form-row">
- <button class="layui-btn ns-bg-color" onclick="repass()">确定</button>
- <button class="layui-btn layui-btn-primary" onclick="closePass()">返回</button>
- </div>
- </div>
- <script type="text/javascript">
- layui.use('element',function () {
- var element = layui.element;
- element.render('breadcrumb');
- });
- function clearCache () {
- $.ajax({
- type: 'post',
- url: ns.url("admin/Login/clearCache"),
- dataType: 'JSON',
- success: function(res) {
- layer.msg(res.message);
- location.reload();
- }
- })
- }
- /**
- * 重置密码
- */
- var index;
- function resetPassword() {
- index = layer.open({
- type:1,
- content:$('#reset_pass'),
- offset: 'auto',
- area: ['650px']
- });
- setTimeout(function() {
- $(".ns-reset-pass").removeClass('layui-this');
- }, 1000);
- }
- // $(".ns-reset-pass").on('click', function() {
- // $(this).removeClass('layui-this');
- // })
- var repeat_flag = false;
- function repass(){
- var old_pass = $("#old_pass").val();
- var new_pass = $("#new_pass").val();
- var repeat_pass = $("#repeat_pass").val();
- if (old_pass == '') {
- $("#old_pass").focus();
- layer.msg("原密码不能为空");
- return;
- }
- if (new_pass == '') {
- $("#new_pass").focus();
- layer.msg("密码不能为空");
- return;
- } else if ($("#new_pass").val().length < 6) {
- $("#new_pass").focus();
- layer.msg("密码不能少于6位数");
- return;
- }
- if (repeat_pass == '') {
- $("#repeat_pass").focus();
- layer.msg("密码不能为空");
- return;
- } else if ($("#repeat_pass").val().length < 6) {
- $("#repeat_pass").focus();
- layer.msg("密码不能少于6位数");
- return;
- }
- if (new_pass != repeat_pass) {
- $("#repeat_pass").focus();
- layer.msg("两次密码输入不一样,请重新输入");
- return;
- }
- if(repeat_flag)return;
- repeat_flag = true;
- $.ajax({
- type: "POST",
- dataType: 'JSON',
- url: ns.url("admin/login/modifypassword"),
- data: {"old_pass": old_pass,"new_pass": new_pass},
- success: function(res) {
- layer.msg(res.message);
- repeat_flag = false;
- if (res.code == 0) {
- layer.close(index);
- location.reload();
- }
- }
- });
- }
- function closePass() {
- layer.close(index);
- }
-
- layui.use('element', function() {
- var element = layui.element;
- element.init();
- });
- </script>
- <script>
- var table, form, laytpl, layer_pass, repeat_flag = false; //防重复标识
- layui.use(['form', 'laytpl'], function() {
- form = layui.form;
- laytpl = layui.laytpl;
- form.render();
- table = new Table({
- elem: '#user_list',
- url: ns.url("admin/user/user"),
- cols: [
- [{
- field: 'username',
- title: '用户名',
- width: '20%',
- unresize: 'false'
- }, {
- field: 'group_name',
- title: '用户组',
- width: '15%',
- unresize: 'false'
- }, {
- field: 'login_ip',
- title: '最后登录IP',
- width: '18%',
- unresize: 'false'
- }, {
- field: 'login_time',
- title: '最后登录时间',
- width: '18%',
- unresize: 'false',
- templet: function(data) {
- return ns.time_to_date(data.login_time); //创建时间转换方法
- }
- }, {
- field: 'status',
- title: '用户状态',
- width: '12%',
- unresize: 'false',
- templet: '#status'
- }, {
- title: '操作',
- width: '16%',
- toolbar: '#operation',
- unresize: 'false'
- }]
- ],
- });
- /**
- * 监听工具栏操作
- */
- table.tool(function(obj) {
- var data = obj.data;
- switch (obj.event) {
- case 'edit': //编辑
- location.href = ns.url("admin/user/editUser?uid=" + data.uid);
- break;
- case 'delete': //删除
- deleteUser(data.uid);
- break;
- case 'reset_pass': //重置密码
- resetPassword(data);
- break;
- }
- });
- /**
- * 删除
- */
- function deleteUser(uid) {
- if (repeat_flag) return false;
- repeat_flag = true;
- layer.confirm('确定要删除该用户吗?', function() {
- $.ajax({
- type: 'POST',
- dataType: 'JSON',
- url: ns.url("admin/user/deleteUser"),
- data: {uid},
- success: function(res) {
- layer.msg(res.message);
- repeat_flag = false;
- if (res.code == 0) {
- table.reload();
- }
- }
- });
- }, function () {
- layer.close();
- repeat_flag = false;
- });
- }
-
- /**
- * 重置密码
- */
- function resetPassword(data) {
- laytpl($("#pass_change").html()).render(data, function(html) {
- layer_pass = layer.open({
- title: '重置密码',
- skin: 'layer-tips-class',
- type: 1,
- area: ['600px'],
- content: html,
- });
- });
- }
-
- form.on('submit(repass)', function(data) {
- if (repeat_flag) return false;
- repeat_flag = true;
-
- $.ajax({
- type: "POST",
- dataType: 'JSON',
- url: ns.url("admin/user/modifyPassword"),
- data: data.field,
- success: function(res) {
- layer.msg(res.message);
- repeat_flag = false;
-
- if (res.code == 0) {
- layer.closeAll('page');
- }
- }
- });
- });
-
- /**
- * 搜索功能
- */
- form.on('submit(search)', function(data) {
- table.reload({
- page: {
- curr: 1
- },
- where: data.field
- });
- });
-
- /**
- * 表单验证
- */
- form.verify({
- repass: function(value) {
- if (value != $("input[name=password]").val()) {
- return "输入错误,两次密码不一致!";
- }
- }
- });
- });
-
- function add() {
- location.href = ns.url("admin/user/addUser");
- }
-
- function closePass() {
- layer.close(layer_pass);
- }
- </script>
- <!-- 重置密码弹框html -->
- <script type="text/html" id="pass_change">
- <div class="layui-form" id="reset_pass">
-
- <div class="layui-form-item">
- <label class="layui-form-label mid"><span class="required">*</span>新密码:</label>
- <div class="layui-input-block">
- <input type="password" id="new_pass" name="password" lay-verify="required" class="layui-input ns-len-mid" maxlength="18" autocomplete="off" readonly onfocus="this.removeAttribute('readonly');" onblur="this.setAttribute('readonly',true);">
- </div>
- </div>
-
- <div class="layui-form-item">
- <label class="layui-form-label mid"><span class="required">*</span>确认新密码:</label>
- <div class="layui-input-block">
- <input type="password" name="password" lay-verify="required|repass" class="layui-input ns-len-mid" maxlength="18" autocomplete="off" readonly onfocus="this.removeAttribute('readonly');" onblur="this.setAttribute('readonly',true);">
- </div>
- <div class="ns-word-aux mid">请再一次输入密码,两次输入密码须一致</div>
- </div>
-
- <div class="ns-form-row mid">
- <button class="layui-btn ns-bg-color" lay-submit lay-filter="repass">确定</button>
- <button class="layui-btn layui-btn-primary" onclick="closePass()">返回</button>
- </div>
- <input class="reset-pass-id" type="hidden" name="uid" value="{{d.uid}}"/>
- </div>
- </script>
- </body>
- </html>
|