7d4cdd5e by yangjianbin

init

1 parent 366b7277
......@@ -107,7 +107,10 @@ class Work extends CI_Controller
print_r($ret);exit;
// var_dump($ret);exit;
$data = array(
'detail'=>$ret
'clientInfoOutputVO'=>$ret->clientInfoOutputVO,
'clientUnitOutputVO'=>$ret->clientUnitOutputVO,
'clientContactOutputVOS'=>$ret->clientContactOutputVOS,
'applyOrderVO'=>$ret->applyOrderVO
);
$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!