init
Showing
1 changed file
with
5 additions
and
3 deletions
| ... | @@ -17,9 +17,11 @@ | ... | @@ -17,9 +17,11 @@ |
| 17 | <!-- <button class="btn btn-primary radius">预览信用报告</button>--> | 17 | <!-- <button class="btn btn-primary radius">预览信用报告</button>--> |
| 18 | </span> | 18 | </span> |
| 19 | </div> | 19 | </div> |
| 20 | 20 | <?php if($applyOrderVO->status == 4): ?> | |
| 21 | <?php $this->load->view('work/审批/信用报告'); ?> | 21 | <?php $this->load->view('work/审批/信用报告'); ?> |
| 22 | 22 | <?php else:?> | |
| 23 | <?php $this->load->view('work/审批/意见'); ?> | ||
| 24 | <?php endif;?> | ||
| 23 | <div class="row cl pb-20 col-sm-12"> | 25 | <div class="row cl pb-20 col-sm-12"> |
| 24 | <div class="col-sm-offset-3 col-sm-2"> | 26 | <div class="col-sm-offset-3 col-sm-2"> |
| 25 | <button class="btn btn-warning btn-block">退回订单</button> | 27 | <button class="btn btn-warning btn-block">退回订单</button> | ... | ... |
-
Please register or sign in to post a comment