431441cc by yangjianbin

init

1 parent 86e94e9f
...@@ -231,6 +231,7 @@ class Work extends CI_Controller ...@@ -231,6 +231,7 @@ class Work extends CI_Controller
231 if($ret->applyOrderVO->status == 4){ 231 if($ret->applyOrderVO->status == 4){
232 $this->load->view('work/审批/录入信用报告', $data); 232 $this->load->view('work/审批/录入信用报告', $data);
233 } else{ 233 } else{
234 var_dump($ret->applyOrderVO->status);
234 $this->load->view('work/审批/意见', $data); 235 $this->load->view('work/审批/意见', $data);
235 } 236 }
236 break; 237 break;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!