Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
O
OA
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
PHP
OA
Commits
223302ab
提交
223302ab
authored
6月 28, 2020
作者:
fengzy
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
oa付款单
上级
80881cfa
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
9 行增加
和
377 行删除
+9
-377
cost_centerModel.php
webmain/model/flow/cost_centerModel.php
+6
-0
finfybxModel.php
webmain/model/flow/finfybxModel.php
+2
-377
fund_transferModel.php
webmain/model/flow/fund_transferModel.php
+1
-0
没有找到文件。
webmain/model/flow/cost_centerModel.php
浏览文件 @
223302ab
...
@@ -15,6 +15,12 @@ class flow_cost_centerClassModel extends flowModel
...
@@ -15,6 +15,12 @@ class flow_cost_centerClassModel extends flowModel
$rs
[
'status'
]
=
$data
[
'name'
];
$rs
[
'status'
]
=
$data
[
'name'
];
if
(
$rs
[
'pid'
]){
$data
=
$this
->
db
->
getone
(
'oa_c_cbzx'
,
"id='"
.
$rs
[
'pid'
]
.
"'"
);
$rs
[
'pid'
]
=
$data
[
'name'
];
}
return
$rs
;
return
$rs
;
}
}
...
...
webmain/model/flow/finfybxModel.php
浏览文件 @
223302ab
...
@@ -22,7 +22,7 @@ class flow_finfybxClassModel extends flowModel
...
@@ -22,7 +22,7 @@ class flow_finfybxClassModel extends flowModel
$allcheckid
=
explode
(
','
,
$flow_bill
[
'allcheckid'
]);
$allcheckid
=
explode
(
','
,
$flow_bill
[
'allcheckid'
]);
$option
=
m
(
'option'
)
->
getall
(
'pid = 15
46
and num =1 order by sort desc'
,
'num,name,value,sort'
);
$option
=
m
(
'option'
)
->
getall
(
'pid = 15
67
and num =1 order by sort desc'
,
'num,name,value,sort'
);
foreach
(
$option
as
$key
=>
$value
)
{
foreach
(
$option
as
$key
=>
$value
)
{
if
(
in_array
(
$value
[
'value'
],
$allcheckid
)){
if
(
in_array
(
$value
[
'value'
],
$allcheckid
)){
$checkid
=
$value
[
'value'
];
$checkid
=
$value
[
'value'
];
...
@@ -31,7 +31,7 @@ class flow_finfybxClassModel extends flowModel
...
@@ -31,7 +31,7 @@ class flow_finfybxClassModel extends flowModel
}
}
if
(
empty
(
$checkid
)){
if
(
empty
(
$checkid
)){
$option
=
m
(
'option'
)
->
getall
(
'pid = 15
46
and num =2 order by sort desc'
,
'num,name,value,sort,`explain`'
);
$option
=
m
(
'option'
)
->
getall
(
'pid = 15
67
and num =2 order by sort desc'
,
'num,name,value,sort,`explain`'
);
foreach
(
$option
as
$key
=>
$value
)
{
foreach
(
$option
as
$key
=>
$value
)
{
if
(
in_array
(
$value
[
'value'
],
$allcheckid
)){
if
(
in_array
(
$value
[
'value'
],
$allcheckid
)){
$checkid
=
$value
[
'value'
];
$checkid
=
$value
[
'value'
];
...
@@ -210,380 +210,6 @@ class flow_finfybxClassModel extends flowModel
...
@@ -210,380 +210,6 @@ class flow_finfybxClassModel extends flowModel
}
}
}
}
//审核完成后调用
// protected function flowcheckafter($zt, $sm,$nowcourse){
// $flowid=$this->getflow();
// $cloudUrl = "http://36.110.39.211/k3cloud/";
// //登陆参数
// $data = array(
// '5d8acc5a26042d',//帐套Id
// 'Administrator',//用户名
// 'kJyGjIQ5DW0tpd@B',//密码
// '2052'//语言标识359010087
// );
// //定义记录Cloud服务端返回的Session
// $cookie_jar = tempnam('/tmp','CloudSession');
// $post_content = self::create_postdata($data);
// $result = self::invoke_login($cloudUrl,$post_content,$cookie_jar);
// header("Content-type: text/html; charset=utf8");
// $starttime = microtime(true);
// $applicant=$this->rs['applicant'];//申请人
// $FCREATORID=$this->db->getone('oa_personfile',"name='".$this->rs['applicant']."'");
// $gonncode=$FCREATORID['gonncode']; //申请人编号
// $applicationdpt=$this->rs['applicationdpt'];//申请部门
// $applydt=$this->rs['optdt'];//申请日期
// $amountOfThisPayment=$this->rs['amountOfThisPayment'];//金额
// $contractNumber=$this->rs['contractNumber'];//合同编号
// $contracta=(strpos($contractNumber, "("));
// $contractb=(strrpos($contractNumber, ")"));
// $b = mb_strpos($contractNumber,"(") + mb_strlen("(");
// $e = mb_strpos($contractNumber, ")") - $b;
// $contractNumber=mb_substr($contractNumber,$b,$e);
// $contract = $this->db->getone('oa_c_contract', 'numb = "' . $contractNumber . '"');
// if($contract['receive']==2){
// $suppliername= $contract['partb_name'];//供应商名称
// }else{
// $suppliername= $contract['parta_name'];//供应商名称
// }
// $sql = 'bank_code = ' .$contract['bankcode'];
// $data = $this->db->getone('oa_supplier_bank_info', $sql);
// $paymentMethod=$this->rs['paymentMethod'];//付款方式
// $cbxmid=$this->rs['cbzxid'];//成本中心
// $cbxmid=substr($cbxmid,0,strpos($cbxmid, "("));
// // $data_model='{
// // "Creator": "",
// // "NeedUpDateFields": [],
// // "NeedReturnFields": [],
// // "IsDeleteEntry": "true",
// // "SubSystemId": "",
// // "IsVerifyBaseDataField": "false",
// // "IsEntryBatchFill": "true",
// // "ValidateFlag": "true",
// // "NumberSearch": "true",
// // "InterationFlags": "",
// // "IsAutoSubmitAndAudit": "false",
// // "Model": {
// // "FID": 0,
// // "FBILLTYPEID": {
// // "FNUMBER": "FKSQ008"
// // },
// // "FCREATORID": {
// // "FNUMBER": ""
// // },
// // "FDATE": "2020-03-02 00:00:00",
// // "FCONTACTUNITTYPE": "BD_Supplier",
// // "FCONTACTUNIT": {
// // "FNumber": "GSGYS-0005"
// // },
// // "FRECTUNITTYPE": "BD_Supplier",
// // "FRECTUNIT": {
// // "FNumber": "GSGYS-0005"
// // },
// // "FCURRENCYID": {
// // "FNumber": "PRE001"
// // },
// // "FAPPLYORGID": {
// // "FNumber": "1000"
// // },
// // "FPAYORGID": {
// // "FNumber": "1000"
// // },
// // "FSETTLEORGID": {
// // "FNumber": "1000"
// // },
// // "FPURCHASEORGID": {
// // "FNumber": "1000"
// // },
// // "FDOCUMENTSTATUS": "Z",
// // "FCANCELSTATUS": "A",
// // "FMAINBOOKID": {
// // "FNUMBER": "PRE001"
// // },
// // "FIsCredit": false,
// // "FSETTLECUR": {
// // "FNUMBER": "PRE001"
// // },
// // "FISCARRYRATE": false,
// // "F_PAEZ_Cbzx": {
// // "FNUMBER": "GS.BJ.B01.02"
// // }
// // }
// // }';
// $data_model= '{
// "Creator": "",
// "NeedUpDateFields": [],
// "NeedReturnFields": [],
// "IsDeleteEntry": "true",
// "SubSystemId": "",
// "IsVerifyBaseDataField": "false",
// "IsEntryBatchFill": "true",
// "ValidateFlag": "true",
// "NumberSearch": "true",
// "InterationFlags": "",
// "IsAutoSubmitAndAudit": "false",
// "Model": {
// "FID": 0,
// "FBillTypeID": {
// "FNUMBER": "FKDLX08"
// },
// "FDATE": "2020-06-24 00:00:00",
// "FCONTACTUNITTYPE": "BD_Supplier",
// "FCONTACTUNIT": {
// "FNumber": "GSGYS-0010"
// },
// "FRECTUNITTYPE": "BD_Supplier",
// "FRECTUNIT": {
// "FNumber": "GSGYS-0010"
// },
// "FDepartment": {
// "FNumber": "06.06"
// },
// "FISINIT": false,
// "FCURRENCYID": {
// "FNumber": "PRE001"
// },
// "FEXCHANGERATE": 1.0,
// "FSETTLERATE": 1.0,
// "FSETTLEORGID": {
// "FNumber": "1000"
// },
// "FDOCUMENTSTATUS": "Z",
// "FCancelStatus": "A",
// "FPAYORGID": {
// "FNumber": "1000"
// },
// "FISSAMEORG": true,
// "FIsCredit": false,
// "FSETTLECUR": {
// "FNUMBER": "PRE001"
// },
// "F_YeWuLine": {
// "FNUMBER": "CWCLYWX-009"
// },
// "FIsWriteOff": false,
// "FREALPAY": false,
// "F_ZHname": "无",
// "FORDate": "2017-04-01 00:00:00",
// "FISCARRYRATE": false,
// "FSETTLEMAINBOOKID": {
// "FNUMBER": "PRE001"
// },
// "FPAYBILLENTRY": [
// {
// "F_XM_ID": {
// "FNUMBER": " WLFX-3-TTTZ-19021"
// },
// "FCostType": {
// "FNUMBER": "CBLX0001"
// },
// "FCostModel": {
// "FNUMBER": "CBMS0001"
// },
// "F_KXType": {
// "FNUMBER": "009"
// },
// "FSETTLETYPEID": {
// "FNumber": "JSFS21_SYS"
// },
// "FPURPOSEID": {
// "FNumber": "SFKYT015"
// },
// "FPAYTOTALAMOUNTFOR": 99999.0,
// "FPAYAMOUNTFOR_E": 99999.0,
// "FSETTLEPAYAMOUNTFOR": 99999.0,
// "FREALPAYAMOUNTFOR_D": 99999.0,
// "FRecType": "1",
// "FPAYAMOUNT_E": 99999.0,
// "FPOSTDATE": "2020-06-24 00:00:00",
// "FPayType": "A",
// "FRuZhangType": "1"
// }
// ]
// }
// }';
// // $arr['FPAYAPPLYENTRY'][0]['FENDDATE']=$this->rs['applydt'].' 00:00:00';
// // $arr['FPAYAPPLYENTRY'][0]['FEXPECTPAYDATE']=$this->rs['applydt'].' 00:00:00';
// // $arr['FPAYAPPLYENTRY'][0]['FAPPLYAMOUNTFOR']=intval($amountOfThisPayment);
// // $arr['FPAYAPPLYENTRY'][0]['FEACHBANKACCOUNT']=$data['bank_code'];
// // $arr['FPAYAPPLYENTRY'][0]['FEACHCCOUNTNAME']=$data['bank_holder'];
// // $arr['FPAYAPPLYENTRY'][0]['FEACHBANKNAME']=$data['open_bank_name'];
// // $model=json_decode($data_model,true);
// // $model['Model']['F_PAEZ_Cbzx']['FNUMBER']=$cbxmid;
// // $model['Model']['FCREATORID']['FNUMBER']=$gonncode;
// // $model['Model']['FDATE']=$applydt;
// // $model['Model']['FCONTACTUNIT']['FNumber']=$suppliername;
// // $model['Model']['FRECTUNIT']['FNumber']=$suppliername;
// // $model['Model']['FPAYAPPLYENTRY']=$arr['FPAYAPPLYENTRY'];
// // $data_model=json_encode($model);
// $data = array(
// 'AP_PAYBILL',//业务对象标识FormId
// $data_model//具体Json字串
// );
// $post_content = self::create_postdata($data);
// $result = self::invoke_add($cloudUrl,$post_content,$cookie_jar);
// $array = json_decode($result,true);
// echo "<pre>";
// var_dump($array);
// if($array['Result']['ResponseStatus']['IsSuccess']){
// // $num=$array['Result']['Number'];
// // $this->update("`fbillno`='$num'", $this->rs['id']);
// var_dump($this->supplier_submit($cloudUrl,$cookie_jar,$array['Result']['Id'],$array['Result']['Number']));
// var_dump($this->supplier_audit($cloudUrl,$cookie_jar,$array['Result']['Id'],$array['Result']['Number']));
// }
// }
// public function supplier_submit($cloudUrl,$cookie_jar,$id,$number){
// $start_time = microtime(true);
// $data_model ="{
// 'CreateOrgId': 0,
// 'Numbers': [],
// 'Ids': $id,
// 'SelectedPostId': 0
// }";
// $data = array(
// 'CN_PAYAPPLY',//业务对象标识FormId
// $data_model//具体Json字串
// );
// $post_content = self::create_postdata($data);
// $result = self::invoke_submit($cloudUrl,$post_content,$cookie_jar);
// $array = json_decode($result,true);
// return $array;
// }
// public function supplier_audit($cloudUrl,$cookie_jar,$id,$number){
// $data_model ="{
// 'CreateOrgId': 0,
// 'Numbers': [],
// 'Ids': $id,
// 'InterationFlags': ''
// }";
// $data = array(
// 'CN_PAYAPPLY',//业务对象标识FormId
// $data_model//具体Json字串
// );
// $post_content = self::create_postdata($data);
// $result = self::invoke_audit($cloudUrl,$post_content,$cookie_jar);
// $array = json_decode($result,true);
// return $array;
// }
// //登陆
// static function invoke_login($cloudUrl,$post_content,$cookie_jar)
// {
// $loginurl = $cloudUrl.'Kingdee.BOS.WebApi.ServicesStub.AuthService.ValidateUser.common.kdsvc';
// return self::invoke_post($loginurl,$post_content,$cookie_jar,TRUE);
// }
// //查询
// static function invoke_save($cloudUrl,$post_content,$cookie_jar)
// {
// $invokeurl = $cloudUrl.'Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.View.common.kdsvc';
// return self::invoke_post($invokeurl,$post_content,$cookie_jar,FALSE);
// }
// //添加
// static function invoke_add($cloudUrl,$post_content,$cookie_jar)
// {
// $invokeurl = $cloudUrl.'Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.Save.common.kdsvc';
// return self::invoke_post($invokeurl,$post_content,$cookie_jar,FALSE);
// }
// //提交
// static function invoke_submit($cloudUrl,$post_content,$cookie_jar)
// {
// $invokeurl = $cloudUrl.'Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.Submit.common.kdsvc';
// return self::invoke_post($invokeurl,$post_content,$cookie_jar,FALSE);
// }
// //审核
// static function invoke_audit($cloudUrl,$post_content,$cookie_jar)
// {
// $invokeurl = $cloudUrl.'Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.Audit.common.kdsvc';
// return self::invoke_post($invokeurl,$post_content,$cookie_jar,FALSE);
// }
// static function invoke_post($url,$post_content,$cookie_jar,$isLogin)
// {
// $ch = curl_init($url);
// $this_header = array(
// 'Content-Type: application/json',
// 'Content-Length: '.strlen($post_content)
// );
// curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'POST');
// curl_setopt($ch, CURLOPT_HTTPHEADER, $this_header);
// curl_setopt($ch, CURLOPT_POSTFIELDS, $post_content);
// curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
// if($isLogin){
// curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie_jar);
// }
// else{
// curl_setopt($ch, CURLOPT_COOKIEFILE, $cookie_jar);
// }
// curl_setopt($ch, CURLOPT_TIMEOUT, 5);
// $result = curl_exec($ch);
// curl_close($ch);
// return $result;
// }
// static function getbxlx($name)
// {
// if($name=='现金'){
// return 'JSFS01_SYS';
// }else{
// return 'JSFS04_SYS';
// }
// }
// //构造Web API请求格式
// static function create_postdata($args) {
// $postdata = array(
// 'format'=>1,
// 'useragent'=>'ApiClient',
// 'rid'=>self::create_guid(),
// 'parameters'=>$args,
// 'timestamp'=>date('Y-m-d'),
// 'v'=>'1.0'
// );
// return json_encode($postdata);
// }
// //生成guid
// static function create_guid() {
// $charid = strtoupper(md5(uniqid(mt_rand(), true)));
// $hyphen = chr(45);// "-"
// $uuid = chr(123)// "{"
// .substr($charid, 0, 8).$hyphen
// .substr($charid, 8, 4).$hyphen
// .substr($charid,12, 4).$hyphen
// .substr($charid,16, 4).$hyphen
// .substr($charid,20,12)
// .chr(125);// "}"
// return $uuid;
// }
}
}
\ No newline at end of file
webmain/model/flow/fund_transferModel.php
浏览文件 @
223302ab
...
@@ -49,6 +49,7 @@ class flow_fund_transferClassModel extends flowModel
...
@@ -49,6 +49,7 @@ class flow_fund_transferClassModel extends flowModel
$name
=
$this
->
rs
[
'account'
];
//转出账户
$name
=
$this
->
rs
[
'account'
];
//转出账户
$data
=
m
(
'c_fund_account'
)
->
getone
(
"`name`='
$name
'"
);
$data
=
m
(
'c_fund_account'
)
->
getone
(
"`name`='
$name
'"
);
var_dump
(
$data
);
//转出账户扣钱
//转出账户扣钱
$zfarr
=
array
(
$zfarr
=
array
(
'account_balance'
=>
$data
[
'account_balance'
]
-
$this
->
rs
[
'trans_amount'
],
'account_balance'
=>
$data
[
'account_balance'
]
-
$this
->
rs
[
'trans_amount'
],
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论