Commit f416fdc7 authored by hujun's avatar hujun

预分佣金

parent a83171d9
......@@ -905,8 +905,8 @@ class Finance extends Basic
}
$export = new ExportExcelUntil();
$title = [ '收佣日期', '所属部门/门店', '业务员', '应分佣金(元)', '分佣金(元)', '手续费(元)', '慈善基金(元)', '现金奖(元)', '实收佣金(元)' ];
$export->exportTable('分佣提成明细', $data, 8, '实收明细表', $title);
$title = [ '收佣日期', '所属部门/门店', '业务员', '应分佣金(元)', '分佣金(元)', '手续费(元)', '慈善基金(元)', '现金奖(元)', '实收佣金(元)' ];
$export->exportTable('实收明细表', $data, 8, '实收明细表', $title);
return '';
}
......
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