|
@@ -81,10 +81,11 @@ defined('InShopNC') or exit('Access Invalid!'); ?>
|
|
|
<th class="align-left" style="text-align: left">机构账号</th>
|
|
|
<th class="align-center">会员ID</th>
|
|
|
<th class="align-left">机构公司名称</th>
|
|
|
- <th class="align-right">含充值中余额</th>
|
|
|
- <th class="align-right">不含充值中余额</th>
|
|
|
- <th class="align-right">授信额度</th>
|
|
|
+ <th class="align-right">所剩余额</th>
|
|
|
<th class="align-right">充值中金额</th>
|
|
|
+ <th class="align-right">授信额度</th>
|
|
|
+
|
|
|
+ <th class="align-right">欠款金额</th>
|
|
|
<th class="align-right">充值中可能成功金额</th>
|
|
|
|
|
|
<th class="align-right">预警余额</th>
|
|
@@ -120,10 +121,12 @@ defined('InShopNC') or exit('Access Invalid!'); ?>
|
|
|
<?php echo $v['available_predeposit']; ?>
|
|
|
</span>
|
|
|
</td>
|
|
|
- <td class="align-right"><?php echo number_format($v['debt']['debt'],2,'.',''); ?></td>
|
|
|
- <td class="align-right"><?php echo $v['credit_bonus']; ?></td>
|
|
|
<td class="align-right"><?php echo $v['debt']['send_amounts']; ?></td>
|
|
|
+ <td class="align-right"><?php echo $v['credit_bonus']; ?></td>
|
|
|
+
|
|
|
+ <td class="align-right"><?php echo -1 * number_format($v['debt']['debt'],2,'.',''); ?></td>
|
|
|
<td class="align-right"><?php echo $v['debt']['lack_amounts']; ?></td>
|
|
|
+
|
|
|
<td class="align-right"><?php echo $v['alarm_amount']; ?></td>
|
|
|
<td class="align-center">
|
|
|
<?php if ($v['merchant_state'] == 1) { ?>
|