Commit 7dea144d authored by duxinyuan's avatar duxinyuan

1

parent 0bd9779b
...@@ -624,7 +624,8 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css', ...@@ -624,7 +624,8 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
var params = { var params = {
'order_id' : that.order_id , 'order_id' : that.order_id ,
'order_no' : that.order_no, 'order_no' : that.order_no,
'agent_id' : that.agent_id, // 'agent_id' : that.agent_id,
'agent_id' : JSON.parse(decodeURIComponent(localStorage.getItem('pcUserInfo'))).id,
'report_id' : that.report_id, 'report_id' : that.report_id,
'industry_type' : that.yetai ? that.yetai : '' , 'industry_type' : that.yetai ? that.yetai : '' ,
'income_time' : that.income_time , 'income_time' : that.income_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