123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564 |
- @extends('admin/master')
- @section('content')
- <body>
- <div class="page-container">
- <div>
- <div>
-
- <!--a class="btn btn-primary radius" onclick="order_add('新增', 0)" href="javascript:;"><i class="Hui-iconfont"></i> 新增订单</a-->
-
- @if($search_admin == 1)
- <input class="input-text" style="width:6%;text-align:center" type="text" value="所属销售"/>
- <select style="width:8%;text-align:center" id='admin_id' name="admin_id">
- <option value="0" @if($admin_id=='') selected @endif>-- 选择销售 --</option>
- @foreach($adminlist as $v)
- <option value="{{$v['id']}}" @if($admin_id==$v['id']) selected @endif>{{$v['realname']}}</option>
- @endforeach
- </select>
- @endif
- <input class="input-text" style="width:6%;text-align:center" type="text" value="开始时间"/>
- <input id="stime" type="text" onfocus="WdatePicker({ dateFmt:'yyyy-MM-dd HH:mm:ss' })" autocomplete="off" class="input-text Wdate" style="width:10%;text-align:center;margin-left: -5px" name="stime" value="{{$stime?$stime:''}}">
- <input class="input-text" style="width:6%;text-align:center" type="text" value="结束时间"/>
- <input id="etime"type="text" onfocus="WdatePicker({ dateFmt:'yyyy-MM-dd HH:mm:ss' })" autocomplete="off" class="input-text Wdate" style="width:10%;text-align:center;margin-left: -5px" name="etime" value="{{$etime?$etime:''}}">
- <input class="input-text" style="width:6%;text-align:center" type="text" value="收货人"/>
- <input id="receiverName" type="text" class="input-text" style="width:8%;text-align:center" name="receiverName" value="{{$receiverName?$receiverName:''}}">
- <input class="input-text" style="width:6%;text-align:center" type="text" value="收货人手机号"/>
- <input id="receiverMobile" type="text" class="input-text" style="width:8%;text-align:center" name="receiverMobile" value="{{$receiverMobile?$receiverMobile:''}}">
- <!--input class="input-text" style="width:6%;text-align:center" type="text" value="订单状态"/>
- <select style="width:8%;text-align:center" id='status' name="status">
- <option value="-1" @if($status=='-1') selected @endif>-- 请选择--</option>
- @if($self_role !='管理员' )<option value="0" @if($status==0) selected @endif>已录入</option> @endif
- <option value="1" @if($status==1) selected @endif>待审核</option>
- <option value="2" @if($status==2) selected @endif>已审核</option>
- <option value="3" @if($status==3) selected @endif>已发货</option>
- </select-->
- <input class="input-text" style="width:6%;text-align:center" type="text" value="预售时间"/>
- <select style="width:8%;text-align:center" id='if_all' name="if_all">
- <option value="0" @if($if_all=='0') selected @endif>今天及以后</option>
- <option value="1" @if($if_all==1) selected @endif>全部</option>
- </select>
- <div style="float:right">
- <a class="btn btn-primary radius" onclick="user_search()" href="javascript:;">搜索</a>
- <!--a class="btn btn-primary radius" onclick="order_export()" href="javascript:;"><i class="Hui-iconfont"></i> 导出订单</a-->
- <!--a class="btn btn-primary radius" onclick="order_verify_more()" href="javascript:;"><i class="Hui-iconfont"></i> 批量审核</a-->
- </div>
- </div>
- </div>
-
- <div class="mt-20">
- <table class="table table-border table-bordered table-bg table-hover table-sort">
- <thead>
- <tr class="text-c">
- <th width="4%"><!--input type="checkbox" id="selected-all"-->订单编号</th>
- <th width="4%">卖家云订单编号</th>
- <th width="4%">买家名称</th>
- <th width="4%">收货人</th>
- <th width="4%">收货人手机号</th>
- <th width="5%">收货地址</th>
- <th width="8%">商品信息</th>
- <th width="4%">预发货时间</th>
- <th width="5%">物流单号</th>
- <th width="4%">发货时间</th>
- @if($self_role !='销售' )
- <th width="3%">货品成本</th>
- <th width="3%">运费成本</th>
- @endif
- <th width="4%">发货仓库</th>
- <th width="4%">付款金额</th>
- <th width="4%">付款方式</th>
- <th width="5%">下单时间</th>
- <th width="4%">加粉时间</th>
- <th width="2%">是否复购</th>
- <th width="2%">是否退补单</th>
- <th width="4%">应该退补差价</th>
- <th width="4%">退补付款方式</th>
- <th width="5%">退补备注</th>
- <th width="5%">退补时间</th>
- <th width="4%">所属销售</th>
- <th width="4%">订单状态</th>
- <th width="4%">审核时间</th>
- @if($self_role =='销售' || $self_role =='分销销售' )<th width="5%">驳回原因</th>@endif
- <th width="5%">买家备注</th>
- <th width="5%">卖家备注</th>
- <th width="5%">发货备注</th>
- <th width="5%">售后费用</th>
- <th width="5%">售后原因</th>
- <th width="5%">售后时间</th>
- </tr>
- </thead>
- <tbody>
- @if($result)
- @foreach($result as $a)
- <tr class="text-c" style=" text-align:center;">
- <td><!--input type="checkbox" name="id[]" value="{{$a['id']}}"--> {{$a['id']}}</td>
- <td>{{$a['orderCode']}}</td>
- <td>{{$a['customerName']}}</td>
- <td>{{$a['receiverName']}}</td>
- <td>{{$a['receiverMobile']}}</td>
- <td>{{$a['receiverState']}}{{$a['receiverCity']}}{{$a['receiverDistrict']}}{{$a['receiverStreet']}}{{$a['receiverAddress']}}</td>
- <td>
- @if( is_array($a['goods']) && $a['warehouse'] == 3)
- @foreach($a['goods'] as $good)
- <p>{{$good}}</p>
- @endforeach
- @else
- {{$a['goods_note']}}
- @endif
- </td>
- <td>{{$a['delivery_date']}}</td>
- @if($self_role =='销售' || $self_role =='分销销售' || ($self_role =='管理员' || $self_role =='分销管理员' && $a['status']>0) )
- <td>{{$a['logistics_id']}}</td>
- @else
- <td class ="change_logistics_id">
- <p id="logi_1{{$a['id']}}">{{$a['logistics_id']}}</p>
- <input id="logi_2{{$a['id']}}" style="display: none" type='text' autofocus="autofocus" name='logistics_id' value="{{$a['logistics_id']}}" onblur="change_logistics_id({{$a['id']}})" />
- <span class="sort_icon" hidden onClick='change_logistics_click("{{$a['id']}}","{{$a['logistics_id']}}")' style="cursor:pointer"><i class="Hui-iconfont"></i></span>
- </td>
- @endif
- <td class ="change_logistics_id">
- <p id="send_time_1{{$a['id']}}">{{$a['send_time']}}</p>
- <input id="send_time_2{{$a['id']}}" style="display: none" name='send_time' onblur="change_send_time({{$a['id']}})" value="{{$a['send_time']}}" onfocus="WdatePicker({ dateFmt:'yyyy-MM-dd' })" class=" Wdate" />
- <span class="sort_icon" hidden onClick='change_send_time_click("{{$a['id']}}","{{$a['send_time']}}")' style="cursor:pointer"><i class="Hui-iconfont"></i></span>
- </td>
-
- @if($self_role !='销售' )
- @if($self_role =='管理员' || $self_role =='分销管理员' && $a['status']>0)
- <td>{{$a['cost']}}</td>
- <td>{{$a['freight_cost']}}</td>
- @else
- <td class ="change_logistics_id">
- <p id="cost_1{{$a['id']}}">{{$a['cost']}}</p>
- <input id="cost_2{{$a['id']}}" style="display: none" type='text' name='cost' value="{{$a['cost']}}" onblur="change_cost({{$a['id']}})" />
- <span class="sort_icon" hidden onClick='change_cost_click("{{$a['id']}}","{{$a['cost']}}")' style="cursor:pointer"><i class="Hui-iconfont"></i></span>
- </td>
- <td class ="change_logistics_id">
- <p id="freight_cost_1{{$a['id']}}">{{$a['freight_cost']}}</p>
- <input id="freight_cost_2{{$a['id']}}" style="display: none" type='text' name='freight_cost' value="{{$a['freight_cost']}}" onblur="change_freight_cost({{$a['id']}})" />
- <span class="sort_icon" hidden onClick='change_freight_cost_click("{{$a['id']}}","{{$a['freight_cost']}}")' style="cursor:pointer"><i class="Hui-iconfont"></i></span>
- </td>
- @endif
- @endif
- <td>@if($a['warehouse']==1) A仓库 @elseif($a['warehouse']==2) B仓库 @elseif($a['warehouse']==3) C仓库 @else @endif</td>
- <td>{{$a['receivedAmount']}}</td>
- <td>{{$a['payment_type']}}</td>
- <td>{{$a['createTime']}}</td>
- <td>{{$a['fanTime']}}</td>
- <td>@if($a['is_fugou']==1) 是 @else 否 @endif</td>
- <td>@if($a['is_refund']==1) 是 @else 否 @endif</td>
- <td class ="change_logistics_id">
- <p id="refund_price_1{{$a['id']}}">{{$a['refund_price']}}</p>
- <input id="refund_price_2{{$a['id']}}" style="display: none" type='text' name='refund_price' value="{{$a['refund_price']}}" onblur='change_refund_price({{$a['id']}},"{{$a['refund_type']}}")' />
- <span class="sort_icon" hidden onClick='change_refund_price_click("{{$a['id']}}","{{$a['cost']}}")' style="cursor:pointer"><i class="Hui-iconfont"></i></span>
- </td>
- <td class ="change_logistics_id">
- <p id="refund_type_1{{$a['id']}}">{{$a['refund_type']}}</p>
- <select id="refund_type_2{{$a['id']}}" style="display: none" name='refund_type' value="{{$a['refund_type']}}" onchange="change_refund_type({{$a['id']}})">
- <option value='0'>-请选择-</option>
- <option value='1'>微信支付</option>
- <!--option value='2'>付款码支付</option-->
- <option value='3'>个体户支付</option>
- </select>
- <span class="sort_icon" hidden onClick='change_refund_type_click("{{$a['id']}}","{{$a['cost']}}")' style="cursor:pointer"><i class="Hui-iconfont"></i></span>
- </td>
-
- <td class ="change_logistics_id">
- <p id="refund_note_1{{$a['id']}}">{{$a['refund_note']}}</p>
- <textarea id="refund_note_2{{$a['id']}}" rows=4 style="display: none" name='refund_note' onblur="change_refund_note({{$a['id']}})" >{{$a['refund_note']}}</textarea>
- <span class="sort_icon" hidden onClick='change_refund_note_click("{{$a['id']}}","{{$a['refund_note']}}")' style="cursor:pointer"><i class="Hui-iconfont"></i></span>
- </td>
- <td class ="change_logistics_id">
- <p id="refund_time_1{{$a['id']}}">{{$a['refund_time']}}</p>
- <input id="refund_time_2{{$a['id']}}" style="display: none" name='refund_time' onblur="change_refund_time({{$a['id']}})" value="{{$a['refund_time']}}" onfocus="WdatePicker({ dateFmt:'yyyy-MM-dd HH:mm:ss' })" class=" Wdate" />
- <span class="sort_icon" hidden onClick='change_refund_time_click("{{$a['id']}}","{{$a['refund_time']}}")' style="cursor:pointer"><i class="Hui-iconfont"></i></span>
- </td>
- <td>{{$a['admin_name']}}</td>
- <td id="order_verify{{$a['id']}}">{{$a['status_name']}}</td>
- <td>{{$a['verify_time']}}</td>
- @if($self_role =='销售' || $self_role =='分销销售') <td>@if($a['status'] == 0)<font color='red'> {{$a['refuse_reason']}} </font> @endif</td> @endif
-
- <!--td id="refund{{$a['id']}}">@if($a['order_status']==2) <span class="btn btn-danger radius">退款</span> @else 正常<br><span class="btn btn-primary radius" onclick="order_refund({{$a['id']}})">设为退款</span> @endif</td -->
- @if(($self_role =='销售' || $self_role =='管理员' || $self_role =='分销销售' ) && $a['status']>0)
- <td>{{$a['buyerMemo']}}</td>
- <td>{{$a['sellerMemo']}}</td>
- <td>{{$a['send_note']}}</td>
- @else
- <td class ="change_logistics_id">
- <p id="buyerMemo_1{{$a['id']}}">{{$a['buyerMemo']}}</p>
- <input id="buyerMemo_2{{$a['id']}}" style="display: none" type='text' name='buyerMemo' value="{{$a['buyerMemo']}}" onblur="change_buyerMemo({{$a['id']}})" />
- <span class="sort_icon" hidden onClick='change_buyerMemo_click("{{$a['id']}}","{{$a['cost']}}")' style="cursor:pointer"><i class="Hui-iconfont"></i></span>
- </td>
- <td class ="change_logistics_id">
- <p id="sellerMemo_1{{$a['id']}}">{{$a['sellerMemo']}}</p>
- <input id="sellerMemo_2{{$a['id']}}" style="display: none" type='text' name='sellerMemo' value="{{$a['sellerMemo']}}" onblur="change_sellerMemo({{$a['id']}})" />
- <span class="sort_icon" hidden onClick='change_sellerMemo_click("{{$a['id']}}","{{$a['cost']}}")' style="cursor:pointer"><i class="Hui-iconfont"></i></span>
- </td>
-
- <td class ="change_logistics_id">
- <p id="send_note_1{{$a['id']}}">{{$a['send_note']}}</p>
- <textarea id="send_note_2{{$a['id']}}" rows=4 style="display: none" name='send_note' onblur="change_send_note({{$a['id']}})" >{{$a['send_note']}}</textarea>
- <span class="sort_icon" hidden onClick='change_send_note_click("{{$a['id']}}","{{$a['send_note']}}")' style="cursor:pointer"><i class="Hui-iconfont"></i></span>
- </td>
- @endif
- @if($self_role =='超级管理员' || $self_role =='售后管理员')
- <td class ="change_logistics_id">
- <p id="aftersale_fee_1{{$a['id']}}">{{$a['aftersale_fee']}}</p>
- <input id="aftersale_fee_2{{$a['id']}}" style="display: none" type='text' name='aftersale_fee' value="{{$a['aftersale_fee']}}" onblur="change_aftersale_fee({{$a['id']}})" />
- <span class="sort_icon" hidden onClick='change_aftersale_fee_click("{{$a['id']}}","{{$a['cost']}}")' style="cursor:pointer"><i class="Hui-iconfont"></i></span>
- </td>
- <td class ="change_logistics_id">
- <p id="aftersale_reason_1{{$a['id']}}">{{$a['aftersale_reason']}}</p>
- <textarea id="aftersale_reason_2{{$a['id']}}" rows=4 style="display: none" name='aftersale_reason' onblur="change_aftersale_reason({{$a['id']}})" >{{$a['aftersale_reason']}}</textarea>
- <span class="sort_icon" hidden onClick='change_aftersale_reason_click("{{$a['id']}}","{{$a['aftersale_reason']}}")' style="cursor:pointer"><i class="Hui-iconfont"></i></span>
- </td>
- <td class ="change_logistics_id">
- <p id="aftersale_time_1{{$a['id']}}">{{$a['aftersale_time']}}</p>
- <input id="aftersale_time_2{{$a['id']}}" style="display: none" name='aftersale_time' onblur="change_aftersale_time({{$a['id']}})" value="{{$a['aftersale_time']}}" onfocus="WdatePicker({ dateFmt:'yyyy-MM-dd HH:mm:ss' })" class=" Wdate" />
- <span class="sort_icon" hidden onClick='change_aftersale_time_click("{{$a['id']}}","{{$a['aftersale_time']}}")' style="cursor:pointer"><i class="Hui-iconfont"></i></span>
- </td>
- @else
- <td>{{$a['aftersale_fee']}}</td>
- <td>{{$a['aftersale_reason']}}</td>
- <td>{{$a['aftersale_time']}}</td>
- @endif
-
- </tr>
- @endforeach
- @endif
- </tbody>
- </table>
- </div>
- <!--弹出层 推入分组-->
- <div id="modal-demo1" class="modal fade" tabnonautomatic_index="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
- <div class="modal-dialog">
- <div class="modal-content radius">
- <div class="modal-body" style="height:150px">
- <div id="fa2">
- <p style="font-size:14px">驳回原因:</p>
- <input id='order_id' type='hidden' name='status' value=''/>
- <textarea style="height:75px;" cols="85" id='refuse_reason'></textarea>
- </div>
-
- <div style="float:right">
- <button class="btn btn-primary radius" onclick='verify_refuse()' value=" 确定 "> 确定 </button>
- <button class="btn" data-dismiss="modal" aria-hidden="true">关闭</button>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div id="page" class="page_div"></div>
- </div>
-
- <!--_footer 作为公共模版分离出去-->
- <script type="text/javascript" src="/admin/lib/jquery/1.9.1/jquery.min.js"></script>
- <script type="text/javascript" src="/admin/lib/layer/2.4/layer.js"></script>
- <script type="text/javascript" src="/admin/static/h-ui/js/H-ui.min.js"></script>
- <script type="text/javascript" src="/admin/static/h-ui.admin/js/H-ui.admin.js"></script>
- <script type="text/javascript" src="/admin/lib/page/paging.js"></script>
- <script type="text/javascript" src="/admin/lib/My97DatePicker/4.8/WdatePicker.js"></script>
- <!--/_footer 作为公共模版分离出去-->
- <!--/_footer 作为公共模版分离出去-->
- <script type="text/javascript">
- /*广告-添加*/
- function order_add(title){
- location.href="/admin/fxorder/create";
- }
- /*广告-编辑*/
- function order_edit(title,id){
- var page = {{$page}};
- var admin_id = $('#admin_id').val();
- var stime = $('#stime').val();
- var etime = $('#etime').val();
- var receiverName = $('#receiverName').val();
- var receiverMobile = $('#receiverMobile').val();
- var last_url = '{{$last_url}}';
- location.href="/admin/fxorder/edit/"+id+'?page='+page+'&admin_id='+admin_id+'&stime='+stime+'&etime='+etime+'&receiverName='+receiverName+'&receiverMobile='+receiverMobile+'&last_url='+last_url;
- }
- /*广告-设为首页显示*/
- function up(obj,id){
- layer.confirm('确认要设为首页显示吗?',function(index){
- location.href='/admin/fxorder/up/'+id;
- });
- }
- /*广告-移除*/
- function order_del(obj,id){
- layer.confirm('确认要删除吗?',function(index){
- location.href='/admin/fxorder/delete/'+id;
- });
- }
- /*广告-设为首页隐藏*/
- function down(obj,id){
- layer.confirm('确认要设为首页隐藏吗?',function(index){
- location.href='/admin/fxorder/down/'+id;
- });
- }
- function user_search(){
- var admin_id = $('#admin_id').val();
- var stime = $('#stime').val();
- var etime = $('#etime').val();
- var receiverName = $('#receiverName').val();
- var receiverMobile = $('#receiverMobile').val();
- //var status = $('#status').val();
- var if_all = $('#if_all').val();
- //var page = {{$page}};
- location.href = 'predictOrder?admin_id='+admin_id+'&stime='+stime+'&etime='+etime+'&receiverName='+receiverName+'&receiverMobile='+receiverMobile+'&if_all='+if_all;
- }
- //导出
- function order_export(){
- var admin_id = $('#admin_id').val();
- var stime = $('#stime').val();
- var etime = $('#etime').val();
- var receiverName = $('#receiverName').val();
- var receiverMobile = $('#receiverMobile').val();
- var status = $('#status').val();
- location.href = '/admin/fxorder/order_export?admin_id='+admin_id+'&stime='+stime+'&etime='+etime+'&receiverName='+receiverName+'&receiverMobile='+receiverMobile+'&status='+status;
- }
- function change_logistics_click(id, logistics_id){
- $("#logi_1"+id).hide();
- $("#logi_2"+id).show();
- $("#logi_2"+id).focus();
- }
- function change_logistics_id(id){
- var logistics_id = $("#logi_2"+id).val();
- $.ajax({
- url: '/admin/fxorder/editLogisticsId?id='+id+'&logistics_id='+logistics_id,
- type: 'get',
- dateType: 'json',
- success:function(msg){
- $("#logi_1"+id).html(logistics_id);
- $("#logi_1"+id).show();
- $("#logi_2"+id).hide();
- }
- });
- }
- function change_cost_click(id, cost){
- $("#cost_1"+id).hide();
- $("#cost_2"+id).show();
- $("#cost_2"+id).focus();
- }
- function change_cost(id){
- var cost = $("#cost_2"+id).val();
- $.ajax({
- url: '/admin/fxorder/editLogisticsId?id='+id+'&cost='+cost,
- type: 'get',
- dateType: 'json',
- success:function(msg){
- $("#cost_1"+id).html(cost);
- $("#cost_1"+id).show();
- $("#cost_2"+id).hide();
- }
- });
- }
- function change_freight_cost_click(id, freight_cost){
- $("#freight_cost_1"+id).hide();
- $("#freight_cost_2"+id).show();
- $("#freight_cost_2"+id).focus();
- }
- function change_freight_cost(id){
- var freight_cost = $("#freight_cost_2"+id).val();
- $.ajax({
- url: '/admin/fxorder/editLogisticsId?id='+id+'&freight_cost='+freight_cost,
- type: 'get',
- dateType: 'json',
- success:function(msg){
- $("#freight_cost_1"+id).html(freight_cost);
- $("#freight_cost_1"+id).show();
- $("#freight_cost_2"+id).hide();
- }
- });
- }
- function change_buyerMemo_click(id, buyerMemo){
- $("#buyerMemo_1"+id).hide();
- $("#buyerMemo_2"+id).show();
- $("#buyerMemo_2"+id).focus();
- }
- function change_buyerMemo(id){
- var buyerMemo = $("#buyerMemo_2"+id).val();
- $.ajax({
- url: '/admin/fxorder/editLogisticsId?id='+id+'&buyerMemo='+buyerMemo,
- type: 'get',
- dateType: 'json',
- success:function(msg){
- $("#buyerMemo_1"+id).html(buyerMemo);
- $("#buyerMemo_1"+id).show();
- $("#buyerMemo_2"+id).hide();
- }
- });
- }
- function change_sellerMemo_click(id, sellerMemo){
- $("#sellerMemo_1"+id).hide();
- $("#sellerMemo_2"+id).show();
- $("#sellerMemo_2"+id).focus();
- }
- function change_sellerMemo(id){
- var sellerMemo = $("#sellerMemo_2"+id).val();
- $.ajax({
- url: '/admin/fxorder/editLogisticsId?id='+id+'&sellerMemo='+sellerMemo,
- type: 'get',
- dateType: 'json',
- success:function(msg){
- $("#sellerMemo_1"+id).html(sellerMemo);
- $("#sellerMemo_1"+id).show();
- $("#sellerMemo_2"+id).hide();
- }
- });
- }
- function change_send_note_click(id, send_note){
- $("#send_note_1"+id).hide();
- $("#send_note_2"+id).show();
- $("#send_note_2"+id).focus();
- }
- function change_send_note(id){
- var send_note = $("#send_note_2"+id).val();
- $.ajax({
- url: '/admin/fxorder/editLogisticsId?id='+id+'&send_note='+send_note,
- type: 'get',
- dateType: 'json',
- success:function(msg){
- $("#send_note_1"+id).html(send_note);
- $("#send_note_1"+id).show();
- $("#send_note_2"+id).hide();
- }
- });
- }
- function change_refund_note_click(id, refund_note){
- $("#refund_note_1"+id).hide();
- $("#refund_note_2"+id).show();
- $("#refund_note_2"+id).focus();
- }
- function change_refund_note(id){
- var refund_note = $("#refund_note_2"+id).val();
- $.ajax({
- url: '/admin/fxorder/editLogisticsId?id='+id+'&refund_note='+refund_note,
- type: 'get',
- dateType: 'json',
- success:function(msg){
- $("#refund_note_1"+id).html(refund_note);
- $("#refund_note_1"+id).show();
- $("#refund_note_2"+id).hide();
- }
- });
- }
- function order_refund(id){
- $.ajax({
- url: '/admin/fxorder/setrefund/'+id,
- type: 'get',
- dateType: 'json',
- success:function(msg){
- var str = '<span class="btn btn-danger radius">退款</span>';
- $("#refund"+id).html(str);
- }
- });
- }
- function order_verify(id, status, name){
- if( !confirm('确认'+name) ){
- return false;
- }
- var admin_id = $('#admin_id').val();
- var stime = $('#stime').val();
- var etime = $('#etime').val();
- var receiverName = $('#receiverName').val();
- var receiverMobile = $('#receiverMobile').val();
- var page = {{$page}};
- var str_query = 'page='+page+'&admin_id='+admin_id+'&stime='+stime+'&etime='+etime+'&receiverName='+receiverName+'&receiverMobile='+receiverMobile;
- location.href = '/admin/fxorder/setverify/'+id+'?status='+status+'&'+str_query;
- }
- function order_verify_more(){
- var ids = $(":checkbox[name='id[]']:checked").serialize();
- var idLength = $(":checkbox[name='id[]']:checked").length;
- if (idLength < 1) {
- alert("请至少选中一项");
- return false;
- }
- var ids = $(":checkbox[name='id[]']:checked").serialize();
- var admin_id = $('#admin_id').val();
- var stime = $('#stime').val();
- var etime = $('#etime').val();
- var receiverName = $('#receiverName').val();
- var receiverMobile = $('#receiverMobile').val();
- var page = {{$page}};
- location.href = '/admin/fxorder/setverifymore?'+ids+'&page='+page+'&admin_id='+admin_id+'&stime='+stime+'&etime='+etime+'&receiverName='+receiverName+'&receiverMobile='+receiverMobile;
- }
- /*弹出层-填写原因*/
- function refuse_reason(id) {
- $("#order_id").val(id);
- $("#modal-demo1").modal("show");
- }
- function verify_refuse(){
- var reason = $("#refuse_reason").val();
- var id = $("#order_id").val();
- var status = 0;
- var admin_id = $('#admin_id').val();
- var stime = $('#stime').val();
- var etime = $('#etime').val();
- var receiverName = $('#receiverName').val();
- var receiverMobile = $('#receiverMobile').val();
- var page = {{$page}};
- var str_query = 'page='+page+'&admin_id='+admin_id+'&stime='+stime+'&etime='+etime+'&receiverName='+receiverName+'&receiverMobile='+receiverMobile;
- location.href = '/admin/fxorder/setverify/'+id+'?status='+status+'&refuse_reason='+reason+'&'+str_query;
- }
- $(".change_logistics_id").mouseover(
- function(){
- $(this).children("span").show();
- $(this).children("span").addClass('f-18 c-success');
- $(this).mouseout(
- function(){
- $(this).children("span").hide();
- }
- );
- }
- );
-
- /*分页*/
-
- $("#page").paging({
- pageNo:{{$page}},
- totalPage: {{$pages}},
- totalSize: {{$count}},
- callback: function(num) {
- var admin_id = $('#admin_id').val();
- var stime = $('#stime').val();
- var etime = $('#etime').val();
- var receiverName = $('#receiverName').val();
- var receiverMobile = $('#receiverMobile').val();
- //var status = $('#status').val();
- var if_all = $('#if_all').val();
- location.href = 'predictOrder?page='+num+'&admin_id='+admin_id+'&stime='+stime+'&etime='+etime+'&receiverName='+receiverName+'&receiverMobile='+receiverMobile+'&if_all='+if_all;
- }
- })
-
- </script>
-
- </body>
- @endsection
|