4dd01b96 by yangjianbin

init

1 parent 0885697e
...@@ -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 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!