123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884 |
- <!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?v=32" rel="stylesheet">
- <style>
- tbody tr td{
- position: relative;
- }
- tbody tr .icow-weibiaoti--{
- visibility: hidden;
- display: inline-block;
- color: #fff;
- height:18px;
- width:18px;
- background: #e0e0e0;
- text-align: center;
- line-height: 18px;
- vertical-align: middle;
- }
- tbody tr:hover .icow-weibiaoti--{
- visibility: visible;
- }
- tbody tr .icow-weibiaoti--.hidden{
- visibility: hidden !important;
- }
- .full .icow-weibiaoti--{
- margin-left:10px;
- }
- .full>span{
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- vertical-align: middle;
- align-items: center;
- }
- tbody tr .label{
- margin: 5px 0;
- }
- .goods_attribute a{
- cursor: pointer;
- }
- .newgoodsflag{
- width: 22px;height: 16px;
- background-color: #ff0000;
- color: #fff;
- text-align: center;
- position: absolute;
- bottom: 70px;
- left: 57px;
- font-size: 12px;
- }
- .a{cursor: pointer;}
- .img-40 {
- width: 40px;
- height: 40px;
- }
- .daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect{
- width:auto!important;
- }
- </style>
- </head>
- <body layadmin-themealias="default">
- <table id="demo" lay-filter="test"></table>
- <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($_GPC['state']) || $_GPC['state']=='-1' ){ ?>class="layui-this"<?php } ?>><a href="{:U('group/orderaftersales', array('state' => -1))}">全部申请</a></li>
- <li <?php if($_GPC['state']=='0'){ ?>class="layui-this"<?php } ?> ><a href="{:U('group/orderaftersales', array('state' => 0))}">待处理</a></li>
- <li <?php if($_GPC['state']=='6'){ ?>class="layui-this"<?php } ?> ><a href="{:U('group/orderaftersales', array('state' => 6))}">退货中</a></li>
- <li <?php if($_GPC['state']=='3'){ ?>class="layui-this"<?php } ?> ><a href="{:U('group/orderaftersales', array('state' => 3))}">已完成</a></li>
- <li <?php if( $_GPC['state']=='1' ){ ?>class="layui-this"<?php } ?> ><a href="{:U('group/orderaftersales', array('state' => 1))}">已拒绝</a></li>
-
- </ul>
- </div>
-
- <div class="layui-card-body" style="padding:15px;">
-
- <form action="" method="get" class="form-horizontal form-search layui-form" role="form">
-
-
- <input type="hidden" name="c" value="group" />
- <input type="hidden" name="a" value="orderaftersales" />
-
- <input type="hidden" name="order_status_id" value="{$order_status_id}" />
-
- <div class="layui-form-item">
- <div class="layui-inline">
-
- <div class="layui-input-inline" style="width:100px;">
- <select name='searchtime' lay-ignore class='layui-input layui-unselect' style="width:100px;padding:0 5px;" id="searchtime">
- <option value=''>不按时间</option>
- <option value='create' <?php if( $searchtime=='create'){ ?>selected<?php } ?>>下单时间</option>
- <option value='pay' <?php if( $searchtime=='pay'){ ?>selected<?php } ?>>付款时间</option>
- <option value='send' <?php if( $searchtime=='send'){ ?>selected<?php } ?>>发货时间</option>
- <option value='finish' <?php if( $searchtime=='finish'){ ?>selected<?php } ?>>完成时间</option>
- </select>
- </div>
- <div class="layui-input-inline" style="width:280px;">
- {:tpl_form_field_daterange('time', array('starttime'=>date('Y-m-d H:i', $starttime),'endtime'=>date('Y-m-d H:i', $endtime)),true);}
- </div>
- <div class="layui-input-inline" style="width:100px;">
- <select name='delivery' lay-ignore class='layui-input layui-unselect' style="width:100px;padding:0 5px;" id="type">
- <option value=''>配送方式</option>
- <option value='pickup' <?php if( $delivery=='pickup'){ ?>selected<?php } ?>>自提</option>
- <option value='tuanz_send' <?php if( $delivery=='tuanz_send'){ ?>selected<?php } ?>>团长配送</option>
- <option value='express' <?php if( $delivery=='express'){ ?>selected<?php } ?>>快递</option>
- </select>
- </div>
- <div class="layui-input-inline" style="width:110px;">
- <select name='searchfield' lay-ignore class='layui-input layui-unselect' style="width:110px;padding:0 5px;" >
- <option value='ordersn' <?php if( $searchfield=='ordersn'){ ?>selected<?php } ?>>订单号</option>
- <option value='member' <?php if( $searchfield=='member'){ ?>selected<?php } ?>>会员信息</option>
- <option value='mobile' <?php if( $searchfield=='mobile'){ ?>selected<?php } ?>>手机号</option>
- <option value='address' <?php if( $searchfield=='address'){ ?>selected<?php } ?>>收件人信息</option>
- <option value='location' <?php if( $searchfield=='location'){ ?>selected<?php } ?>>地址信息</option>
- <option value='shipping_no' <?php if( $searchfield=='shipping_no'){ ?>selected<?php } ?>>快递单号</option>
- <option value='goodstitle' <?php if( $searchfield=='goodstitle'){ ?>selected<?php } ?>>商品名称</option>
- <option value='trans_id' <?php if( $searchfield=='trans_id'){ ?>selected<?php } ?>>微信支付单号</option>
- <?php if($is_community != 1){ ?>
- <option value='head_name' <?php if( $searchfield=='head_name'){ ?>selected<?php } ?>>团长姓名</option>
- <option value='head_address' <?php if( $searchfield=='head_address'){ ?>selected<?php } ?>>小区名称</option>
- <?php } ?>
- <?php
- if (!defined('ROLE') || ROLE != 'agenter' )
- {
- ?>
- <option value='supply_name' <?php if( $searchfield=='supply_name'){ ?>selected<?php } ?>>供应商名称</option>
- <?php } ?>
- <!--<option value='goodssn' <?php if( $searchfield=='goodssn'){ ?>selected<?php } ?>>商品编码</option>-->
-
- </select>
- </div>
- <div class="layui-input-inline" >
- <input type="text" class="layui-input" name="keyword" value="{$keyword}" placeholder="请输入关键词"/>
- </div>
- <input type="hidden" name="export" id="export" value="0">
-
- <div class="layui-input-inline">
- <button class="layui-btn layui-btn-sm" data-export="0" type="submit"> 搜索</button>
- <button type="submit" name="export" data-export="1" value="1" class="layui-btn layui-btn-sm">导出</button>
- </div>
-
- </div>
- </div>
- </form>
- <form action="" class="layui-form" lay-filter="example" method="post" >
-
-
- <div class="row">
- <div class="list-div list-tb-div">
- <table cellpadding="0" cellspacing="0" border="0">
- <thead>
- <tr>
- <th width="3%" class="sign"><div class="tDiv">
- <label for="all_list" class="checkbox_stars"></label></div></th>
- <th width="25%"><div class="tDiv">订单号</div></th>
- <th width="9%"><div class="tDiv">单价/数量</div></th>
- <th width="12%"><div class="tDiv">买家</div></th>
- <th width="8%"><div class="tDiv">支付/配送</div></th>
- <th width="14%"><div class="tDiv">小区/团长</div></th>
- <th width="10%"><div class="tDiv">价格</div></th>
- <th width="8%"><div class="tDiv">处理状态</div></th>
- <th width="9%"><div class="tDiv">操作</div></th>
-
- </tr>
- </thead>
- </table>
-
- <table cellpadding="0" cellspacing="0" border="0">
- <colgroup>
- <col width="28%">
- <col width="9%">
- <col width="12%">
- <col width="8%">
- <col width="14%">
- <col width="10%">
- <col width="9%">
- <col width="8%">
- </colgroup>
- <tbody>
-
- <?php foreach( $list as $item ){ ?>
- <tr class="tr-order-sn">
- <td colspan="10">
- <div class="tDiv ml10">
- <span class="sign">
- </span>
- <span class="words">订单号: {$item['order_num_alias']}</span>
- <span class="words">下单时间:{:date('Y-m-d',$item['date_added'])}  {:date('H:i:s',$item['date_added'])}</span>
-
- <span class="words">
-
- <?php if(in_array($item['ore_state'], array(3))){ ?> <span class="label label-success">{$order_refund_state[$item['ore_state']]}</span><?php } ?>
-
- <?php if( in_array($item['ore_state'], array(1,4)) ){ ?><label class='label label-danger'>{$order_refund_state[$item['ore_state']]}</label><?php } ?>
-
- <?php if( in_array($item['ore_state'], array(0,5)) ){ ?><label class='label label-default'>{$order_refund_state[$item['ore_state']]}</label><?php } ?>
-
- </span>
-
- </div>
- </td>
- </tr>
- <tr class="">
- <td class="td-product">
-
-
- <?php $i =1;
- foreach($item['goods'] as $k => $g){ ?>
- <div class="tDiv relative tpinfo <?php if($i == count($item['goods'])){ ?>last<?php } ?> ">
- <div class="img"><img width="70" src="{:tomedia($g['goods_images'])}" alt="" /></div>
- <div class="product-info">
- <div class="name mb5">
- {$g['name']}
- </div>
- <div>
- <?php if( !empty($g['option_sku'])){ ?>{$g['option_sku']}<?php } ?>
- </div>
- <div class="order_icon_items">
- </div>
- </div>
- </div>
- <?php $i++; } ?>
- </td>
- <td class="td-price" style="vertical-align: top;">
- <?php $i =1;
- foreach($item['goods'] as $k => $g){ ?>
- <div class="tDiv tpinfo <?php if($i == count($item['goods'])){ ?>last<?php } ?>" style="display: flex;align-items: center;">¥<?php echo round($g['total']/$g['quantity'],2); ?>
- x {$g['quantity']} </div>
- <?php $i++; } ?>
- </td>
-
- <td>
- <div class="tDiv" >
- <font style="color: #999;">{$item['shipping_name']}</font><br/><font style="color: #999;">{$item['shipping_tel']}</font>
- <br/>
-
- <?php if (defined('ROLE') && ROLE == 'agenter' ){ ?>
- <font style="color: #999;">会员名:</font>{$item['nickname']}
- <?php if( !empty($item['member_content']) ){ ?>
- <br/><font class="text-danger">{$item['member_content']}</font>
- <?php } ?>
- <?php }else{ ?>
-
-
- <?php if($s_id == 1){ ?>
- <a class="text-primary" href="{:U('user/detail',array('id'=>$item['member_id']))}"><font style="color: #999;">会员名:</font>{$item['nickname']}</a>
- <?php }else{ ?>
- <a class="text-primary user" ><font style="color: #999;">会员名:</font>{$item['nickname']}</a>
- <?php } ?>
- <?php if( !empty($item['member_content']) ){ ?>
- <br/><font class="text-danger">{$item['member_content']}</font>
- <?php } ?>
-
- <?php } ?>
- <br/>
-
- </div>
- </td>
- <td>
- <div class="tDiv" style="height: 100px;">
- <!-- 已支付 -->
- <?php if( $item['order_status_id'] != 3 && $item['order_status_id'] != 5){ ?>
- <?php if( $item['payment_code']=='yuer'){ ?>
- <span> <i class="text-warning" style="font-size: 17px;"></i><span>余额支付</span></span>
-
- <?php }else if( $item['payment_code']=='admin' ){ ?>
- <span> <i class=" text-danger" style="font-size: 17px"></i>后台付款</span>
- <?php }else{ ?>
- <span class="line-text"> 微信支付</span>
- <?php } ?>
- <?php }elseif( $item['order_status_id'] == 3 || $item['order_status_id'] == 5 ){ ?>
- <!-- 未支付 -->
- <?php if( $item['paytypevalue']!=3){ ?>
- <label class='label label-default'>未支付</label>
- <?php }else{ ?>
- <span> <i class="text-primary style="font-size: 17px"></i>货到付款</span>
- <?php } ?>
- <?php } ?>
- <br/>
- <?php if( $item['delivery']=='pickup'){ ?><font class="text-danger">(自提)</font><?php } ?>
- <?php if( $item['delivery']=='express'){ ?><font class="text-danger">(快递)</font><?php } ?>
- <?php if( $item['delivery']=='tuanz_send'){ ?><font class="text-danger">(团长配送)</font><?php } ?>
- </div>
- </td>
- <?php if($is_can_look_headinfo){ ?>
- <td>
- <div class="tDiv" style="text-align: left;">
- <div style='margin-top:5px;display:block;float:left;'>
- {$item['head_name']}
- </div>
- <div style='margin-top:5px;display:block;float:left;'>
- 电话:{$item['head_mobile']}
- </div>
- <div style='margin-top:5px;display:block;float:left;cursor: pointer;' >
- <font style="color: #999;">小区:</font> <font class="line-text">{$item['community_name']} ({$item['province']} {$item['city']})
- </div>
- </div>
-
- </td>
- <?php }else{ ?>
- <td>
- <div class="tDiv" style="text-align: left;">
- <div style='margin-top:5px;display:block; text-align: center;'>
- {$item['head_name']}
- </div>
-
- </div>
- </td>
- <?php } ?>
-
- <td>
- <div class="tDiv" style="">
- <?php if($item['is_free_shipping_fare'] == 1){ ?>
- <span style='margin-top:5px;margin-left:5px;display:block;'>
- 运 费:+{:round( $item['fare_shipping_free'],2)}
- </span>
- <span style='margin-top:5px;margin-left:5px;display:block;'>
- 满{$item['man_e_money']}免运费:-{:round( $item['fare_shipping_free'],2)}
- </span>
- <?php }else{ ?>
- <span style='margin-top:5px;margin-left:5px;display:block;'>
- 运 费:+{:round( $item['shipping_fare'],2)}
- </span>
- <?php } ?>
-
- <?php if($item['fullreduction_money'] >0){ ?>
- <span style='margin-top:5px;margin-left:5px;display:block;'>
- 满 减:-{:round( $item['fullreduction_money'],2)}
- </span>
- <?php } ?>
- <?php if($item['voucher_credit'] >0){ ?>
- <span style='margin-top:5px;margin-left:5px;display:block;'>
- 优惠券:-{:round( $item['voucher_credit'],2)}
- </span>
- <?php } ?>
- <span style='margin-top:5px;margin-left:5px;display:block;'>
- 商品小计:{:round($item['total'],2)}
- </span>
-
- <span style='margin-top:5px;margin-left:5px;display:block;'>
- <?php $free_tongji = $item['total']+$item['shipping_fare']-$item['voucher_credit']-$item['fullreduction_money'];
- if($free_tongji < 0){
- $free_tongji = 0;
- }
- ?>
- 应收总款:{:round($free_tongji ,2)}
- </span>
- </div>
- </td>
- <td>
- <div class="tDiv" style="">
-
- <span class='text-{$item[order_status_id]}'>
- <?php
- if($item['ore_state'] == 0){
- ?>
- 待处理
- <?php }else if($item['ore_state'] == 1){ ?>
- 已拒绝
- <?php }else if($item['ore_state'] == 3){ ?>
- 已完成
- <?php }else if($item['ore_state'] == 5){ ?>
- 已拒绝
- <?php }else if($item['ore_state'] == 6){ ?>
- 退货中
- <?php } ?>
- </span>
-
- </div>
- </td>
- <td>
- <div class="tDiv" style="">
-
- <a class='op text-primary' href="{:U('order/oprefund', array('id' => $item['order_id'],'ref_id' => $item['ref_id']))}" >查看详情</a>
-
- <?php if($item['ore_state'] == 0){ ?>
- <a class='op' data-toggle="ajaxModal" href="javascript:;" data-href="{:U('order/oprefund_doform', array('ref_id' => $item['ref_id']))}" >
- <i class="icow icow-flag-o" style="color: #df5254;display: inline-block;vertical-align: middle" title="平台审核"></i>
- 平台审核
-  
- </a>
- <?php } ?>
-
- <?php if($item['is_forbidden'] == 1){ ?>
- <p style="color:red;">禁止此用户再次申请</p>
- <?php } ?>
- </div>
- </td>
- </tr>
- <tr>
- <td colspan="8">
- <div style='background:#fdeeee;color:red;padding-left: 10px;'>
- 订单状态:{$order_status_arr[$item['order_status_id']]}
- </div>
- </td>
- </tr>
-
- <tr>
- <td colspan="8">
- <div style="height:20px;"> </div>
- </td>
- </tr>
-
- <?php } ?>
-
-
- </tbody>
- <tfoot>
- <tr>
- <td colspan="0">
- <div class="page-table-header">
-
- </div>
- </td>
- <td colspan="8" style="text-align: right">
- {$pager}
- </td>
- </tr>
- </tfoot>
- </table>
- </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){
- $('#ajaxModal').removeClass('in');
- $('.modal-backdrop').removeClass('in');
- 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;
- }
- });
- }
- }
- })
- },function(){
- console.log(232323);
- $('#ajaxModal').removeClass('in');
- $('.modal-backdrop').removeClass('in');
- });
- })
-
- $('.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');
- });
-
- $('.user').click(function(){
- layer.msg('权限不足!',{icon: 2,time: 1200});
- });
-
- //监听提交
- 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>
- var ajax_url = "";
- $(function(){
- $("[data-toggle='ajaxModal']").click(function () {
- var s_url = $(this).attr('data-href');
- ajax_url = s_url;
- console.log(23);
- $.ajax({
- url:s_url,
- type:"get",
- success:function(shtml){
- $('#ajaxModal').html(shtml);
- $("#ajaxModal").modal();
- }
- })
- });
- $(document).delegate(".modal-footer .btn-primary","click",function(){
- var s_data = $('#ajaxModal form').serialize();
- var loadingIndex = layer.load();
- $.ajax({
- url:ajax_url,
- type:'post',
- dataType:'json',
- data:s_data,
- success:function(info){
- if(info.status == 0)
- {
- layer.msg(info.result.message,{icon: 1,time: 2000});
- layer.close(loadingIndex);
- }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>
- <div id="ajaxModal" class="modal fade" style="display: none;">
- </div>
- <script>
- //没有选中时间段不能导出
- $(function () {
- $('.btn-submit').click(function () {
- var e = $(this).data('export');
- if(e==1 ){
- if($('#keyword').val() !='' ){
- $('#export').val(1);
- $('#search').submit();
- }else if($('#searchtime').val()!=''){
- $('#export').val(1);
- $('#search').submit();
- }else{
- $('#export').val(1);
- $('#search').submit();
- return;
- }
- }else{
- $('#export').val(0);
- $('#search').submit();
- }
- })
- })
- </script>
- </body>
|