06eb2ce4 by yangjianbin

init

1 parent e0d28858
......@@ -17,9 +17,11 @@
<!-- <button class="btn btn-primary radius">预览信用报告</button>-->
</span>
</div>
<?php $this->load->view('work/审批/信用报告'); ?>
<?php if($applyOrderVO->status == 4): ?>
<?php $this->load->view('work/审批/信用报告'); ?>
<?php else:?>
<?php $this->load->view('work/审批/意见'); ?>
<?php endif;?>
<div class="row cl pb-20 col-sm-12">
<div class="col-sm-offset-3 col-sm-2">
<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!