2a03c8bf6def7dc994b58a724b237365.php 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508
  1. <?php /*a:2:{s:105:"E:\phpstudy_pro_8.1.0.1_64bit_Green\phpstudy_pro\WWW\yueshengshop\app\admin\view\goodscategory\lists.html";i:1587195846;s:90:"E:\phpstudy_pro_8.1.0.1_64bit_Green\phpstudy_pro\WWW\yueshengshop\app\admin\view\base.html";i:1587517806;}*/ ?>
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta name="renderer" content="webkit" />
  6. <meta http-equiv="X-UA-COMPATIBLE" content="IE=edge,chrome=1" />
  7. <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>
  8. <meta name="keywords" content="<?php echo htmlentities((isset($website['keywords']) && ($website['keywords'] !== '')?$website['keywords']:'Niushop开源商城')); ?>">
  9. <meta name="description" content="<?php echo htmlentities((isset($website['desc']) && ($website['desc'] !== '')?$website['desc']:'描述')); ?>}">
  10. <link rel="icon" type="image/x-icon" href="http://yueshengshop.top/public/static/img/bitbug_favicon.ico" />
  11. <link rel="stylesheet" type="text/css" href="http://yueshengshop.top/public/static/css/iconfont.css" />
  12. <link rel="stylesheet" type="text/css" href="http://yueshengshop.top/public/static/ext/layui/css/layui.css" />
  13. <link rel="stylesheet" type="text/css" href="http://yueshengshop.top/public/static/loading/msgbox.css"/>
  14. <link rel="stylesheet" type="text/css" href="http://yueshengshop.top/app/admin/view/public/css/common.css" />
  15. <script src="http://yueshengshop.top/public/static/js/jquery-3.1.1.js"></script>
  16. <script src="http://yueshengshop.top/public/static/ext/layui/layui.js"></script>
  17. <script>
  18. layui.use(['layer', 'upload', 'element'], function() {});
  19. window.ns_url = {
  20. baseUrl: "http://yueshengshop.top/",
  21. route: ['<?php echo request()->module(); ?>', '<?php echo request()->controller(); ?>', '<?php echo request()->action(); ?>'],
  22. };
  23. </script>
  24. <script src="http://yueshengshop.top/public/static/js/common.js"></script>
  25. <style>
  26. .ns-calendar{background: url("http://yueshengshop.top/public/static/img/ns_calendar.png") no-repeat center / 16px 16px;}
  27. </style>
  28. <style>
  29. .goods-category-list .layui-table td {
  30. border-left: 0;
  31. border-right: 0;
  32. }
  33. .goods-category-list .layui-table .switch {
  34. font-size: 16px;
  35. cursor: pointer;
  36. width: 12px;
  37. line-height: 1;
  38. display: inline-block;
  39. text-align: center;
  40. vertical-align: middle;
  41. }
  42. .goods-category-list .layui-table img {width: 40px;}
  43. </style>
  44. <script type="text/javascript">
  45. </script>
  46. </head>
  47. <body>
  48. <!-- logo -->
  49. <div class="ns-logo">
  50. <div class="logo-box">
  51. <img src="http://yueshengshop.top/app/admin/view/public/img/logo.png">
  52. </div>
  53. <span>B2B2C多商户平台端</span>
  54. <span>
  55. 服务电话:400-886-7993
  56. </span>
  57. </div>
  58. <div class="layui-layout layui-layout-admin">
  59. <div class="layui-header">
  60. <!-- 一级菜单 -->
  61. <ul class="layui-nav layui-layout-left">
  62. <?php $serond_menu = []; foreach($menu as $menu_k => $menu_v): ?>
  63. <li class="layui-nav-item <?php if($menu_v['selected']): ?> layui-this<?php endif; ?>">
  64. <a href="<?php echo htmlentities($menu_v['url']); ?>"><?php echo htmlentities($menu_v['title']); ?></a>
  65. </li>
  66. <?php if($menu_v['selected']):
  67. $serond_menu = $menu_v['child_list'];
  68. ?>
  69. <?php endif; ?>
  70. <?php endforeach; ?>
  71. </ul>
  72. <ul class="layui-nav layui-layout-right">
  73. <li class="layui-nav-item">
  74. <a href="javascript:;">
  75. <div class="ns-img-box">
  76. <img src="http://yueshengshop.top/app/admin/view/public/img/default_headimg.png" alt="">
  77. </div>
  78. <?php echo htmlentities($user_info['username']); ?>
  79. </a>
  80. <dl class="layui-nav-child">
  81. <dd class="ns-reset-pass" onclick="resetPassword();">
  82. <a href="javascript:;">修改密码</a>
  83. </dd>
  84. <dd>
  85. <a onclick="clearCache()" href="javascript:;">清除缓存</a>
  86. </dd>
  87. <dd>
  88. <a href="<?php echo addon_url('admin/login/logout'); ?>" class="login-out">退出登录</a>
  89. </dd>
  90. </dl>
  91. </li>
  92. </ul>
  93. </div>
  94. <?php if(!(empty($serond_menu) || (($serond_menu instanceof \think\Collection || $serond_menu instanceof \think\Paginator ) && $serond_menu->isEmpty()))): ?>
  95. <div class="layui-side">
  96. <div class="layui-side-scroll">
  97. <span class="ns-side-title"><?php echo htmlentities($crumbs[0]['title']); ?></span>
  98. <!-- 二三级菜单-->
  99. <ul class="layui-nav layui-nav-tree" lay-filter="test">
  100. <?php foreach($serond_menu as $menu_second_k => $menu_second_v): ?>
  101. <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; ?>">
  102. <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>
  103. <?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()))): ?>
  104. <dl class="layui-nav-child">
  105. <?php foreach($menu_second_v["child_list"] as $menu_third_k => $menu_third_v): ?>
  106. <dd class="<?php if($menu_third_v['selected']): ?> layui-this<?php endif; ?>">
  107. <a href="<?php echo htmlentities($menu_third_v['url']); ?>"><?php echo htmlentities($menu_third_v['title']); ?></a>
  108. </dd>
  109. <?php endforeach; ?>
  110. </dl>
  111. <?php endif; ?>
  112. </li>
  113. <?php endforeach; ?>
  114. </ul>
  115. </div>
  116. </div>
  117. <?php endif; ?>
  118. <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; ?>">
  119. <!-- 面包屑 -->
  120. <?php if(count($serond_menu) > 0): ?>
  121. <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; ?>">
  122. <span class="layui-breadcrumb" lay-separator="-">
  123. <?php foreach($crumbs as $crumbs_k => $crumbs_v): if(count($crumbs) == ($crumbs_k + 1)): ?>
  124. <a href="<?php echo htmlentities($crumbs_v['url']); ?>"><cite><?php echo htmlentities($crumbs_v['title']); ?></cite></a>
  125. <?php else: ?>
  126. <a href="<?php echo htmlentities($crumbs_v['url']); ?>"><?php echo htmlentities($crumbs_v['title']); ?></a>
  127. <?php endif; ?>
  128. <?php endforeach; ?>
  129. </span>
  130. </div>
  131. <?php endif; ?>
  132. <div class="ns-body-content <?php if(count($serond_menu) < 1): ?> crumbs_no_exit<?php endif; ?>">
  133. <div class="ns-body">
  134. <!-- 四级导航 -->
  135. <?php if(isset($forth_menu) && !empty($forth_menu)): ?>
  136. <div class="fourstage-nav layui-tab layui-tab-brief" lay-filter="edit_user_tab">
  137. <ul class="layui-tab-title">
  138. <?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;?>
  139. <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>
  140. <?php endforeach; endif; else: echo "" ;endif; ?>
  141. </ul>
  142. </div>
  143. <?php endif; ?>
  144. <div class="layui-collapse ns-tips">
  145. <div class="layui-colla-item">
  146. <h2 class="layui-colla-title">操作提示</h2>
  147. <ul class="layui-colla-content layui-show">
  148. <li>商品分类由平台端进行维护,商家添加商品的时候需要选择对应的商品分类,用户可以根据商品分类搜索商品。</li>
  149. <li>点击商品分类名前“+”符号,显示当前商品分类的下级分类。</li>
  150. <li>商品分类关联类型是前台搜索分类查询商品之后可以通过商品类型的属性进行进一步搜索。</li>
  151. <li>商品分类的佣金比率是商家商品销售之后,平台获取佣金,具体佣金金额按照商品分类进行计算。</li>
  152. </ul>
  153. </div>
  154. </div>
  155. <div class="ns-single-filter-box">
  156. <button class="layui-btn ns-bg-color" onclick="addCategory()">添加商品分类</button>
  157. </div>
  158. <div class="goods-category-list">
  159. <table class="layui-table ns-pithy-table">
  160. <colgroup>
  161. <col width="3%">
  162. <col width="18%">
  163. <col width="15%">
  164. <col width="10%">
  165. <col width="10%">
  166. <col width="12%">
  167. <col width="10%">
  168. <col width="10%">
  169. <col width="12%">
  170. </colgroup>
  171. <thead>
  172. <tr>
  173. <th></th>
  174. <th>分类名称</th>
  175. <th>简称</th>
  176. <th>图片</th>
  177. <th>关联类型</th>
  178. <th>平台抽成比率</th>
  179. <th>是否显示</th>
  180. <th>排序</th>
  181. <th>操作</th>
  182. </tr>
  183. </thead>
  184. <tbody>
  185. <?php if($list): if(is_array($list) || $list instanceof \think\Collection || $list instanceof \think\Paginator): if( count($list)==0 ) : echo "" ;else: foreach($list as $key=>$vo): ?>
  186. <tr>
  187. <td>
  188. <?php if(!(empty($vo['child_list']) || (($vo['child_list'] instanceof \think\Collection || $vo['child_list'] instanceof \think\Paginator ) && $vo['child_list']->isEmpty()))): ?>
  189. <span class="switch ns-text-color js-switch" data-category-id="<?php echo htmlentities($vo['category_id']); ?>" data-level="<?php echo htmlentities($vo['level']); ?>" data-open="0">+</span>
  190. <?php endif; ?>
  191. </td>
  192. <td><?php echo htmlentities($vo['category_name']); ?></td>
  193. <td><?php echo htmlentities($vo['short_name']); ?></td>
  194. <td>
  195. <?php if(!(empty($vo['image']) || (($vo['image'] instanceof \think\Collection || $vo['image'] instanceof \think\Paginator ) && $vo['image']->isEmpty()))): ?>
  196. <div class="ns-img-box">
  197. <img layer-src src="<?php echo img($vo['image']); ?>"/>
  198. </div>
  199. <?php endif; ?>
  200. </td>
  201. <td><?php echo htmlentities($vo['attr_class_name']); ?></td>
  202. <td><?php echo htmlentities($vo['commission_rate']); ?>%</td>
  203. <td><?php if($vo['is_show'] == 1): ?>是<?php else: ?>否<?php endif; ?></td>
  204. <td><input type="number" class="layui-input ns-len-short" value="<?php echo htmlentities($vo['sort']); ?>" onchange="editSort('<?php echo htmlentities($vo['category_id']); ?>')" id="category_sort<?php echo htmlentities($vo['category_id']); ?>"></td>
  205. <td>
  206. <div class="ns-table-btn">
  207. <a class="layui-btn" href="<?php echo addon_url('admin/goodscategory/editcategory',['category_id'=>$vo['category_id']]); ?>">编辑</a>
  208. <a class="layui-btn" href="javascript:deleteCategory(<?php echo htmlentities($vo['category_id']); ?>);">删除</a>
  209. </div>
  210. </td>
  211. </tr>
  212. <?php if(!(empty($vo['child_list']) || (($vo['child_list'] instanceof \think\Collection || $vo['child_list'] instanceof \think\Paginator ) && $vo['child_list']->isEmpty()))): if(is_array($vo['child_list']) || $vo['child_list'] instanceof \think\Collection || $vo['child_list'] instanceof \think\Paginator): if( count($vo['child_list'])==0 ) : echo "" ;else: foreach($vo['child_list'] as $key=>$second): ?>
  213. <tr data-category-id-1="<?php echo htmlentities($second['category_id_1']); ?>" style="display:none;">
  214. <td></td>
  215. <td style="padding-left: 20px;">
  216. <span class="switch ns-text-color js-switch" data-category-id="<?php echo htmlentities($second['category_id']); ?>" data-level="<?php echo htmlentities($second['level']); ?>" data-open="1" style="padding-right: 20px;">-</span>
  217. <span><?php echo htmlentities($second['category_name']); ?></span>
  218. </td>
  219. <td><?php echo htmlentities($second['short_name']); ?></td>
  220. <td>
  221. <?php if(!(empty($second['image']) || (($second['image'] instanceof \think\Collection || $second['image'] instanceof \think\Paginator ) && $second['image']->isEmpty()))): ?>
  222. <img layer-src src="<?php echo img($second['image']); ?>"/>
  223. <?php endif; ?>
  224. </td>
  225. <td><?php echo htmlentities($second['attr_class_name']); ?></td>
  226. <td><?php echo htmlentities($second['commission_rate']); ?>%</td>
  227. <td><?php if($second['is_show'] == 1): ?>是<?php else: ?>否<?php endif; ?></td>
  228. <td><input type="number" class="layui-input ns-len-short" value="<?php echo htmlentities($second['sort']); ?>" onchange="editSort('<?php echo htmlentities($second['category_id']); ?>')" id="category_sort<?php echo htmlentities($second['category_id']); ?>"></td>
  229. <td>
  230. <div class="ns-table-btn">
  231. <a class="layui-btn" href="<?php echo addon_url('admin/goodscategory/editcategory',['category_id'=>$second['category_id']]); ?>">编辑</a>
  232. <a class="layui-btn" href="javascript:deleteCategory(<?php echo htmlentities($second['category_id']); ?>);">删除</a>
  233. </div>
  234. </td>
  235. </tr>
  236. <?php if(!(empty($second['child_list']) || (($second['child_list'] instanceof \think\Collection || $second['child_list'] instanceof \think\Paginator ) && $second['child_list']->isEmpty()))): if(is_array($second['child_list']) || $second['child_list'] instanceof \think\Collection || $second['child_list'] instanceof \think\Paginator): if( count($second['child_list'])==0 ) : echo "" ;else: foreach($second['child_list'] as $key=>$third): ?>
  237. <tr data-category-id-1="<?php echo htmlentities($third['category_id_1']); ?>" data-category-id-2="<?php echo htmlentities($third['category_id_2']); ?>" style="display:none;">
  238. <td></td>
  239. <td style="padding-left: 80px;">
  240. <span><?php echo htmlentities($third['category_name']); ?></span>
  241. </td>
  242. <td><?php echo htmlentities($third['short_name']); ?></td>
  243. <td>
  244. <?php if(!(empty($third['image']) || (($third['image'] instanceof \think\Collection || $third['image'] instanceof \think\Paginator ) && $third['image']->isEmpty()))): ?>
  245. <img layer-src src="<?php echo img($third['image']); ?>"/>
  246. <?php endif; ?>
  247. </td>
  248. <td><?php echo htmlentities($third['attr_class_name']); ?></td>
  249. <td><?php echo htmlentities($third['commission_rate']); ?>%</td>
  250. <td><?php if($third['is_show'] == 1): ?>是<?php else: ?>否<?php endif; ?></td>
  251. <td><input type="number" class="layui-input ns-len-short" value="<?php echo htmlentities($third['sort']); ?>" onchange="editSort('<?php echo htmlentities($third['category_id']); ?>')" id="category_sort<?php echo htmlentities($third['category_id']); ?>"></td>
  252. <td>
  253. <div class="ns-table-btn">
  254. <a class="layui-btn" href="<?php echo addon_url('admin/goodscategory/editcategory',['category_id'=>$third['category_id']]); ?>">编辑</a>
  255. <a class="layui-btn" href="javascript:deleteCategory(<?php echo htmlentities($third['category_id']); ?>);">删除</a>
  256. </div>
  257. </td>
  258. </tr>
  259. <?php endforeach; endif; else: echo "" ;endif; ?>
  260. <?php endif; ?>
  261. <?php endforeach; endif; else: echo "" ;endif; ?>
  262. <?php endif; ?>
  263. <?php endforeach; endif; else: echo "" ;endif; else: ?>
  264. <tr>
  265. <td colspan="9" style="text-align: center">无数据</td>
  266. </tr>
  267. <?php endif; ?>
  268. </tbody>
  269. </table>
  270. </div>
  271. </div>
  272. <!-- 版权信息 -->
  273. <div class="ns-footer">
  274. <div class="ns-footer-img">
  275. <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>
  276. </div>
  277. </div>
  278. </div>
  279. </div>
  280. </div>
  281. <!-- 重置密码弹框html -->
  282. <div class="layui-form" id="reset_pass" style="display: none;">
  283. <div class="layui-form-item">
  284. <label class="layui-form-label"><span class="required">*</span>原密码</label>
  285. <div class="layui-input-block">
  286. <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);">
  287. <span class="required"></span>
  288. </div>
  289. </div>
  290. <div class="layui-form-item">
  291. <label class="layui-form-label"><span class="required">*</span>新密码</label>
  292. <div class="layui-input-block">
  293. <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);">
  294. <span class="required"></span>
  295. </div>
  296. </div>
  297. <div class="layui-form-item">
  298. <label class="layui-form-label"><span class="required">*</span>确认新密码</label>
  299. <div class="layui-input-block">
  300. <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);">
  301. <span class="required"></span>
  302. </div>
  303. </div>
  304. <div class="ns-form-row">
  305. <button class="layui-btn ns-bg-color" onclick="repass()">确定</button>
  306. <button class="layui-btn layui-btn-primary" onclick="closePass()">返回</button>
  307. </div>
  308. </div>
  309. <script type="text/javascript">
  310. layui.use('element',function () {
  311. var element = layui.element;
  312. element.render('breadcrumb');
  313. });
  314. function clearCache () {
  315. $.ajax({
  316. type: 'post',
  317. url: ns.url("admin/Login/clearCache"),
  318. dataType: 'JSON',
  319. success: function(res) {
  320. layer.msg(res.message);
  321. location.reload();
  322. }
  323. })
  324. }
  325. /**
  326. * 重置密码
  327. */
  328. var index;
  329. function resetPassword() {
  330. index = layer.open({
  331. type:1,
  332. content:$('#reset_pass'),
  333. offset: 'auto',
  334. area: ['650px']
  335. });
  336. setTimeout(function() {
  337. $(".ns-reset-pass").removeClass('layui-this');
  338. }, 1000);
  339. }
  340. // $(".ns-reset-pass").on('click', function() {
  341. // $(this).removeClass('layui-this');
  342. // })
  343. var repeat_flag = false;
  344. function repass(){
  345. var old_pass = $("#old_pass").val();
  346. var new_pass = $("#new_pass").val();
  347. var repeat_pass = $("#repeat_pass").val();
  348. if (old_pass == '') {
  349. $("#old_pass").focus();
  350. layer.msg("原密码不能为空");
  351. return;
  352. }
  353. if (new_pass == '') {
  354. $("#new_pass").focus();
  355. layer.msg("密码不能为空");
  356. return;
  357. } else if ($("#new_pass").val().length < 6) {
  358. $("#new_pass").focus();
  359. layer.msg("密码不能少于6位数");
  360. return;
  361. }
  362. if (repeat_pass == '') {
  363. $("#repeat_pass").focus();
  364. layer.msg("密码不能为空");
  365. return;
  366. } else if ($("#repeat_pass").val().length < 6) {
  367. $("#repeat_pass").focus();
  368. layer.msg("密码不能少于6位数");
  369. return;
  370. }
  371. if (new_pass != repeat_pass) {
  372. $("#repeat_pass").focus();
  373. layer.msg("两次密码输入不一样,请重新输入");
  374. return;
  375. }
  376. if(repeat_flag)return;
  377. repeat_flag = true;
  378. $.ajax({
  379. type: "POST",
  380. dataType: 'JSON',
  381. url: ns.url("admin/login/modifypassword"),
  382. data: {"old_pass": old_pass,"new_pass": new_pass},
  383. success: function(res) {
  384. layer.msg(res.message);
  385. repeat_flag = false;
  386. if (res.code == 0) {
  387. layer.close(index);
  388. location.reload();
  389. }
  390. }
  391. });
  392. }
  393. function closePass() {
  394. layer.close(index);
  395. }
  396. layui.use('element', function() {
  397. var element = layui.element;
  398. element.init();
  399. });
  400. </script>
  401. <script>
  402. $(function () {
  403. loadImgMagnify(); //图片放大
  404. //展开收齐点击事件
  405. $(".js-switch").click(function () {
  406. var category_id = $(this).attr("data-category-id");
  407. var level = $(this).attr("data-level");
  408. var open = parseInt($(this).attr("data-open").toString());
  409. if(open){
  410. $(".goods-category-list .layui-table tr[data-category-id-"+ level+"='" + category_id + "']").hide();
  411. $(this).text("+");
  412. }else{
  413. $(".goods-category-list .layui-table tr[data-category-id-"+ level+"='" + category_id + "']").show();
  414. $(this).text("-");
  415. }
  416. $(this).attr("data-open", (open ? 0 : 1));
  417. });
  418. });
  419. function deleteCategory(category_id,level) {
  420. layer.confirm('子级分类也会删除,请谨慎操作', function() {
  421. $.ajax({
  422. url: ns.url("admin/goodscategory/deleteCategory"),
  423. data: {category_id : category_id},
  424. dataType: 'JSON',
  425. type: 'POST',
  426. async: false,
  427. success: function (res) {
  428. layer.msg(res.message);
  429. if (res.code == 0) {
  430. location.reload();
  431. }
  432. }
  433. });
  434. });
  435. }
  436. function addCategory() {
  437. location.href = ns.url("admin/goodscategory/addcategory");
  438. }
  439. // 监听单元格编辑
  440. function editSort(category_id) {
  441. var sort = $("#category_sort"+category_id).val();
  442. if (!new RegExp("^-?[1-9]\\d*$").test(sort)) {
  443. layer.msg("排序号只能是整数");
  444. return;
  445. }
  446. if(sort<0){
  447. layer.msg("排序号必须大于0");
  448. return ;
  449. }
  450. $.ajax({
  451. type: 'POST',
  452. url: ns.url("admin/goodscategory/modifySort"),
  453. data: {
  454. sort: sort,
  455. category_id: category_id
  456. },
  457. dataType: 'JSON',
  458. success: function(res) {
  459. layer.msg(res.message);
  460. if (res.code == 0) {
  461. table.reload();
  462. }
  463. }
  464. });
  465. }
  466. </script>
  467. </body>
  468. </html>