21f3c7fa by yangjianbin

init

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