提交 95603d42 authored 作者: fengzy's avatar fengzy

oa付款单

上级 8a2c6aac
...@@ -9,45 +9,6 @@ class flow_oafkClassModel extends flowModel ...@@ -9,45 +9,6 @@ class flow_oafkClassModel extends flowModel
return $rs; return $rs;
} }
// array(4) {
// [0]=>
// array(3) {
// ["num"]=>
// string(1) "1"
// ["name"]=>
// string(6) "李壮"
// ["value"]=>
// string(3) "730"
// }
// [1]=>
// array(3) {
// ["num"]=>
// string(1) "1"
// ["name"]=>
// string(6) "李森"
// ["value"]=>
// string(3) "731"
// }
// [2]=>
// array(3) {
// ["num"]=>
// string(1) "1"
// ["name"]=>
// string(6) "韦舵"
// ["value"]=>
// string(3) "734"
// }
// [3]=>
// array(3) {
// ["num"]=>
// string(1) "1"
// ["name"]=>
// string(9) "王影影"
// ["value"]=>
// string(4) "1039"
// }
// }
//二级 或一级审批同意之后进行预扣款 //二级 或一级审批同意之后进行预扣款
protected function flowcheckbefore($zt, $sm){ protected function flowcheckbefore($zt, $sm){
...@@ -66,11 +27,8 @@ class flow_oafkClassModel extends flowModel ...@@ -66,11 +27,8 @@ class flow_oafkClassModel extends flowModel
//zt 1代表同意 //zt 1代表同意
if($zt==1){ if($zt==1){
$flowid=$this->getflow(); $flowid=$this->getflow();
var_dump($flowid);die; if($flowid['nowcheckid']==$allcheckid){
if($flowid['nowcheckname']==$num){
$data = m('c_fund_details_fk')->getall('mid='.$this->rs['id'], 'id,cbzx_code,charge_amount'); $data = m('c_fund_details_fk')->getall('mid='.$this->rs['id'], 'id,cbzx_code,charge_amount');
foreach ($data as $key => $vo) { foreach ($data as $key => $vo) {
$cbzx_code=$vo['cbzx_code']; $cbzx_code=$vo['cbzx_code'];
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论