|
|
|
@ -80,6 +80,19 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xs-4" ng-if="detail.AlipayOnlineDetail">
|
|
|
|
|
<div class="info-box" style="background: lightcyan">
|
|
|
|
|
<div class="info-box-icon" style=" background: bottom;">
|
|
|
|
|
<img uib-tooltip="AliOnline" src="/static/images/alipay_online.png">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="info-box-content">
|
|
|
|
|
<h5>Transaction: ${{detail.AlipayOnlineDetail.total_amount}}</h5>
|
|
|
|
|
<h5>Commission: ${{detail.AlipayOnlineDetail.total_prize}}</h5>
|
|
|
|
|
<h5>Send: ${{detail.AlipayOnlineDetail.send_prize}}</h5>
|
|
|
|
|
<h5>Fund: ${{detail.AlipayOnlineDetail.total_donation}}</h5>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xs-4" ng-if="detail.BestpayDetail">
|
|
|
|
|
<div class="info-box" style="background: lightcyan">
|
|
|
|
|
<div class="info-box-icon" style=" background: bottom;">
|
|
|
|
@ -93,6 +106,32 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xs-4" ng-if="detail.jdDetail">
|
|
|
|
|
<div class="info-box" style="background: lightcyan">
|
|
|
|
|
<div class="info-box-icon" style=" background: bottom;">
|
|
|
|
|
<img uib-tooltip="JD" src="/static/images/jd_sign_lg.png">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="info-box-content">
|
|
|
|
|
<h5>Transaction: ${{detail.jdDetail.total_amount}}</h5>
|
|
|
|
|
<h5>Commission: ${{detail.jdDetail.total_prize}}</h5>
|
|
|
|
|
<h5>Send: ${{detail.jdDetail.send_prize}}</h5>
|
|
|
|
|
<h5>Fund: ${{detail.jdDetail.total_donation}}</h5>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xs-4" ng-if="detail.hfDetail">
|
|
|
|
|
<div class="info-box" style="background: lightcyan">
|
|
|
|
|
<div class="info-box-icon" style=" background: bottom;">
|
|
|
|
|
<img uib-tooltip="HF" src="/static/images/hf_sign_lg.png">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="info-box-content">
|
|
|
|
|
<h5>Transaction: ${{detail.hfDetail.total_amount}}</h5>
|
|
|
|
|
<h5>Commission: ${{detail.hfDetail.total_prize}}</h5>
|
|
|
|
|
<h5>Send: ${{detail.hfDetail.send_prize}}</h5>
|
|
|
|
|
<h5>Fund: ${{detail.hfDetail.total_donation}}</h5>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="box box-default" ng-if="!detail.no_record">
|
|
|
|
|
<div class="box-header">Details<span class="text-danger">(Red Client Moniker means received from BD User who left company.)</span></div>
|
|
|
|
@ -131,7 +170,10 @@
|
|
|
|
|
<td>
|
|
|
|
|
<img ng-if="log.channel=='Alipay'" uib-tooltip="Alipay" src="/static/images/alipay_sign_lg.png">
|
|
|
|
|
<img ng-if="log.channel=='Wechat'" uib-tooltip="Wechat" src="/static/images/wechatpay_sign_lg.png">
|
|
|
|
|
<img ng-if="log.channel=='AlipayOnline'" uib-tooltip="Bestpay" src="/static/images/alipay_online.png">
|
|
|
|
|
<img ng-if="log.channel=='Bestpay'" uib-tooltip="Bestpay" src="/static/images/bestpay_sign_lg.png">
|
|
|
|
|
<img ng-if="log.channel=='jd'" uib-tooltip="Bestpay" src="/static/images/jd_sign_lg.png">
|
|
|
|
|
<img ng-if="log.channel=='hf'" uib-tooltip="Bestpay" src="/static/images/hf_sign_lg.png">
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|