Commit 49c6efe9 authored by agping's avatar agping

成交报告

parent dee22cdd
......@@ -778,19 +778,20 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
search_phone : function(){
var that = receiv ;
$.ajax({
url: '/broker/bargainMain',
url: '/index/bargainListSearchBargainId',
type: 'GET',
async: true,
data: {
// "keyword": $("#report_id_change").val(),
"bargain_id": $("#report_id_change").val(),
'status' : 0,
"keyword": $("#report_id_change").val(),
"type": 3,
'status' : 5,
'is_my_correlation' : 0,
'page_no' : 1,
'page_size' : 20 ,
'AuthToken' : JSON.parse(decodeURIComponent(localStorage.getItem('pcUserInfo'))).AuthToken,
// 'submit_agent_id' : JSON.parse(decodeURIComponent(localStorage.getItem('pcUserInfo'))).id
'submit_agent_id' : 0
'submit_agent_id' : JSON.parse(decodeURIComponent(localStorage.getItem('pcUserInfo'))).id
//'AuthToken' : JSON.parse(decodeURIComponent(localStorage.getItem('pcUserInfo'))).AuthToken,
//"bargain_id": $("#report_id_change").val(),
//'submit_agent_id' : 0
},
dataType: 'json',
success: function(data) {
......@@ -815,19 +816,19 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
search_phone_liu : function(){
var that = receiv ;
$.ajax({
url: '/broker/bargainMain',
url: '/index/bargainListSearchBargainId',
type: 'GET',
async: true,
data: {
// "keyword": $("#report_id_change").val(),
"bargain_id": $("#report_id_change_liu").val(),
'status' : 0,
"keyword": $("#report_id_change_liu").val(),
"type": 3,
'status' : 5,
'is_my_correlation' : 0,
'page_no' : 1,
'page_size' : 20 ,
'AuthToken' : JSON.parse(decodeURIComponent(localStorage.getItem('pcUserInfo'))).AuthToken,
// 'submit_agent_id' : JSON.parse(decodeURIComponent(localStorage.getItem('pcUserInfo'))).id
'submit_agent_id' : 0
'submit_agent_id' : JSON.parse(decodeURIComponent(localStorage.getItem('pcUserInfo'))).id
// 'AuthToken' : JSON.parse(decodeURIComponent(localStorage.getItem('pcUserInfo'))).AuthToken,
// 'submit_agent_id' : 0
},
dataType: 'json',
success: function(data) {
......
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