123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497 |
- <!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">
- </head>
- <body layadmin-themealias="default">
- <div class="layui-fluid">
- <div class="layui-card">
- <div class="layui-card-header layui-elem-quote">当前位置:
- <span class="line-text">批量发货</span>
- </div>
-
-
- <div class="layui-tab layui-tab-brief" >
- <ul class="layui-tab-title">
- <li <?php if( empty($type) || $type=='mult'){ ?>class="layui-this"<?php } ?> ><a href="{:U('group/ordersendall', array('type' => 'mult','ok' => 1))}">快递导入方式</a></li>
- <li <?php if( $type=='mult_member_receive_order'){ ?>class="layui-this"<?php } ?> ><a href="{:U('group/ordersendall', array('type' => 'mult_member_receive_order','ok' => 1))}">订单批量确认收货</a></li>
-
- </ul>
- </div>
-
-
- <div class="layui-card-body" style="padding:15px;">
-
- <div class="summary_box">
-
-
-
- <?php if( $type=='mult_member_receive_order'){ ?>
- <div class="summary_title">
- <span class=" title_inner">订单批量确认收货</span>
- </div>
- <div class="summary_lg">
- 功能介绍: 使用excel快速导入 <span class="text-primary">待收货的订单</span>进行批量用户确认收货
- <p>如重复导入数据将以最新导入数据为准,请谨慎使用</p>
- <p>数据导入订单状态自动修改为确认收货,并进行<span class="text-primary">团长佣金结算</span></p>
- <p>一次导入的数据不要太多,大量数据请分批导入,建议在服务器负载低的时候进行</p>
- 使用方法:
- <p>1. 下载Excel模板文件并录入信息</p>
- <p>2. 上传Excel导入</p>
- 格式要求: Excel第一列必须为订单编号
- </div>
- <?php } ?>
-
-
- <?php if( empty($type) || $type=='mult'){ ?>
- <div class="summary_title">
- <span class=" title_inner">批量快递发货到会员</span>
- </div>
- <div class="summary_lg" >
- 功能介绍: 使用excel快速导入进行订单发货
- <p>如重复导入数据将以最新导入数据为准,请谨慎使用</p>
- <p>数据导入订单状态自动修改为已发货</p>
- <p>一次导入的数据不要太多,大量数据请分批导入,建议在服务器负载低的时候进行</p>
- 使用方法:
- <p>1. 下载Excel模板文件并录入信息</p>
- <p>2. 选择快递公司</p>
- <p>3. 上传Excel导入</p>
- 格式要求: Excel第一列必须为订单编号,第二列必须为快递单号
- </div>
- <?php } ?>
- </div>
-
- <form action="" id="importform" class="layui-form" lay-filter="example" method="post" enctype="multipart/form-data">
-
- <input type="hidden" name="type" value="{$type}"/>
- <div class='layui-row'>
- <?php if( empty($type) || $type=='mult'){ ?>
- <div class="layui-row" >
- <label class="layui-col-lg control-label">快递公司</label>
- <div class="layui-col-sm-5 goodsname" style="padding-right:0;" >
- <select class="form-control" name="express" id="express">
- <option value="" data-name="">其他快递</option>
- <?php foreach( $express_list as $value ){ ?>
- <option value="{$value['id']}" data-name="{$value['name']}">{$value['name']}</option>
- <?php } ?>
- </select>
- <input type='hidden' name='expresscom' id='expresscom' value=""/>
- </div>
- </div>
- <?php } ?>
- <div class="layui-row">
- <label class="layui-col-lg control-label">EXCEL</label>
- <div class="layui-col-sm-5 goodsname" style="padding-right:0;" >
- <input type="file" name="excelfile" class="form-control" />
- <span class="help-block">如果遇到数据重复则将进行数据更新</span>
- </div>
- </div>
- </div>
- <div class='layui-row'>
- <div class="layui-col-sm-12">
- <?php if( $type=='mult_member_receive_order'){ ?>
- <div class="modal-footer" style="text-align: left">
- <button type="submit" class="btn btn-primary" name="cancelsend" value="yes">确认导入</button>
- <a class="btn btn-primary" href="{:U('order/batchsend_import', array('type' => 'normal'))}" >
- <i class="fa fa-download" title=""></i> 下载Excel模板文件
- </a>
- </div>
- <?php } ?>
-
- <?php if( empty($type) || $type=='mult'){ ?>
- <div class="modal-footer" style="text-align: left">
- <button type="submit" class="btn btn-primary" name="cancelsend" value="yes">确认导入</button>
- <a class="btn btn-primary" href="{:U('order/batchsend_import', array('type' => 'mult'))}" >
- <i class="fa fa-download" title=""></i> 下载Excel模板文件
- </a>
-
- </div>
- <?php } ?>
- </div>
- </div>
- </form>
- </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;
-
-
- $('.deldom').click(function(){
- var s_url = $(this).attr('data-href');
- layer.confirm($(this).attr('data-confirm'), function(index){
- $.ajax({
- url:s_url,
- type:'post',
- dataType:'json',
- success:function(info){
-
- if(info.status == 0)
- {
- layer.msg(info.result.message,{icon: 1,time: 2000});
- }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 = info.result.url;
- }
- });
- }
- }
- })
- });
- })
-
- $('.btn-operation').click(function(){
- var ids_arr = [];
- var obj = $(this);
- var s_toggle = $(this).attr('data-toggle');
- var s_url = $(this).attr('data-href');
-
-
- $("input[name=item_checkbox]").each(function() {
-
- if( $(this).prop('checked') )
- {
- ids_arr.push( $(this).val() );
- }
- })
- if(ids_arr.length < 1)
- {
- layer.msg('请选择要操作的内容');
- }else{
- var can_sub = true;
- if( s_toggle == 'batch-remove' )
- {
- can_sub = false;
-
- layer.confirm($(obj).attr('data-confirm'), function(index){
- $.ajax({
- url:s_url,
- type:'post',
- dataType:'json',
- data:{ids:ids_arr},
- success:function(info){
-
- if(info.status == 0)
- {
- layer.msg(info.result.message,{icon: 1,time: 2000});
- }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 = info.result.url;
- }
- });
- }
- }
- })
- });
- }else{
- $.ajax({
- url:s_url,
- type:'post',
- dataType:'json',
- data:{ids:ids_arr},
- success:function(info){
-
- if(info.status == 0)
- {
- layer.msg(info.result.message,{icon: 1,time: 2000});
- }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 = info.result.url;
- }
- });
- }
- }
- })
- }
- }
- })
- form.on('switch(restwsitch)', function(data){
-
- var s_url = $(this).attr('data-href')
-
- var rest = 1;
- if(data.elem.checked)
- {
- rest = 1;
- }else{
- rest = 0;
- }
-
- $.ajax({
- url:s_url,
- type:'post',
- dataType:'json',
- data:{rest:rest},
- success:function(info){
-
- if(info.status == 0)
- {
- layer.msg(info.result.message,{icon: 1,time: 2000});
- }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 = info.result.url;
- }
- });
- }
- }
- })
- });
- form.on('switch(enablewsitch)', function(data){
-
- var s_url = $(this).attr('data-href')
-
- var enable = 1;
- if(data.elem.checked)
- {
- enable = 1;
- }else{
- enable = 0;
- }
-
- $.ajax({
- url:s_url,
- type:'post',
- dataType:'json',
- data:{enable:enable},
- success:function(info){
-
- if(info.status == 0)
- {
- layer.msg(info.result.message,{icon: 1,time: 2000});
- }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 = info.result.url;
- }
- });
- }
- }
- })
- });
-
- form.on('switch(statewsitch)', function(data){
-
- var s_url = $(this).attr('data-href')
-
- var state = 1;
- if(data.elem.checked)
- {
- state = 1;
- }else{
- state = 0;
- }
-
- $.ajax({
- url:s_url,
- type:'post',
- dataType:'json',
- data:{state:state},
- success:function(info){
-
- if(info.status == 0)
- {
- layer.msg(info.result.message,{icon: 1,time: 2000});
- }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 = info.result.url;
- }
- });
- }
- }
- })
- });
- form.on('checkbox(checkboxall)', function(data){
-
- if(data.elem.checked)
- {
- $("input[name=item_checkbox]").each(function() {
- $(this).prop("checked", true);
- });
- $("input[name=checkall]").each(function() {
- $(this).prop("checked", true);
- });
-
- }else{
- $("input[name=item_checkbox]").each(function() {
- $(this).prop("checked", false);
- });
- $("input[name=checkall]").each(function() {
- $(this).prop("checked", false);
- });
- }
-
- form.render('checkbox');
- });
-
- //监听提交
- form.on('submit(formDemo)', function(data){
-
- $.ajax({
- url: data.form.action,
- type: data.form.method,
- data: data.field,
- dataType:'json',
- success: function (info) {
-
- if(info.status == 0)
- {
- layer.msg(info.result.message,{icon: 1,time: 2000});
- }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 = info.result.url;
- }
- });
- }
- }
- });
-
- return false;
- });
- })
- </script>
- <script language='javascript'>
- $(function(){
- $('#importform').submit(function(){
- if(!$(":input[name=excelfile]").val()){
- layer.msg("您还未选择Excel文件哦~");
- return false;
- }
- })
- $("#express").change(function () {
- var obj = $(this);
- var sel = obj.find("option:selected").attr("data-name");
- $("#expresscom").val(sel);
- });
- })
- </script>
- </body>
|