提交 4f36595a authored 作者: fengzy's avatar fengzy

oa付款单

上级 6fb4bbd5
...@@ -73,7 +73,7 @@ class flow_fund_transferClassModel extends flowModel ...@@ -73,7 +73,7 @@ class flow_fund_transferClassModel extends flowModel
$acc_detail = array( $acc_detail = array(
'account' => $this->rs['account'], 'account' => $this->rs['account'],
'opt_type' => 2, 'opt_type' =>2,
'amount' => $this->rs['trans_amount'], 'amount' => $this->rs['trans_amount'],
'account_balance' =>$data['account_balance']-$this->rs['trans_amount'], 'account_balance' =>$data['account_balance']-$this->rs['trans_amount'],
'trans_numb' => $this->rs['trans_numb'], 'trans_numb' => $this->rs['trans_numb'],
...@@ -84,7 +84,7 @@ class flow_fund_transferClassModel extends flowModel ...@@ -84,7 +84,7 @@ class flow_fund_transferClassModel extends flowModel
$toacc_detail = array( $toacc_detail = array(
'account' => $this->rs['toaccount'], 'account' => $this->rs['toaccount'],
'opt_type' => 1, 'opt_type' =>1,
'amount' => $this->rs['trans_amount'], 'amount' => $this->rs['trans_amount'],
'account_balance' =>$toaccount_list['account_balance']+$this->rs['trans_amount'], 'account_balance' =>$toaccount_list['account_balance']+$this->rs['trans_amount'],
'trans_numb' => $this->rs['trans_numb'], 'trans_numb' => $this->rs['trans_numb'],
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论