21f3c7fa by yangjianbin

init

1 parent 4b94408c
...@@ -312,7 +312,8 @@ class Work extends CI_Controller ...@@ -312,7 +312,8 @@ class Work extends CI_Controller
312 'clientUnitOutputVO' => $ret->clientUnitOutputVO, 312 'clientUnitOutputVO' => $ret->clientUnitOutputVO,
313 'clientContactOutputVOS' => $ret->clientContactOutputVOS, 313 'clientContactOutputVOS' => $ret->clientContactOutputVOS,
314 'applyOrderVO' => $ret->orderVO, 314 'applyOrderVO' => $ret->orderVO,
315 'plan'=>$ret2 315 'plan'=>$ret2,
316 'id'=>$id
316 ); 317 );
317 $this->load->view('work/客户确认/客户确认', $data); 318 $this->load->view('work/客户确认/客户确认', $data);
318 } 319 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!