提交 fe364cab authored 作者: fengzy's avatar fengzy

费用报销字段调整

上级 4664e124
...@@ -52,7 +52,7 @@ class flow_finfybxClassModel extends flowModel ...@@ -52,7 +52,7 @@ class flow_finfybxClassModel extends flowModel
$fund_detail = array( $fund_detail = array(
'trans_numb' => $this->rs['docnum'], 'trans_numb' => $this->rs['docnum'],
'account' => $data['name'], 'account' => $data['name'],
'toaccount' => '', 'toaccount' => $this->rs['applicant'],
'trans_amount' => $this->rs['money'], 'trans_amount' => $this->rs['money'],
'business_type' => 11, 'business_type' => 11,
'opt_type' => 2, 'opt_type' => 2,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论