Commit e7df27eb authored by zhuwei's avatar zhuwei

1

parent 3a430964
......@@ -309,9 +309,9 @@ class CostParameter extends Basic
if(!$list_){
$list_['type'] = $v;//费用类型 0上海总部成本 1杭州总部成本 2深圳总部成本 3广州总部成本 4北京总部成本 5同联发展基金 6总经理基薪
$list_['fixed_fee'] = 0;//本月固定成本
$list_['apply_for_fee'] = $this->getApplyForFee($v,$params['setting_date']);//本月报销费用 (其他费用)
$list_['discounts'] = 0;//百分比
}
$list_['apply_for_fee'] = $this->getApplyForFee($v,$params['setting_date']);//本月报销费用 (其他费用)
$company_data[] = $list_;
}
......
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