审批header
Showing
4 changed files
with
32 additions
and
2 deletions
| 1 | <?php $this->load->view('common/header'); ?> | 1 | <?php $this->load->view('common/header'); ?> |
| 2 | 2 | ||
| 3 | <body> | 3 | <body> |
| 4 | <div class="cl pd-5 bg-1"> | 4 | <div class="cl pd-5 bg-1"> |
| 5 | <span class="l"> | ||
| 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/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/9/'.$id)?>', '受理意见');">受理意见</button> | ||
| 10 | </span> | ||
| 5 | <span class="r"> | 11 | <span class="r"> |
| 6 | <!-- <button class="btn btn-primary radius">保存</button>--> | 12 | <!-- <button class="btn btn-primary radius">保存</button>--> |
| 7 | <!-- <button class="btn btn-primary radius">预览信用报告</button>--> | 13 | <!-- <button class="btn btn-primary radius">预览信用报告</button>--> |
| 8 | </span> | 14 | </span> |
| 9 | </div> | 15 | </div> |
| 10 | 16 | ||
| 11 | <?php $this->load->view('work/审批/信用报告'); ?> | 17 | <?php $this->load->view('work/审批/信用报告'); ?> |
| 12 | 18 | ... | ... |
| 1 | <?php $this->load->view('common/header'); ?> | 1 | <?php $this->load->view('common/header'); ?> |
| 2 | 2 | ||
| 3 | <body> | 3 | <body> |
| 4 | <div class="cl pd-5 bg-1"> | ||
| 5 | <span class="l"> | ||
| 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/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/9/'.$id)?>', '受理意见');">受理意见</button> | ||
| 10 | </span> | ||
| 11 | </div> | ||
| 12 | |||
| 4 | <div class="panel panel-default mb-20"> | 13 | <div class="panel panel-default mb-20"> |
| 5 | <div class="panel-header">审核意见</div> | 14 | <div class="panel-header">审核意见</div> |
| 6 | <div class="panel-body"> | 15 | <div class="panel-body"> | ... | ... |
| 1 | <?php $this->load->view('common/header'); ?> | 1 | <?php $this->load->view('common/header'); ?> |
| 2 | 2 | ||
| 3 | <body> | 3 | <body> |
| 4 | <div class="cl pd-5 bg-1"> | ||
| 5 | <span class="l"> | ||
| 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/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/9/'.$id)?>', '受理意见');">受理意见</button> | ||
| 10 | </span> | ||
| 11 | </div> | ||
| 12 | |||
| 4 | <div id="tab" class="HuiTab"> | 13 | <div id="tab" class="HuiTab"> |
| 5 | <div class="tabBar clearfix" style="background-color:#e8e8e8"> | 14 | <div class="tabBar clearfix" style="background-color:#e8e8e8"> |
| 6 | <span>电核结构</span> | 15 | <span>电核结构</span> | ... | ... |
| ... | @@ -2,6 +2,12 @@ | ... | @@ -2,6 +2,12 @@ |
| 2 | 2 | ||
| 3 | <body> | 3 | <body> |
| 4 | <div class="cl pd-5 bg-1"> | 4 | <div class="cl pd-5 bg-1"> |
| 5 | <span class="l"> | ||
| 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/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/9/'.$id)?>', '受理意见');">受理意见</button> | ||
| 10 | </span> | ||
| 5 | <span class="r"> | 11 | <span class="r"> |
| 6 | <button class="btn btn-primary radius">保存</button> | 12 | <button class="btn btn-primary radius">保存</button> |
| 7 | </span> | 13 | </span> | ... | ... |
-
Please register or sign in to post a comment