Commit f8d0774e authored by xinyuandu's avatar xinyuandu

新增成交报告id

parent 8c826b52
...@@ -1342,6 +1342,7 @@ define(['doT','text!temp/performance_subsidiary_template_tpl.html', 'text!temp/r ...@@ -1342,6 +1342,7 @@ define(['doT','text!temp/performance_subsidiary_template_tpl.html', 'text!temp/r
var store_id=$("select[name='store_id'] option:selected").val(); var store_id=$("select[name='store_id'] option:selected").val();
var name= $.trim($('#agent_name').val()); var name= $.trim($('#agent_name').val());
var phone= $.trim($('#agent_phone').val()); var phone= $.trim($('#agent_phone').val());
var bargain_id = $.trim($('#bargain_id').val());
window.open('/index/getPerformanceInfoExcel?' + 'shop_type=' + shop_type + '&trade_type=' + trade_type + '&create_time_start=' + create_time_start + '&create_time_end=' + create_time_end + '&landmark=' + landmark + '&house_id=' + house_id + '&district_id=' + district_id + '&store_id=' + store_id + '&name=' + name + '&phone=' + phone); window.open('/index/getPerformanceInfoExcel?' + 'shop_type=' + shop_type + '&trade_type=' + trade_type + '&create_time_start=' + create_time_start + '&create_time_end=' + create_time_end + '&landmark=' + landmark + '&house_id=' + house_id + '&district_id=' + district_id + '&store_id=' + store_id + '&name=' + name + '&phone=' + phone);
}, },
//获取一级审核,二级审核,三级审核,结单数据列表共用的方法 //获取一级审核,二级审核,三级审核,结单数据列表共用的方法
...@@ -1358,7 +1359,8 @@ define(['doT','text!temp/performance_subsidiary_template_tpl.html', 'text!temp/r ...@@ -1358,7 +1359,8 @@ define(['doT','text!temp/performance_subsidiary_template_tpl.html', 'text!temp/r
'district_id' : $("select[name='district_id'] option:selected").val(), 'district_id' : $("select[name='district_id'] option:selected").val(),
'store_id' : $("select[name='store_id'] option:selected").val(), 'store_id' : $("select[name='store_id'] option:selected").val(),
'name': $.trim($('#agent_name').val()), 'name': $.trim($('#agent_name').val()),
'phone': $.trim($('#agent_phone').val()) 'phone': $.trim($('#agent_phone').val()),
'bargain_id' : $.trim($('#bargain_id').val()),
}; };
$.ajax({ $.ajax({
type: 'GET', type: 'GET',
......
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