436fb4e3a5fbb8071e0046615b90aa58.php 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507
  1. <?php if (!defined('THINK_PATH')) exit();?><!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <?php $shoname_name = D('Home/Front')->get_config_by_name('shoname'); ?>
  6. <title><?php echo $shoname; ?></title>
  7. <link rel="shortcut icon" href="" />
  8. <meta name="renderer" content="webkit">
  9. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
  11. <link rel="stylesheet" href="/layuiadmin/style/admin.css" media="all">
  12. <!-- 让IE8/9支持媒体查询,从而兼容栅格 -->
  13. <!--[if lt IE 9]>
  14. <script src="https://cdn.staticfile.org/html5shiv/r29/html5.min.js"></script>
  15. <script src="https://cdn.staticfile.org/respond.js/1.4.2/respond.min.js"></script>
  16. <![endif]-->
  17. <link href="./resource/css/bootstrap.min.css?v=201903260001" rel="stylesheet">
  18. <link href="./resource/css/common.css?v=201903260001" rel="stylesheet">
  19. <script type="text/javascript">
  20. window.sysinfo = {
  21. <?php if (!empty($_W['uniacid']) ){ ?>'uniacid': '<?php echo ($_W['uniacid']); ?>',<?php } ?>
  22. <?php if( !empty($_W['acid']) ){ ?>'acid': '<?php echo ($_W['acid']); ?>',<?php } ?>
  23. <?php if (!empty($_W['openid']) ) { ?>'openid': '<?php echo ($_W['openid']); ?>',<?php } ?>
  24. <?php if( !empty($_W['uid']) ) { ?>'uid': '<?php echo ($_W['uid']); ?>',<?php } ?>
  25. 'isfounder': <?php if (!empty($_W['isfounder']) ) { ?>1<?php }else{ ?>0<?php } ?>,
  26. 'siteroot': '<?php echo ($_W['siteroot']); ?>',
  27. 'siteurl': '<?php echo ($_W['siteurl']); ?>',
  28. 'attachurl': '<?php echo ($_W['attachurl']); ?>',
  29. 'attachurl_local': '<?php echo ($_W['attachurl_local']); ?>',
  30. 'attachurl_remote': '<?php echo ($_W['attachurl_remote']); ?>',
  31. 'module' : {'url' : '<?php if( defined('MODULE_URL') ) { ?>{MODULE_URL}<?php } ?>', 'name' : '<?php if (defined('IN_MODULE') ) { ?>{IN_MODULE}<?php } ?>'},
  32. 'cookie' : {'pre': ''},
  33. 'account' : <?php echo json_encode($_W['account']);?>,
  34. };
  35. </script>
  36. <script type="text/javascript" src="./resource/js/lib/jquery-1.11.1.min.js"></script>
  37. <script type="text/javascript" src="./resource/js/lib/bootstrap.min.js"></script>
  38. <script type="text/javascript" src="./resource/js/app/util.js?v=201903260001"></script>
  39. <script type="text/javascript" src="./resource/js/app/common.min.js?v=201903260001"></script>
  40. <script type="text/javascript" src="./resource/js/require.js?v=201903260001"></script>
  41. <script type="text/javascript" src="./resource/js/lib/jquery.nice-select.js?v=201903260001"></script>
  42. <link rel="stylesheet" href="/layuiadmin/layui/css/layui.css" media="all">
  43. <link href="/static/css/snailfish.css" rel="stylesheet">
  44. <style>
  45. tbody tr td{
  46. position: relative;
  47. }
  48. tbody tr .icow-weibiaoti--{
  49. visibility: hidden;
  50. display: inline-block;
  51. color: #fff;
  52. height:18px;
  53. width:18px;
  54. background: #e0e0e0;
  55. text-align: center;
  56. line-height: 18px;
  57. vertical-align: middle;
  58. }
  59. tbody tr:hover .icow-weibiaoti--{
  60. visibility: visible;
  61. }
  62. tbody tr .icow-weibiaoti--.hidden{
  63. visibility: hidden !important;
  64. }
  65. .full .icow-weibiaoti--{
  66. margin-left:10px;
  67. }
  68. .full>span{
  69. display: -webkit-box;
  70. display: -webkit-flex;
  71. display: -ms-flexbox;
  72. display: flex;
  73. vertical-align: middle;
  74. align-items: center;
  75. }
  76. tbody tr .label{
  77. margin: 5px 0;
  78. }
  79. .goods_attribute a{
  80. cursor: pointer;
  81. }
  82. .newgoodsflag{
  83. width: 22px;height: 16px;
  84. background-color: #ff0000;
  85. color: #fff;
  86. text-align: center;
  87. position: absolute;
  88. bottom: 70px;
  89. left: 57px;
  90. font-size: 12px;
  91. }
  92. .a{cursor: pointer;}
  93. </style>
  94. </head>
  95. <body layadmin-themealias="default">
  96. <table id="demo" lay-filter="test"></table>
  97. <div class="layui-fluid">
  98. <div class="layui-card">
  99. <div class="layui-card-header layui-elem-quote">当前位置:<span class="line-text">运费模板</span></div>
  100. <div class="layui-card-body" style="padding:15px;">
  101. <form action="" method="get" class="form-horizontal form-search layui-form" role="form">
  102. <input type="hidden" name="c" value="shipping" />
  103. <input type="hidden" name="a" value="templates" />
  104. <div class="layui-form-item">
  105. <div class="layui-inline">
  106. <div class="layui-input-inline">
  107. <input type="text" class="layui-input" name='keyword' value="<?php echo ($gpc['keyword']); ?>" placeholder="请输入关键词">
  108. </div>
  109. <div class="layui-input-inline">
  110. <button class="layui-btn layui-btn-sm" type="submit"> 搜索</button>
  111. </div>
  112. </div>
  113. </div>
  114. </form>
  115. <form action="" class="layui-form" lay-filter="example" method="post" >
  116. <div class="row">
  117. <div class="col-md-12">
  118. <div class="page-table-header">
  119. <span class="pull-right">
  120. <a href="<?php echo U('shipping/addshipping', array('ok' => 1));?>" class="layui-btn layui-btn-sm"><i class="fa fa-plus"></i> 添加运费模板</a>
  121. </span>
  122. <div class="btn-group">
  123. <button class="btn btn-default btn-sm btn-operation" type="button" data-toggle='batch-remove' data-confirm="确认要删除吗,删除后商品将进入回收站?" data-href="<?php echo U('config/shipping.deleteshipping');?>">
  124. <i class='icow icow-shanchu1'></i> 删除
  125. </button>
  126. </div>
  127. </div>
  128. <table class="table table-responsive" lay-even lay-skin="line" lay-size="lg">
  129. <thead>
  130. <tr>
  131. <th style="width:25px;">
  132. <input type='checkbox' name="checkall" lay-skin="primary" lay-filter="checkboxall" />
  133. </th>
  134. <th style='width:50px'></th>
  135. <th>名称</th>
  136. <th style='width:150px;'>计费方式</th>
  137. <th style='width:200px;'>首重(首件)价格</th>
  138. <th style='width:200px;'>续重(续件)价格</th>
  139. <th style='width:100px;'>状态</th>
  140. <th style='width:160px;'>默认</th>
  141. <th style="">操作</th>
  142. </tr>
  143. </thead>
  144. <tbody>
  145. <?php foreach( $list as $item ){ ?>
  146. <tr>
  147. <td>
  148. <input type='checkbox' name="item_checkbox" lay-skin="primary" value="<?php echo ($item['id']); ?>"/>
  149. </td>
  150. <td>
  151. <?php echo ($item['displayorder']); ?>
  152. </td>
  153. <td><?php echo ($item['name']); ?></td>
  154. <?php if( $item['type']==1){ ?>
  155. <td>按重量计费</td>
  156. <td><?php echo ($item['firstprice']); ?></td>
  157. <td><?php echo ($item['secondprice']); ?></td>
  158. <?php }else{ ?>
  159. <td>按件计费</td>
  160. <td><?php echo ($item['firstnumprice']); ?></td>
  161. <td><?php echo ($item['secondnumprice']); ?></td>
  162. <?php } ?>
  163. <td>
  164. <input type="checkbox" name="" lay-filter="statewsitch" data-href="<?php echo U('shipping/enabled',array('type'=>'enabled','id'=>$item['id']));?>" <?php if( $item['enabled']==1){ ?>checked<?php }else{ } ?> lay-skin="switch" lay-text="启用|禁用">
  165. </td>
  166. <td>
  167. <input type="checkbox" name="" lay-filter="statewsitch_default" data-href="<?php echo U('shipping/setdefault',array('type'=>'isdefault','id'=>$item['id']));?>" <?php if( $item['isdefault']==1){ ?>checked<?php }else{ } ?> lay-skin="switch" lay-text="是|否">
  168. </td>
  169. <td style="text-align:left;">
  170. <a href="<?php echo U('shipping/editshipping', array('id' => $item['id'], 'ok' => 1 ));?>" class="layui-btn layui-btn-xs" >
  171. <i class="layui-icon layui-icon-edit"></i>编辑
  172. </a>
  173. <a class='layui-btn layui-btn-xs deldom' href="javascript:;" data-href="<?php echo U('shipping/deleteshipping', array('id' => $item['id']));?>"class="btn btn-op btn-operation" data-confirm='确认要删除此配送方式吗?'>
  174. <i class="layui-icon">&#xe640;</i>删除
  175. </a>
  176. </td>
  177. </tr>
  178. <?php } ?>
  179. </tbody>
  180. <tfoot>
  181. <tr>
  182. <td colspan="5">
  183. <div class="page-table-header">
  184. <input type="checkbox" name="checkall" lay-skin="primary" lay-filter="checkboxall">
  185. <div class="btn-group">
  186. <button class="btn btn-default btn-sm btn-operation" type="button" data-toggle='batch-remove' data-confirm="确认要删除吗?" data-href="<?php echo U('shipping/deleteshipping');?>">
  187. <i class='icow icow-shanchu1'></i> 删除
  188. </button>
  189. </div>
  190. </div>
  191. </td>
  192. <td colspan="9" style="text-align: right">
  193. <?php echo ($pager); ?>
  194. </td>
  195. </tr>
  196. </tfoot>
  197. </table>
  198. </div>
  199. </div>
  200. </form>
  201. </div>
  202. </div>
  203. </div>
  204. <script src="/layuiadmin/layui/layui.js"></script>
  205. <script>
  206. layui.config({
  207. base: '/layuiadmin/' //静态资源所在路径
  208. }).extend({
  209. index: 'lib/index' //主入口模块
  210. }).use('index');
  211. </script>
  212. <script>
  213. //由于模块都一次性加载,因此不用执行 layui.use() 来加载对应模块,直接使用即可:
  214. var layer = layui.layer;
  215. var $;
  216. layui.use(['jquery', 'layer','form'], function(){
  217. $ = layui.$;
  218. var form = layui.form;
  219. $('.deldom').click(function(){
  220. var s_url = $(this).attr('data-href');
  221. layer.confirm($(this).attr('data-confirm'), function(index){
  222. $.ajax({
  223. url:s_url,
  224. type:'post',
  225. dataType:'json',
  226. success:function(info){
  227. if(info.status == 0)
  228. {
  229. layer.msg(info.result.message,{icon: 1,time: 2000});
  230. }else if(info.status == 1){
  231. var go_url = location.href;
  232. if( info.result.hasOwnProperty("url") )
  233. {
  234. go_url = info.result.url;
  235. }
  236. layer.msg('操作成功',{time: 1000,
  237. end:function(){
  238. location.href = info.result.url;
  239. }
  240. });
  241. }
  242. }
  243. })
  244. });
  245. })
  246. $('.btn-operation').click(function(){
  247. var ids_arr = [];
  248. var obj = $(this);
  249. var s_toggle = $(this).attr('data-toggle');
  250. var s_url = $(this).attr('data-href');
  251. $("input[name=item_checkbox]").each(function() {
  252. if( $(this).prop('checked') )
  253. {
  254. ids_arr.push( $(this).val() );
  255. }
  256. })
  257. if(ids_arr.length < 1)
  258. {
  259. layer.msg('请选择要操作的内容');
  260. }else{
  261. var can_sub = true;
  262. if( s_toggle == 'batch-remove' )
  263. {
  264. can_sub = false;
  265. layer.confirm($(obj).attr('data-confirm'), function(index){
  266. $.ajax({
  267. url:s_url,
  268. type:'post',
  269. dataType:'json',
  270. data:{ids:ids_arr},
  271. success:function(info){
  272. if(info.status == 0)
  273. {
  274. layer.msg(info.result.message,{icon: 1,time: 2000});
  275. }else if(info.status == 1){
  276. var go_url = location.href;
  277. if( info.result.hasOwnProperty("url") )
  278. {
  279. go_url = info.result.url;
  280. }
  281. layer.msg('操作成功',{time: 1000,
  282. end:function(){
  283. location.href = info.result.url;
  284. }
  285. });
  286. }
  287. }
  288. })
  289. });
  290. }else{
  291. $.ajax({
  292. url:s_url,
  293. type:'post',
  294. dataType:'json',
  295. data:{ids:ids_arr},
  296. success:function(info){
  297. if(info.status == 0)
  298. {
  299. layer.msg(info.result.message,{icon: 1,time: 2000});
  300. }else if(info.status == 1){
  301. var go_url = location.href;
  302. if( info.result.hasOwnProperty("url") )
  303. {
  304. go_url = info.result.url;
  305. }
  306. layer.msg('操作成功',{time: 1000,
  307. end:function(){
  308. location.href = info.result.url;
  309. }
  310. });
  311. }
  312. }
  313. })
  314. }
  315. }
  316. })
  317. form.on('switch(statewsitch_default)', function(data){
  318. var s_url = $(this).attr('data-href')
  319. var isdefault = 1;
  320. if(data.elem.checked)
  321. {
  322. isdefault = 1;
  323. }else{
  324. isdefault = 0;
  325. }
  326. $.ajax({
  327. url:s_url,
  328. type:'post',
  329. dataType:'json',
  330. data:{isdefault:isdefault},
  331. success:function(info){
  332. if(info.status == 0)
  333. {
  334. layer.msg(info.result.message,{icon: 1,time: 2000});
  335. }else if(info.status == 1){
  336. var go_url = location.href;
  337. if( info.result.hasOwnProperty("url") )
  338. {
  339. go_url = info.result.url;
  340. }
  341. layer.msg('操作成功',{time: 1000,
  342. end:function(){
  343. location.href = info.result.url;
  344. }
  345. });
  346. }
  347. }
  348. })
  349. });
  350. form.on('switch(statewsitch)', function(data){
  351. var s_url = $(this).attr('data-href')
  352. var s_value = 1;
  353. if(data.elem.checked)
  354. {
  355. s_value = 1;
  356. }else{
  357. s_value = 0;
  358. }
  359. $.ajax({
  360. url:s_url,
  361. type:'post',
  362. dataType:'json',
  363. data:{enabled:s_value},
  364. success:function(info){
  365. if(info.status == 0)
  366. {
  367. layer.msg(info.result.message,{icon: 1,time: 2000});
  368. }else if(info.status == 1){
  369. var go_url = location.href;
  370. if( info.result.hasOwnProperty("url") )
  371. {
  372. go_url = info.result.url;
  373. }
  374. layer.msg('操作成功',{time: 1000,
  375. end:function(){
  376. location.href = info.result.url;
  377. }
  378. });
  379. }
  380. }
  381. })
  382. });
  383. form.on('checkbox(checkboxall)', function(data){
  384. if(data.elem.checked)
  385. {
  386. $("input[name=item_checkbox]").each(function() {
  387. $(this).prop("checked", true);
  388. });
  389. $("input[name=checkall]").each(function() {
  390. $(this).prop("checked", true);
  391. });
  392. }else{
  393. $("input[name=item_checkbox]").each(function() {
  394. $(this).prop("checked", false);
  395. });
  396. $("input[name=checkall]").each(function() {
  397. $(this).prop("checked", false);
  398. });
  399. }
  400. form.render('checkbox');
  401. });
  402. //监听提交
  403. form.on('submit(formDemo)', function(data){
  404. $.ajax({
  405. url: data.form.action,
  406. type: data.form.method,
  407. data: data.field,
  408. dataType:'json',
  409. success: function (info) {
  410. if(info.status == 0)
  411. {
  412. layer.msg(info.result.message,{icon: 1,time: 2000});
  413. }else if(info.status == 1){
  414. var go_url = location.href;
  415. if( info.result.hasOwnProperty("url") )
  416. {
  417. go_url = info.result.url;
  418. }
  419. layer.msg('操作成功',{time: 1000,
  420. end:function(){
  421. location.href = info.result.url;
  422. }
  423. });
  424. }
  425. }
  426. });
  427. return false;
  428. });
  429. })
  430. </script>
  431. </body>