fxtx.html 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. {template 'public/header'}
  2. {template 'public/comhead'}
  3. <link rel="stylesheet" type="text/css" href="../addons/zh_tcwq/template/public/ygcsslist.css">
  4. <style type="text/css">
  5. .yg5_key>div{float: left;line-height: 34px;}
  6. .store_td1{height: 45px;}
  7. .store_list_img{width: 60px;height: 60px;}
  8. .yg5_tabel{border-color: #e5e5e5;outline: 1px solid #e5e5e5;text-align: center;}
  9. .yg5_tr2>td{padding: 15px;border: 1px solid #e5e5e5;}
  10. .yg5_tr1>td{
  11. border: 1px solid #e5e5e5;
  12. background-color: #FAFAFA;
  13. font-weight: bold;
  14. }
  15. .yg5_btn{background-color: #EEEEEE;color: #333;border: 1px solid #E4E4E4;border-radius: 6px;width: 100px;height: 34px;}
  16. .check_img{width: 45px;height: 45px;}
  17. .ygrow{margin-top: 20px;}
  18. /*#frame-9{display: block;visibility: visible;}*/
  19. </style>
  20. <ul class="nav nav-tabs">
  21. <span class="ygxian"></span>
  22. <div class="ygdangq">当前位置:</div>
  23. <li {if $type=='wait'} class="active" {/if}><a href="{php echo $this->createWebUrl('fxtx',array('type'=>wait,'state'=>1));}">待提现</a></li>
  24. <li {if $type=='now'} class="active" {/if}><a href="{php echo $this->createWebUrl('fxtx',array('type'=>now,'state'=>2));}">提现通过</a></li>
  25. <li {if $type=='delivery'} class="active" {/if}><a href="{php echo $this->createWebUrl('fxtx',array('type'=>delivery,'state'=>3));}">提现拒绝</a></li>
  26. <li {if $type=='all'} class="active" {/if}><a href="{php echo $this->createWebUrl('fxtx',array('type'=>all));}">全部</a></li>
  27. </ul>
  28. <div class="row ygrow">
  29. <div class="col-lg-12">
  30. <form action="" method="POST" class="col-md-6">
  31. <div class="input-group" style="width: 300px">
  32. <input type="text" name="keywords" class="form-control" value="{$_GPC['keywords']}" placeholder="请输入用户名称">
  33. <span class="input-group-btn">
  34. <input type="submit" class="btn btn-default" name="submit" value="查找"/>
  35. </span>
  36. </div>
  37. <input type="hidden" name="token" value="{$_W['token']}"/>
  38. </form>
  39. </div><!-- /.col-lg-6 -->
  40. </div>
  41. <div class="main">
  42. <div class="panel panel-default">
  43. <div class="panel-heading">
  44. 审核管理
  45. </div>
  46. <div class="panel-body" style="padding: 0px 15px;">
  47. <div class="row">
  48. <table class="yg5_tabel col-md-12">
  49. <tr class="yg5_tr1">
  50. <td class="store_td1">用户姓名</td>
  51. <td>提现金额</td>
  52. <td>实际金额</td>
  53. <td>提现方式</td>
  54. <td>提现账号</td>
  55. <td>申请时间</td>
  56. <td>审核状态</td>
  57. <td>操作</td>
  58. </tr>
  59. {loop $list $key $item}
  60. <tr class="yg5_tr2">
  61. <td class="store_td1">{$item['user_name']}</td>
  62. <td>{$item['tx_cost']}</td>
  63. <td>{$item['sj_cost']}</td>
  64. {if $item['type']==1}
  65. <td>
  66. 支付宝
  67. </td>
  68. {elseif $item['type']==2}
  69. <td>
  70. 微信
  71. </td>
  72. {elseif $item['type']==3}
  73. <td>
  74. 银联
  75. </td>
  76. {/if}
  77. <td>{$item['account']}<br>{$item['bank']}</td>
  78. <td>{php echo date("Y-m-d H:i:s",$item['time'])}</td>
  79. {if $item['state']==1}
  80. <td >
  81. <span class="label label-warning">待审核</span>
  82. </td >
  83. {elseif $item['state']==2}
  84. <td >
  85. <span class="label label-success">已提现</span>
  86. </td>
  87. {elseif $item['state']==3}
  88. <td >
  89. <span class="label label-primary">已拒绝</span>
  90. </td>
  91. {/if}
  92. <td>
  93. {if $item['state']==1}
  94. {if $item['type']==2}
  95. <a class="btn storesuccess btn-xs" href="{php echo $this->createWebUrl('fxtx',array('id'=>$item['id'],'op'=>'adopt2'))}" >打款通过</a>
  96. {/if}
  97. <a class="btn storeinfo btn-xs" href="{php echo $this->createWebUrl('fxtx',array('id'=>$item['id'],'op'=>'adopt'))}" >通过</a>
  98. <a class="btn storewarning btn-xs" href="{php echo $this->createWebUrl('fxtx', array('id' => $item['id'],'op'=>'reject'))}" title="拒绝">拒绝</a>
  99. {/if}
  100. <a href="{php echo $this->createWebUrl('fxtx', array('id' => $item['id'],'op'=>'delete'))}" class="storespan btn btn-xs" onclick="return confirm('确认删除吗?');return false;">
  101. <span class="fa fa-trash-o"></span>
  102. <span class="bianji">删除
  103. <span class="arrowdown"></span>
  104. </span>
  105. </a>
  106. <!-- <a class="btn btn-danger btn-xs" href="{php echo $this->createWebUrl('fxtx', array('id' => $item['id'],'op'=>'delete'))}" onclick="return confirm('确认删除吗?');return false;" title="删除">删</a> -->
  107. </td>
  108. </td>
  109. </tr>
  110. {/loop}
  111. {if empty($list)}
  112. <tr class="yg5_tr2">
  113. <td colspan="9">
  114. 暂无提现信息
  115. </td>
  116. </tr>
  117. {/if}
  118. </table>
  119. </div>
  120. </div>
  121. </div>
  122. </div>
  123. <div class="text-right we7-margin-top">
  124. {$pager}
  125. </div>
  126. <script type="text/javascript">
  127. $(function(){
  128. // $("#frame-9").addClass("in");
  129. $("#frame-19").show();
  130. $("#yframe-19").addClass("wyactive");
  131. })
  132. </script>
  133. {template 'common/footer'}