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