init
Showing
1 changed file
with
4 additions
and
1 deletions
| ... | @@ -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 | } | ... | ... |
-
Please register or sign in to post a comment