06eb2ce4 by yangjianbin

init

1 parent e0d28858
...@@ -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>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!