init
Showing
1 changed file
with
12 additions
and
0 deletions
| ... | @@ -23,6 +23,18 @@ | ... | @@ -23,6 +23,18 @@ |
| 23 | 23 | ||
| 24 | </div> | 24 | </div> |
| 25 | 25 | ||
| 26 | <div class="row cl pb-20 col-sm-12"> | ||
| 27 | <div class="col-sm-offset-3 col-sm-2"> | ||
| 28 | <button class="btn btn-warning btn-block">退回订单</button> | ||
| 29 | </div> | ||
| 30 | <div class="col-sm-2"> | ||
| 31 | <button class="btn btn-danger btn-block" onclick="research()">再次发起尽调</button> | ||
| 32 | </div> | ||
| 33 | <div class="col-sm-2"> | ||
| 34 | <button class="btn btn-primary btn-block" onclick="approval()">确认</button> | ||
| 35 | </div> | ||
| 36 | </div> | ||
| 37 | |||
| 26 | <?php $this->load->view('common/footer'); ?> | 38 | <?php $this->load->view('common/footer'); ?> |
| 27 | 39 | ||
| 28 | <script> | 40 | <script> | ... | ... |
-
Please register or sign in to post a comment