bc1a381a by yangjianbin

init

1 parent 9658e0c0
...@@ -19,7 +19,8 @@ class User extends CI_Controller { ...@@ -19,7 +19,8 @@ class User extends CI_Controller {
19 'clientInfoOutputVO'=>$data->clientInfoOutputVO, 19 'clientInfoOutputVO'=>$data->clientInfoOutputVO,
20 'clientUnitOutputVO'=>$data->clientUnitOutputVO, 20 'clientUnitOutputVO'=>$data->clientUnitOutputVO,
21 'clientContactOutputVOS'=>$data->clientContactOutputVOS, 21 'clientContactOutputVOS'=>$data->clientContactOutputVOS,
22 'applyOrderVO'=>$data->applyOrderVO 22 'applyOrderVO'=>$data->applyOrderVO,
23 'id'=>$data->applyOrderVo->id
23 ); 24 );
24 switch ($state) { 25 switch ($state) {
25 case '1': 26 case '1':
......
...@@ -62,7 +62,6 @@ ...@@ -62,7 +62,6 @@
62 columns: [ 62 columns: [
63 { 63 {
64 data: "id", render: function (data, type, full) { 64 data: "id", render: function (data, type, full) {
65
66 var url = "<?=site_url('/user/info')?>"; 65 var url = "<?=site_url('/user/info')?>";
67 url += '/' + data; 66 url += '/' + data;
68 return '<span class="dropDown dropDown_hover">\ 67 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!