Commit 0718fa8f authored by zhuwei's avatar zhuwei

current_agent_name

parent 0c380e14
......@@ -3260,7 +3260,7 @@ class Finance extends Basic
$excel_data_[] = $v['bargain_id'];//成交报告ID
$excel_data_[] = $v['income_time'];//入账日期
$excel_data_[] = $v['agent_name'];//提交人
$excel_data_[] = $v['name'];//对应业务员
$excel_data_[] = $v['current_agent_name'];//对应业务员
// $excel_data_[] = $v['store_name'];//所属门店
$excel_data_[] = $v['type'];//类型
$excel_data_[] = $v['money'];//收款金额
......
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