init
Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -342,7 +342,8 @@ class Work extends CI_Controller | ... | @@ -342,7 +342,8 @@ class Work extends CI_Controller |
| 342 | 'clientUnitOutputVO' => $ret->clientUnitOutputVO, | 342 | 'clientUnitOutputVO' => $ret->clientUnitOutputVO, |
| 343 | 'clientContactOutputVOS' => $ret->clientContactOutputVOS, | 343 | 'clientContactOutputVOS' => $ret->clientContactOutputVOS, |
| 344 | 'applyOrderVO' => $ret->orderVO, | 344 | 'applyOrderVO' => $ret->orderVO, |
| 345 | 'plan'=>$ret2 | 345 | 'plan'=>$ret2, |
| 346 | 'id'=>$id | ||
| 346 | ); | 347 | ); |
| 347 | $this->load->view('work/资料/资料移交', $data); | 348 | $this->load->view('work/资料/资料移交', $data); |
| 348 | } | 349 | } | ... | ... |
-
Please register or sign in to post a comment