Commit 13ec673e authored by agping's avatar agping

成交报告 未收佣金 置零

parent 6352c8e8
......@@ -1772,6 +1772,8 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
//添加 佣金总计
$('.total-commission-should').html(data.data.total_commission);
$('.total-commission-real').html(data.data.total_income_money);
$('.total-commission-no').html(0);//未收佣金总计 置0
if(data.data.total_commission){
$('.total-commission-no').html((data.data.total_commission*1-data.data.total_income_money*1).toFixed(2));
}
......
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