7d4cdd5e by yangjianbin

init

1 parent 366b7277
...@@ -107,7 +107,10 @@ class Work extends CI_Controller ...@@ -107,7 +107,10 @@ class Work extends CI_Controller
107 print_r($ret);exit; 107 print_r($ret);exit;
108 // var_dump($ret);exit; 108 // var_dump($ret);exit;
109 $data = array( 109 $data = array(
110 'detail'=>$ret 110 'clientInfoOutputVO'=>$ret->clientInfoOutputVO,
111 'clientUnitOutputVO'=>$ret->clientUnitOutputVO,
112 'clientContactOutputVOS'=>$ret->clientContactOutputVOS,
113 'applyOrderVO'=>$ret->applyOrderVO
111 ); 114 );
112 $this->load->view('work/订单详情', $data); 115 $this->load->view('work/订单详情', $data);
113 } 116 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!