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

oa付款单

上级 fe929726
......@@ -333,7 +333,7 @@ class flow_finfybxClassModel extends flowModel
'fbillno_type'=>1,
);
m('log_erp')->insert($erp_log);
m('erplog')->insert($erp_log);
if($this->supplier_submit($cloudUrl,$cookie_jar,$array['Result']['Id'],$array['Result']['Number'])){
$erp_log=array(
......@@ -347,7 +347,7 @@ class flow_finfybxClassModel extends flowModel
'fbillnoid'=>$array['Result']['Id'],
'fbillno_type'=>2,
);
m('log_erp')->insert($erp_log);
m('erplog')->insert($erp_log);
}else{
$erp_log=array(
'sericnum'=> $this->rs['docnum'],
......@@ -361,7 +361,7 @@ class flow_finfybxClassModel extends flowModel
'fbillno_type'=>2,
);
m('log_erp')->insert($erp_log);
m('erplog')->insert($erp_log);
}
if($this->supplier_audit($cloudUrl,$cookie_jar,$array['Result']['Id'],$array['Result']['Number'])){
$erp_log=array(
......@@ -376,7 +376,7 @@ class flow_finfybxClassModel extends flowModel
'fbillno_type'=>3,
);
m('log_erp')->insert($erp_log);
m('erplog')->insert($erp_log);
}else{
$erp_log=array(
'sericnum'=> $this->rs['docnum'],
......@@ -390,7 +390,7 @@ class flow_finfybxClassModel extends flowModel
'fbillno_type'=>3,
);
m('log_erp')->insert($erp_log);
m('erplog')->insert($erp_log);
}
......@@ -407,7 +407,7 @@ class flow_finfybxClassModel extends flowModel
'fbillno_type'=>1,
);
m('log_erp')->insert($erp_log);
m('erplog')->insert($erp_log);
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论