config.html 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. <!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': '{$_W['uniacid']}',<?php } ?>
  22. <?php if( !empty($_W['acid']) ){ ?>'acid': '{$_W['acid']}',<?php } ?>
  23. <?php if (!empty($_W['openid']) ) { ?>'openid': '{$_W['openid']}',<?php } ?>
  24. <?php if( !empty($_W['uid']) ) { ?>'uid': '{$_W['uid']}',<?php } ?>
  25. 'isfounder': <?php if (!empty($_W['isfounder']) ) { ?>1<?php }else{ ?>0<?php } ?>,
  26. 'siteroot': '{$_W['siteroot']}',
  27. 'siteurl': '{$_W['siteurl']}',
  28. 'attachurl': '{$_W['attachurl']}',
  29. 'attachurl_local': '{$_W['attachurl_local']}',
  30. 'attachurl_remote': '{$_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' : {: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. <link href="/static/css/szyV6.css" rel="stylesheet">
  45. </head>
  46. <body layadmin-themealias="default">
  47. <!-- 菜单组件 begin-->
  48. <include file="Public/componts_menu"/>
  49. <!-- 菜单组件end -->
  50. <div class="div-iframe">
  51. <div class="layui-fluid">
  52. <div class="layui-card">
  53. <div class="layui-card layadmin-header" style="display:block;">
  54. <div class="layui-breadcrumb" lay-filter="breadcrumb" style="visibility: visible;">
  55. <a href="{:U('application/index')}">应用</a><span lay-separator="">/</span>
  56. <a href="{:U('cashondelivery/config')}"><cite>货到付款</cite></a><span lay-separator="">/</span>
  57. <a href="{:U('cashondelivery/config')}"><cite>设置</cite></a>
  58. </div>
  59. </div>
  60. <!--- 内容开始 -->
  61. <div class="layui-card-body" style="padding:15px;">
  62. <form action="" method="post" class="layui-form" lay-filter="component-layui-form-item" enctype="multipart/form-data" >
  63. <div class="layui-form-item">
  64. <label class="layui-form-label">商品支持货到付款</label>
  65. <div class="layui-input-block">
  66. <label class='radio-inline'>
  67. <input type='radio' lay-filter="isopen_cashondelivery" name='parameter[isopen_cashondelivery]' value='0' <?php if( empty($data) || $data['isopen_cashondelivery'] == 0 ){ ?>checked <?php } ?> title="关闭" />
  68. </label>
  69. <label class='radio-inline'>
  70. <input type='radio' lay-filter="isopen_cashondelivery" name='parameter[isopen_cashondelivery]' value='1' <?php if( !empty($data) && $data['isopen_cashondelivery'] == 1 ){ ?>checked <?php } ?> title="开启" />
  71. </label>
  72. <span class="help-block">
  73. 开启后,商品支持“货到付款”支付方式 (平台拼团,接龙商品不参与,以及独立供应商的商品不支持“货到付款”结算方式)
  74. </span>
  75. </div>
  76. </div>
  77. <div class="layui-form-item">
  78. <label class="layui-form-label">商品配送方式限制</label>
  79. <div class="layui-input-block">
  80. <input type="checkbox" lay-skin="primary" name="parameter[isopen_cashondelivery_communityhead]" class="form-control valid" <?php if( !empty($data) && $data['isopen_cashondelivery_communityhead'] == 1 ){ ?>checked<?php } ?> value="1" title="团长代收模式(包含:用户自提,团长配送)" />
  81. <input type="checkbox" lay-skin="primary" name="parameter[isopen_cashondelivery_express]" class="form-control valid" <?php if( !empty($data) && $data['isopen_cashondelivery_express'] == 1 ){ ?>checked<?php } ?> value="1" title="快递配送" />
  82. <input type="checkbox" lay-skin="primary" name="parameter[isopen_cashondelivery_localtown]" class="form-control valid" <?php if( !empty($data) && $data['isopen_cashondelivery_localtown'] == 1 ){ ?>checked<?php } ?> value="1" title="同城配送" />
  83. <input type="checkbox" lay-skin="primary" name="parameter[isopen_cashondelivery_hexiao]" class="form-control valid" <?php if( !empty($data) && $data['isopen_cashondelivery_hexiao'] == 1 ){ ?>checked<?php } ?> value="1" title="到店核销" />
  84. <span class="help-block">
  85. 勾选对应的配送方式,订单提交页对应的配送方式,用户可以选择“货到付款”的支付方式。
  86. </span>
  87. </div>
  88. </div>
  89. <div class="layui-form-item">
  90. <label class="layui-form-label">“货到付款”收款码</label>
  91. <div class="layui-input-block">
  92. <label class='radio-inline'>
  93. <input type='radio' lay-filter="isopen_cashondelivery_code" name='parameter[isopen_cashondelivery_code]' value='0' <?php if( empty($data) || $data['isopen_cashondelivery_code'] == 0 ){ ?>checked <?php } ?> title="关闭" />
  94. </label>
  95. <label class='radio-inline'>
  96. <input type='radio' lay-filter="isopen_cashondelivery_code" name='parameter[isopen_cashondelivery_code]' value='1' <?php if( !empty($data) && $data['isopen_cashondelivery_code'] == 1 ){ ?>checked <?php } ?> title="开启" />
  97. </label>
  98. <span class="help-block">
  99. 开启后,团长,配送员以及核销人员可以出示收款码给用户,用户可以扫码进行支付
  100. </span>
  101. </div>
  102. </div>
  103. <div class="layui-form-item">
  104. <label class="layui-form-label">“货到付款”收款码</label>
  105. <div class="layui-input-block">
  106. {:tpl_form_field_image2('parameter[cashondelivery_code_img]',$data['cashondelivery_code_img'])}
  107. <span class="help-block">
  108. 团长核销人员,同城配送员以及核销人员在对“货到付款”订单操作的时候可以出示“收款码”进行现场收款
  109. </span>
  110. </div>
  111. </div>
  112. <div class="layui-form-item">
  113. <label class="layui-form-label"> </label>
  114. <div class="layui-input-block">
  115. <input type="submit" value="提交" lay-submit lay-filter="formDemo" class="btn btn-primary" />
  116. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  117. </div>
  118. </div>
  119. </form>
  120. </div>
  121. <!--- 内容结束-->
  122. </div>
  123. </div>
  124. </div>
  125. <script src="/layuiadmin/layui/layui.js"></script>
  126. <script>
  127. layui.config({
  128. base: '/layuiadmin/' //静态资源所在路径
  129. }).extend({
  130. index: 'lib/index' //主入口模块
  131. }).use('index');
  132. </script>
  133. <script>
  134. //由于模块都一次性加载,因此不用执行 layui.use() 来加载对应模块,直接使用即可:
  135. var layer = layui.layer;
  136. var $;
  137. layui.use(['jquery', 'layer','form'], function(){
  138. $ = layui.$;
  139. var form = layui.form;
  140. $('.sub-nav').css('height', $(window).height() + 'px');
  141. form.on('radio(isopen_tradecomponts)', function(data){
  142. if ( data.value == 1 ) {
  143. $('#open_div').show();
  144. } else {
  145. $('#open_div').hide();
  146. }
  147. });
  148. //监听提交
  149. form.on('submit(formDemo)', function(data){
  150. var loadingIndex = layer.load(); // 加载中动画遮罩层(1)
  151. $.ajax({
  152. url: data.form.action,
  153. type: data.form.method,
  154. data: data.field,
  155. dataType:'json',
  156. success: function (info) {
  157. layer.close(loadingIndex); // 提交成功失败都需要关闭
  158. if(info.status == 0)
  159. {
  160. layer.msg(info.result.message,{icon: 1,time: 2000});
  161. can_sub = true;
  162. }else if(info.status == 1){
  163. var go_url = location.href;
  164. if( info.result.hasOwnProperty("url") )
  165. {
  166. go_url = info.result.url;
  167. }
  168. layer.msg('操作成功',{time: 1000,
  169. end:function(){
  170. location.href = go_url;
  171. }
  172. });
  173. can_sub = true;
  174. }
  175. }
  176. });
  177. return false;
  178. });
  179. })
  180. </script>
  181. </body>
  182. </html>