Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
O
OA
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
weiyn
OA
Commits
31a29e0b
提交
31a29e0b
authored
4 年前
作者:
fengzy
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
资金管理
上级
bc84f74a
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
1 行增加
和
116 行删除
+1
-116
mode_finfybxAction.php
webmain/flow/input/mode_finfybxAction.php
+0
-56
mode_oayfkAction.php
webmain/flow/input/mode_oayfkAction.php
+1
-60
没有找到文件。
webmain/flow/input/mode_finfybxAction.php
浏览文件 @
31a29e0b
...
...
@@ -22,63 +22,7 @@ class mode_finfybxClassAction extends inputAction{
}
protected
function
saveafter
(
$table
,
$arr
,
$id
,
$addbo
){
// 扣除账户余额 c_fund_account account_balance
$cbzxid
=
$arr
[
'cbzxid'
];
$model
=
'c_fund_account'
;
$sql
=
" cost_id ='
$cbzxid
' and status = 1 and is_default=1"
;
$data
=
m
(
$model
)
->
getone
(
$sql
,
'id,name,account_balance'
);
$zfarr
=
array
(
'account_balance'
=>
$data
[
'account_balance'
]
-
$arr
[
'amountOfThisPayment'
],
);
$id
=
$data
[
'id'
];
m
(
'c_fund_account'
)
->
update
(
$zfarr
,
"`id`='
$id
'"
);
// 成本中心 amount 变更
$cbzx
=
substr
(
$cbzxid
,
0
,
strrpos
(
$cbzxid
,
"("
));
$cbzxsql
=
" code ='
$cbzx
' and status = 1"
;
$cbzxdata
=
m
(
'c_cbzx'
)
->
getone
(
$cbzxsql
,
'id,amount'
);
$cbarr
=
array
(
'amount'
=>
$cbzxdata
[
'amount'
]
+
$arr
[
'amountOfThisPayment'
],
);
m
(
'c_cbzx'
)
->
update
(
$cbarr
,
"`code`='
$cbzx
'"
);
//账户明细 c_account_detail
$account_detail
=
array
(
'account'
=>
$data
[
'name'
],
'opt_type'
=>
2
,
'amount'
=>
$arr
[
'amountOfThisPayment'
],
'trans_numb'
=>
$arr
[
'docnum'
],
'account_balance'
=>
$data
[
'account_balance'
]
-
$arr
[
'amountOfThisPayment'
],
'create_time'
=>
date
(
"Y-m-d H:i:s"
),
'uid'
=>
$arr
[
'optid'
],
);
m
(
'c_account_detail'
)
->
insert
(
$account_detail
);
// 业务付款8业务预付款10费用报销11 oa_c_fund_detail
$fund_detail
=
array
(
'trans_numb'
=>
$arr
[
'docnum'
],
'account'
=>
$data
[
'name'
],
'toaccount'
=>
$arr
[
'payee'
],
'trans_amount'
=>
$arr
[
'amountOfThisPayment'
],
'business_type'
=>
11
,
'opt_type'
=>
2
,
'account_balance'
=>
$data
[
'account_balance'
]
-
$arr
[
'amountOfThisPayment'
],
'create_time'
=>
date
(
"Y-m-d H:i:s"
),
);
m
(
'c_fund_detail'
)
->
insert
(
$fund_detail
);
}
public
function
getlastAjax
()
{
...
...
This diff is collapsed.
Click to expand it.
webmain/flow/input/mode_oayfkAction.php
浏览文件 @
31a29e0b
...
...
@@ -17,7 +17,7 @@ class mode_oayfkClassAction extends inputAction{
$model
=
'c_fund_account'
;
$sql
=
" cost_id ='
$cbzxid
' and status = 1 and is_default=1"
;
$data
=
m
(
$model
)
->
getone
(
$sql
,
'id,account_balance'
);
var_dump
(
$data
);
die
;
if
(
!
$data
){
return
"未检测到该成本中心默认扣款账户"
;
}
...
...
@@ -32,63 +32,5 @@ class mode_oayfkClassAction extends inputAction{
}
protected
function
saveafter
(
$table
,
$arr
,
$id
,
$addbo
){
// 扣除账户余额 c_fund_account account_balance
$cbzxid
=
$arr
[
'cbzxid'
];
$model
=
'c_fund_account'
;
$sql
=
" cost_id ='
$cbzxid
' and status = 1 and is_default=1"
;
$data
=
m
(
$model
)
->
getone
(
$sql
,
'id,name,account_balance'
);
$zfarr
=
array
(
'account_balance'
=>
$data
[
'account_balance'
]
-
$arr
[
'amountOfThisPayment'
],
);
$id
=
$data
[
'id'
];
m
(
'c_fund_account'
)
->
update
(
$zfarr
,
"`id`='
$id
'"
);
// 成本中心 amount 变更
$cbzx
=
substr
(
$cbzxid
,
0
,
strrpos
(
$cbzxid
,
"("
));
$cbzxsql
=
" code ='
$cbzx
' and status = 1"
;
$cbzxdata
=
m
(
'c_cbzx'
)
->
getone
(
$cbzxsql
,
'id,amount'
);
$cbarr
=
array
(
'amount'
=>
$cbzxdata
[
'amount'
]
+
$arr
[
'amountOfThisPayment'
],
);
m
(
'c_cbzx'
)
->
update
(
$cbarr
,
"`code`='
$cbzx
'"
);
//账户明细 c_account_detail
$account_detail
=
array
(
'account'
=>
$data
[
'name'
],
'opt_type'
=>
2
,
'amount'
=>
$arr
[
'amountOfThisPayment'
],
'trans_numb'
=>
$arr
[
'docnum'
],
'account_balance'
=>
$data
[
'account_balance'
]
-
$arr
[
'amountOfThisPayment'
],
'create_time'
=>
date
(
"Y-m-d H:i:s"
),
'uid'
=>
$arr
[
'optid'
],
);
m
(
'c_account_detail'
)
->
insert
(
$account_detail
);
// 业务付款8业务预付款10费用报销11 oa_c_fund_detail
$fund_detail
=
array
(
'trans_numb'
=>
$arr
[
'docnum'
],
'account'
=>
$data
[
'name'
],
'toaccount'
=>
$arr
[
'payee'
],
'trans_amount'
=>
$arr
[
'amountOfThisPayment'
],
'business_type'
=>
10
,
'opt_type'
=>
2
,
'account_balance'
=>
$data
[
'account_balance'
]
-
$arr
[
'amountOfThisPayment'
],
'create_time'
=>
date
(
"Y-m-d H:i:s"
),
);
m
(
'c_fund_detail'
)
->
insert
(
$fund_detail
);
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论