Commit 955fce64 authored by agping's avatar agping Committed by hujun

实收汇总 添加条件

parent f71c5067
...@@ -544,6 +544,10 @@ define(['doT', 'text!temp/commissionTotal_template_tpl.html', 'css!style/home.cs ...@@ -544,6 +544,10 @@ define(['doT', 'text!temp/commissionTotal_template_tpl.html', 'css!style/home.cs
if(confirm_date) { if(confirm_date) {
str+='&confirm_date=' + confirm_date; str+='&confirm_date=' + confirm_date;
} }
if(business.agent_id_phone){
str+='&agent_id=' + business.agent_id_phone;
}
window.open(str) window.open(str)
}, },
......
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