Commit d0cc0a73 authored by agping's avatar agping

调整

parent 71e28d64
......@@ -2138,8 +2138,8 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
'is_my_correlation' : 0,
'page_no' : 1,
'page_size' : 20 ,
'submit_agent_id' : JSON.parse(decodeURIComponent(localStorage.getItem('pcUserInfo'))).id
//'AuthToken' : JSON.parse(decodeURIComponent(localStorage.getItem('pcUserInfo'))).AuthToken,
'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
},
......
......@@ -863,7 +863,7 @@ define(['doT', 'text!temp/office_receivables_template_tpl.html', 'css!style/home
search_into : function(){
var that = receiv ;
$.ajax({
url: '/broker/searchOrder',
url: '/office/searchOrder',
type: 'GET',
async: true,
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