|
@@ -108,6 +108,7 @@
|
|
|
<option value="2" <?php if($_GET['add_type'] == '2'){ echo 'selected';}?>>后台手动预存</option>
|
|
|
<option value="3" <?php if($_GET['add_type'] == '3'){ echo 'selected';}?>>后台手动调款</option>
|
|
|
<option value="4" <?php if($_GET['add_type'] == '4'){ echo 'selected';}?>>余额找平</option>
|
|
|
+ <option value="5" <?php if($_GET['add_type'] == '5'){ echo 'selected';}?>>平台转款</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<th><label for="is_bank">转款类型</label></th>
|
|
@@ -177,9 +178,9 @@
|
|
|
<th>申请编号</th>
|
|
|
<th>机构名称</th>
|
|
|
<th>申请金额</th>
|
|
|
- <th class="align-center">转账银行开户人姓名</th>
|
|
|
- <th class="align-center">转账银行名称</th>
|
|
|
- <th class="align-center">收款银行</th>
|
|
|
+ <th class="align-left">转账银行开户人姓名</th>
|
|
|
+ <th class="align-left">转账银行名称</th>
|
|
|
+ <th class="align-left">收款银行</th>
|
|
|
<th>申请后可用金额</th>
|
|
|
<th class="align-center">是否银行转账</th>
|
|
|
<th class="align-center">申请状态</th>
|
|
@@ -187,7 +188,7 @@
|
|
|
<th class="align-center">申请日期</th>
|
|
|
<th class="align-center">审核日期</th>
|
|
|
<th class="align-center">审核管理员</th>
|
|
|
- <th class="align-center">备注信息</th>
|
|
|
+ <th class="align-left">备注信息</th>
|
|
|
<th class="align-center">预存方式</th>
|
|
|
<th class="align-center">操作</th>
|
|
|
</tr>
|