123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <?php $shoname_name = D('Home/Front')->get_config_by_name('shoname'); ?>
- <title><?php echo $shoname; ?></title>
- <link rel="shortcut icon" href="" />
-
- <meta name="renderer" content="webkit">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
- <link rel="stylesheet" href="/layuiadmin/style/admin.css" media="all">
-
- <!-- 让IE8/9支持媒体查询,从而兼容栅格 -->
- <!--[if lt IE 9]>
- <script src="https://cdn.staticfile.org/html5shiv/r29/html5.min.js"></script>
- <script src="https://cdn.staticfile.org/respond.js/1.4.2/respond.min.js"></script>
- <![endif]-->
- <link href="./resource/css/bootstrap.min.css?v=201903260001" rel="stylesheet">
- <link href="./resource/css/common.css?v=201903260001" rel="stylesheet">
- <script type="text/javascript">
- window.sysinfo = {
- <?php if (!empty($_W['uniacid']) ){ ?>'uniacid': '{$_W['uniacid']}',<?php } ?>
-
- <?php if( !empty($_W['acid']) ){ ?>'acid': '{$_W['acid']}',<?php } ?>
-
- <?php if (!empty($_W['openid']) ) { ?>'openid': '{$_W['openid']}',<?php } ?>
-
- <?php if( !empty($_W['uid']) ) { ?>'uid': '{$_W['uid']}',<?php } ?>
-
- 'isfounder': <?php if (!empty($_W['isfounder']) ) { ?>1<?php }else{ ?>0<?php } ?>,
-
- 'siteroot': '{$_W['siteroot']}',
- 'siteurl': '{$_W['siteurl']}',
- 'attachurl': '{$_W['attachurl']}',
- 'attachurl_local': '{$_W['attachurl_local']}',
- 'attachurl_remote': '{$_W['attachurl_remote']}',
- 'module' : {'url' : '<?php if( defined('MODULE_URL') ) { ?>{MODULE_URL}<?php } ?>', 'name' : '<?php if (defined('IN_MODULE') ) { ?>{IN_MODULE}<?php } ?>'},
- 'cookie' : {'pre': ''},
- 'account' : {:json_encode($_W['account'])},
- };
- </script>
- <script type="text/javascript" src="./resource/js/lib/jquery-1.11.1.min.js"></script>
- <script type="text/javascript" src="./resource/js/lib/bootstrap.min.js"></script>
- <script type="text/javascript" src="./resource/js/app/util.js?v=201903260001"></script>
- <script type="text/javascript" src="./resource/js/app/common.min.js?v=201903260001"></script>
- <script type="text/javascript" src="./resource/js/require.js?v=201903260001"></script>
- <script type="text/javascript" src="./resource/js/lib/jquery.nice-select.js?v=201903260001"></script>
- <link rel="stylesheet" href="/layuiadmin/layui/css/layui.css" media="all">
- <link href="/static/css/snailfish.css" rel="stylesheet">
- <link href="/static/css/szyV6.css" rel="stylesheet">
- </head>
- <body layadmin-themealias="default">
- <!-- 菜单组件 begin-->
- <include file="Public/componts_menu"/>
- <!-- 菜单组件end -->
- <div class="div-iframe">
- <div class="layui-fluid">
- <div class="layui-card">
- <div class="layui-card layadmin-header" style="display:block;">
- <div class="layui-breadcrumb" lay-filter="breadcrumb" style="visibility: visible;">
- <a href="{:U('application/index')}">应用</a><span lay-separator="">/</span>
- <a href="{:U('cashondelivery/config')}"><cite>货到付款</cite></a><span lay-separator="">/</span>
- <a href="{:U('cashondelivery/config')}"><cite>设置</cite></a>
- </div>
- </div>
- <!--- 内容开始 -->
- <div class="layui-card-body" style="padding:15px;">
- <form action="" method="post" class="layui-form" lay-filter="component-layui-form-item" enctype="multipart/form-data" >
- <div class="layui-form-item">
- <label class="layui-form-label">商品支持货到付款</label>
- <div class="layui-input-block">
- <label class='radio-inline'>
- <input type='radio' lay-filter="isopen_cashondelivery" name='parameter[isopen_cashondelivery]' value='0' <?php if( empty($data) || $data['isopen_cashondelivery'] == 0 ){ ?>checked <?php } ?> title="关闭" />
- </label>
- <label class='radio-inline'>
- <input type='radio' lay-filter="isopen_cashondelivery" name='parameter[isopen_cashondelivery]' value='1' <?php if( !empty($data) && $data['isopen_cashondelivery'] == 1 ){ ?>checked <?php } ?> title="开启" />
- </label>
- <span class="help-block">
- 开启后,商品支持“货到付款”支付方式 (平台拼团,接龙商品不参与,以及独立供应商的商品不支持“货到付款”结算方式)
- </span>
- </div>
- </div>
- <div class="layui-form-item">
- <label class="layui-form-label">商品配送方式限制</label>
- <div class="layui-input-block">
- <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="团长代收模式(包含:用户自提,团长配送)" />
- <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="快递配送" />
- <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="同城配送" />
- <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="到店核销" />
- <span class="help-block">
- 勾选对应的配送方式,订单提交页对应的配送方式,用户可以选择“货到付款”的支付方式。
- </span>
- </div>
- </div>
- <div class="layui-form-item">
- <label class="layui-form-label">“货到付款”收款码</label>
- <div class="layui-input-block">
- <label class='radio-inline'>
- <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="关闭" />
- </label>
- <label class='radio-inline'>
- <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="开启" />
- </label>
- <span class="help-block">
- 开启后,团长,配送员以及核销人员可以出示收款码给用户,用户可以扫码进行支付
- </span>
- </div>
- </div>
- <div class="layui-form-item">
- <label class="layui-form-label">“货到付款”收款码</label>
- <div class="layui-input-block">
- {:tpl_form_field_image2('parameter[cashondelivery_code_img]',$data['cashondelivery_code_img'])}
- <span class="help-block">
- 团长核销人员,同城配送员以及核销人员在对“货到付款”订单操作的时候可以出示“收款码”进行现场收款
- </span>
- </div>
- </div>
- <div class="layui-form-item">
- <label class="layui-form-label"> </label>
- <div class="layui-input-block">
- <input type="submit" value="提交" lay-submit lay-filter="formDemo" class="btn btn-primary" />
-
- </div>
- </div>
- </form>
- </div>
- <!--- 内容结束-->
- </div>
- </div>
- </div>
- <script src="/layuiadmin/layui/layui.js"></script>
- <script>
- layui.config({
- base: '/layuiadmin/' //静态资源所在路径
- }).extend({
- index: 'lib/index' //主入口模块
- }).use('index');
- </script>
- <script>
- //由于模块都一次性加载,因此不用执行 layui.use() 来加载对应模块,直接使用即可:
- var layer = layui.layer;
- var $;
- layui.use(['jquery', 'layer','form'], function(){
- $ = layui.$;
- var form = layui.form;
- $('.sub-nav').css('height', $(window).height() + 'px');
- form.on('radio(isopen_tradecomponts)', function(data){
- if ( data.value == 1 ) {
- $('#open_div').show();
- } else {
- $('#open_div').hide();
- }
- });
- //监听提交
- form.on('submit(formDemo)', function(data){
- var loadingIndex = layer.load(); // 加载中动画遮罩层(1)
- $.ajax({
- url: data.form.action,
- type: data.form.method,
- data: data.field,
- dataType:'json',
- success: function (info) {
- layer.close(loadingIndex); // 提交成功失败都需要关闭
- if(info.status == 0)
- {
- layer.msg(info.result.message,{icon: 1,time: 2000});
- can_sub = true;
- }else if(info.status == 1){
- var go_url = location.href;
- if( info.result.hasOwnProperty("url") )
- {
- go_url = info.result.url;
- }
- layer.msg('操作成功',{time: 1000,
- end:function(){
- location.href = go_url;
- }
- });
- can_sub = true;
- }
- }
- });
- return false;
- });
- })
- </script>
- </body>
- </html>
|