init
Showing
2 changed files
with
6 additions
and
0 deletions
| ... | @@ -228,7 +228,11 @@ class Work extends CI_Controller | ... | @@ -228,7 +228,11 @@ class Work extends CI_Controller |
| 228 | $this->load->view('work/审批/交易记录', $data); | 228 | $this->load->view('work/审批/交易记录', $data); |
| 229 | break; | 229 | break; |
| 230 | case 6: | 230 | case 6: |
| 231 | if($ret->applyOrderVO->status == 4){ | ||
| 231 | $this->load->view('work/审批/录入信用报告', $data); | 232 | $this->load->view('work/审批/录入信用报告', $data); |
| 233 | } else{ | ||
| 234 | $this->load->view('work/审批/意见', $data); | ||
| 235 | } | ||
| 232 | break; | 236 | break; |
| 233 | case 7: | 237 | case 7: |
| 234 | $this->load->view('work/审批/网查筛选', $data); | 238 | $this->load->view('work/审批/网查筛选', $data); | ... | ... |
| ... | @@ -3,9 +3,11 @@ | ... | @@ -3,9 +3,11 @@ |
| 3 | <body> | 3 | <body> |
| 4 | <div class="cl pd-5 bg-1"> | 4 | <div class="cl pd-5 bg-1"> |
| 5 | <span class="l"> | 5 | <span class="l"> |
| 6 | <?php if($applyOrderVO->status == 4): ?> | ||
| 6 | <button class="btn btn-primary radius" onclick="loadIframe('<?=site_url('work/check/6/'.$id)?>', '录入信用报告');">录入信用报告</button> | 7 | <button class="btn btn-primary radius" onclick="loadIframe('<?=site_url('work/check/6/'.$id)?>', '录入信用报告');">录入信用报告</button> |
| 7 | <button class="btn btn-primary radius" onclick="loadIframe('<?=site_url('work/check/7/'.$id)?>', '网查筛查');">网查筛查</button> | 8 | <button class="btn btn-primary radius" onclick="loadIframe('<?=site_url('work/check/7/'.$id)?>', '网查筛查');">网查筛查</button> |
| 8 | <button class="btn btn-primary radius" onclick="loadIframe('<?=site_url('work/check/8/'.$id)?>', '电核');">电核</button> | 9 | <button class="btn btn-primary radius" onclick="loadIframe('<?=site_url('work/check/8/'.$id)?>', '电核');">电核</button> |
| 10 | <?php endif;?> | ||
| 9 | <button class="btn btn-primary radius" onclick="loadIframe('<?=site_url('work/check/9/'.$id)?>', '受理意见');">受理意见</button> | 11 | <button class="btn btn-primary radius" onclick="loadIframe('<?=site_url('work/check/9/'.$id)?>', '受理意见');">受理意见</button> |
| 10 | </span> | 12 | </span> |
| 11 | </div> | 13 | </div> | ... | ... |
-
Please register or sign in to post a comment