Commit 49d7cd42 authored by agping's avatar agping

收款记录修改

parent 8e5ecb6e
......@@ -121,21 +121,8 @@ define(['doT', 'text!temp/get_collection_template_tpl.html', 'css!style/home.css
var store_name = $('#store_name').val();
var report_phone = $('#applicant_phone').val();
var report_name = $('#applicant_name').val();
//start_time false sting 开始时间
//end_time false sting 开始时间
//internal_title false string 楼盘名
//user_name false string 客户姓名
//user_phone false string 客户手机号
//id false int 商铺id
//store_name false string 门店名
//report_phone false string 报备人手机号
//report_name false string 报备人姓名
//excel false int 1导出
window.open('/index/getCollection?'+
'excel='+ excel_two +'&user_name =' + user_name + '&start_time =' + start_time + '&end_time =' + end_time + '&internal_title =' + internal_title + '&user_phone =' + user_phone + '&id =' + id+ '&store_name =' + store_name+ '&report_phone =' + report_phone+ '&report_name =' + report_name);
'excel='+ excel_two +'&user_name=' + user_name + '&start_time=' + start_time + '&end_time=' + end_time + '&internal_title=' + internal_title + '&user_phone=' + user_phone + '&id=' + id+ '&store_name=' + store_name+ '&report_phone=' + report_phone+ '&report_name=' + report_name);
},
getList: function(pageNo) {
......
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