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