bc1a381a by yangjianbin

init

1 parent 9658e0c0
......@@ -19,7 +19,8 @@ class User extends CI_Controller {
'clientInfoOutputVO'=>$data->clientInfoOutputVO,
'clientUnitOutputVO'=>$data->clientUnitOutputVO,
'clientContactOutputVOS'=>$data->clientContactOutputVOS,
'applyOrderVO'=>$data->applyOrderVO
'applyOrderVO'=>$data->applyOrderVO,
'id'=>$data->applyOrderVo->id
);
switch ($state) {
case '1':
......
......@@ -62,7 +62,6 @@
columns: [
{
data: "id", render: function (data, type, full) {
var url = "<?=site_url('/user/info')?>";
url += '/' + data;
return '<span class="dropDown dropDown_hover">\
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!