Commit b5aa7b10 authored by agping's avatar agping

3

parent 541df6fe
......@@ -536,26 +536,26 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi
//退款 审核
exportExcel: function() {
var commite_time_start = $('#comit_time_start').val();
var commite_time_end = $('#comit_time_end').val();
var into_time_start = $('#into_time_start').val();
var into_time_end = $('#into_time_end').val();
var changed_type = $('#changed_type').val();
var changed_id = $('#changed_id').val();
var back_id_money = $('#back_id_money').val();
var shoped_id = $('#shoped_id').val();
var shoped_addr = $('#shoped_addr').val();
var commit_home = $('#commit_home').val();
var commit_shop = $('#commit_shop').val();
var comit_name = refund.agent_id_phone;
var comit_phone = $('#comit_phone').val();
var start_time = $('#comit_time_start').val();
var end_time = $('#comit_time_end').val();
var income_start_time = $('#into_time_start').val();
var income_end_time = $('#into_time_end').val();
var type = $('#changed_type').val();
var order_id = $('#changed_id').val();
var id = $('#back_id_money').val();
var house_id = $('#shoped_id').val();
var address = $('#shoped_addr').val();
var district_id = $('#commit_home').val();
var store_id = $('#commit_shop').val();
var agent_id = refund.agent_id_phone;
var phone = $('#comit_phone').val();
var choose_type = $('.btn-group').find('.btn-info').html();
var is_selt = $('#is_type').val();
var get_id = $('#get_id').val();
var is_self = $('#is_type').val();
var pay_log_id = $('#get_id').val();
var status = refund.check_status;
var _url = '/index/refundListExcel' + '?';
window.open(_url + 'commite_time_start=' + commite_time_start + '&commite_time_end=' + commite_time_end + '&into_time_start=' + into_time_start + '&into_time_end=' + into_time_end + '&changed_type=' + changed_type + '&changed_id=' + changed_id + '&back_id_money=' + back_id_money + '&shoped_id=' + shoped_id + '&shoped_addr=' + shoped_addr + '&commit_home=' + commit_home+ '&commit_shop=' + commit_shop+ '&comit_name=' + comit_name+ '&comit_phone=' + comit_phone+ '&choose_type=' + choose_type +'&is_selt=' + is_selt+'&get_id=' + get_id+'&status=' + status);
window.open(_url + 'start_time=' + start_time + '&end_time=' + end_time + '&income_start_time=' + income_start_time + '&income_end_time=' + income_end_time + '&type=' + type + '&order_id=' + order_id + '&id=' + id + '&house_id=' + house_id + '&address=' + address + '&district_id=' + district_id+ '&store_id=' + store_id+ '&agent_id=' + agent_id+ '&phone=' + phone+ '&choose_type=' + choose_type +'&is_self=' + is_self+'&pay_log_id=' + pay_log_id+'&status=' + status);
},
/**
* 获取查询参数
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment