Commit a416e319 authored by agping's avatar agping

收款记录 导出报表 修改

parent 787042ca
......@@ -376,6 +376,8 @@ define(['doT', 'text!temp/get_collection_template_tpl.html', 'css!style/home.css
var user_name = $.trim($('#customer_name').val());
var start_time = $('#start_date').val();
var end_time = $('#end_date').val();
var income_start_time = $('#start_date_booked').val();
var income_end_time = $('#end_date_booked').val();
var internal_address = $('#shop_name').val();
var user_phone = $('#customer_phone').val();
var id = $('#shop_num').val();
......@@ -388,7 +390,7 @@ define(['doT', 'text!temp/get_collection_template_tpl.html', 'css!style/home.css
var type = $("select[name='maintable_shop_type_1'] option:selected").val();
window.open('/index/getCollection?' +
'excel=' + excel_two + '&user_name=' + user_name + '&start_time=' + start_time + '&end_time=' + end_time + '&internal_address=' + internal_address + '&user_phone=' + user_phone + '&id=' + id + '&store_name=' + store_name + '&report_phone=' + report_phone + '&report_name=' + report_name+ '&store_id=' + store_id+ '&district_id=' + district_id+ '&pay_type=' + pay_type+ '&type=' + type);
'excel=' + excel_two + '&user_name=' + user_name + '&start_time=' + start_time + '&end_time=' + end_time + '&internal_address=' + internal_address + '&user_phone=' + user_phone + '&id=' + id + '&store_name=' + store_name + '&report_phone=' + report_phone + '&report_name=' + report_name+ '&store_id=' + store_id+ '&district_id=' + district_id+ '&pay_type=' + pay_type+ '&type=' + type+ '&income_start_time=' + income_start_time+ '&income_end_time=' + income_end_time);
},
......
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