init
Showing
2 changed files
with
19 additions
and
18 deletions
| ... | @@ -181,7 +181,8 @@ class Work extends CI_Controller | ... | @@ -181,7 +181,8 @@ class Work extends CI_Controller |
| 181 | 'clientInfoOutputVO'=>$ret->clientInfoOutputVO, | 181 | 'clientInfoOutputVO'=>$ret->clientInfoOutputVO, |
| 182 | 'clientUnitOutputVO'=>$ret->clientUnitOutputVO, | 182 | 'clientUnitOutputVO'=>$ret->clientUnitOutputVO, |
| 183 | 'clientContactOutputVOS'=>$ret->clientContactOutputVOS, | 183 | 'clientContactOutputVOS'=>$ret->clientContactOutputVOS, |
| 184 | 'applyOrderVO'=>$ret->applyOrderVO | 184 | 'applyOrderVO'=>$ret->applyOrderVO, |
| 185 | 'id'=>$id | ||
| 185 | ); | 186 | ); |
| 186 | 187 | ||
| 187 | switch ($state) { | 188 | switch ($state) { | ... | ... |
| 1 | <div class="cl pd-5 bg-1"> | 1 | <div class="cl pd-5 bg-1"> |
| 2 | <!--<span class="l"> | 2 | <!--<span class="l"> |
| 3 | <button class="btn btn-primary radius" onclick="loadIframe('<?/*=site_url('/work/check/1');*/?>', '审批订单');"> | 3 | <button class="btn btn-primary radius" onclick="loadIframe('<? /*=site_url('/work/check/1');*/ ?>', '审批订单');"> |
| 4 | <i class="Hui-iconfont"></i> 资料清单 | 4 | <i class="Hui-iconfont"></i> 资料清单 |
| 5 | </button> | 5 | </button> |
| 6 | <button class="btn btn-primary radius" onclick="loadIframe('<?/*=site_url('/work/check/2');*/?>', '审批订单');"> | 6 | <button class="btn btn-primary radius" onclick="loadIframe('<? /*=site_url('/work/check/2');*/ ?>', '审批订单');"> |
| 7 | <i class="Hui-iconfont"></i> 基本信息 | 7 | <i class="Hui-iconfont"></i> 基本信息 |
| 8 | </button> | 8 | </button> |
| 9 | <button class="btn btn-primary radius" onclick="loadIframe('<?/*=site_url('/work/check/3');*/?>', '审批订单');"> | 9 | <button class="btn btn-primary radius" onclick="loadIframe('<? /*=site_url('/work/check/3');*/ ?>', '审批订单');"> |
| 10 | <i class="Hui-iconfont"></i> 人脉圈 | 10 | <i class="Hui-iconfont"></i> 人脉圈 |
| 11 | </button> | 11 | </button> |
| 12 | <button class="btn btn-primary radius" onclick="loadIframe('<?/*=site_url('/work/check/4');*/?>', '审批订单');"> | 12 | <button class="btn btn-primary radius" onclick="loadIframe('<? /*=site_url('/work/check/4');*/ ?>', '审批订单');"> |
| 13 | <i class="Hui-iconfont"></i> 风险识别 | 13 | <i class="Hui-iconfont"></i> 风险识别 |
| 14 | </button> | 14 | </button> |
| 15 | <button class="btn btn-primary radius" onclick="loadIframe('<?/*=site_url('/work/check/5');*/?>', '审批订单');"> | 15 | <button class="btn btn-primary radius" onclick="loadIframe('<? /*=site_url('/work/check/5');*/ ?>', '审批订单');"> |
| 16 | <i class="Hui-iconfont"></i> 交易记录 | 16 | <i class="Hui-iconfont"></i> 交易记录 |
| 17 | </button> | 17 | </button> |
| 18 | </span>--> | 18 | </span>--> |
| 19 | <span class="r"> | 19 | <span class="r"> |
| 20 | <button class="btn btn-warning radius" onclick="loadIframe('<?=site_url('/work/check/6');?>', '审核意见');"> | 20 | <button class="btn btn-warning radius" onclick="loadIframe('<?= site_url('/work/check/6/' . $id); ?>', '审核意见');"> |
| 21 | <i class="Hui-iconfont"></i> 审批意见 | 21 | <i class="Hui-iconfont"></i> 审批意见 |
| 22 | </button> | 22 | </button> |
| 23 | </span> | 23 | </span> |
| ... | @@ -26,17 +26,17 @@ | ... | @@ -26,17 +26,17 @@ |
| 26 | <div class="cl pd-5"> | 26 | <div class="cl pd-5"> |
| 27 | <table class="table table-border table-bg"> | 27 | <table class="table table-border table-bg"> |
| 28 | <tbody class="text-c"> | 28 | <tbody class="text-c"> |
| 29 | <tr> | 29 | <tr> |
| 30 | <td><i class="Hui-iconfont"></i> 王小赞</td> | 30 | <td><i class="Hui-iconfont"></i> 王小赞</td> |
| 31 | <td>女</td> | 31 | <td>女</td> |
| 32 | <td>20岁</td> | 32 | <td>20岁</td> |
| 33 | <td>博士</td> | 33 | <td>博士</td> |
| 34 | <td>已婚</td> | 34 | <td>已婚</td> |
| 35 | <td>无子女</td> | 35 | <td>无子女</td> |
| 36 | <td><i class="Hui-iconfont"></i> 333333333333333333</td> | 36 | <td><i class="Hui-iconfont"></i> 333333333333333333</td> |
| 37 | <td><i class="Hui-iconfont"></i> ¥3000.00</td> | 37 | <td><i class="Hui-iconfont"></i> ¥3000.00</td> |
| 38 | <td>14天</td> | 38 | <td>14天</td> |
| 39 | </tr> | 39 | </tr> |
| 40 | </tbody> | 40 | </tbody> |
| 41 | </table> | 41 | </table> |
| 42 | </div> | 42 | </div> | ... | ... |
-
Please register or sign in to post a comment