|
|
|
@ -6,6 +6,11 @@
|
|
|
|
|
.cen table th {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.channel .col-sm-2 {
|
|
|
|
|
border: 1px solid #d2d6de;
|
|
|
|
|
border-left: 0;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<!--<section class="content-header">
|
|
|
|
|
<h1>Transaction Data</h1>
|
|
|
|
@ -141,25 +146,35 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="box box-warning" ng-if="currentUser.org==null">
|
|
|
|
|
<div class="box-header with-border">各平台交易总额</div>
|
|
|
|
|
<div class="box-body table-responsive">
|
|
|
|
|
<div class="box-header with-border">各平台交易总额
|
|
|
|
|
<div class="description-text" style="display: inline-block;float: right;">
|
|
|
|
|
<label class="description-text text-red">交易金额{{ totalChannelAmount.all_amount|currency: ' $ ' }},</label>
|
|
|
|
|
<label class="description-text text-red">交易笔数:{{ totalChannelAmount.all_count }},</label>
|
|
|
|
|
<label class="description-text text-red">交易商户数:{{ totalChannelAmount.all_client_count }}</label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="box-body table-responsive channel">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-sm-2 col-xs-6">
|
|
|
|
|
<div class="description-block">
|
|
|
|
|
<div class="description-header text-bold"><img src="/static/images/wechatpay_sign.png"/>Wechat</div>
|
|
|
|
|
<div class="description-text">
|
|
|
|
|
<label class="description-text text-red"
|
|
|
|
|
ng-bind="totalChannelAmount.wechatamount|currency: ' $ '"></label>
|
|
|
|
|
ng-bind="totalChannelAmount.wechatamount|currency: ' $ '"></label></br>
|
|
|
|
|
<label class="description-text text-red">交易笔数:{{ totalChannelAmount.wechat_order_count }}</label>
|
|
|
|
|
<label class="description-text text-red">交易商户数:{{ totalChannelAmount.wechat_client_count }}</label>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-2 col-xs-6">
|
|
|
|
|
<div class="description-block">
|
|
|
|
|
<div class="description-header text-bold"><img src="/static/images/bestpay_sign.png"/>Bestpay</div>
|
|
|
|
|
<div class="description-text">
|
|
|
|
|
<div class="description-header text-bold"><img src="/static/images/bestpay_sign.png"/>Bestpay</div>
|
|
|
|
|
<label class="description-text text-red"
|
|
|
|
|
ng-bind="totalChannelAmount.bestpayamount|currency: ' $ '"></label>
|
|
|
|
|
ng-bind="totalChannelAmount.bestpayamount|currency: ' $ '"></label></br>
|
|
|
|
|
<label class="description-text text-red">交易笔数:{{ totalChannelAmount.bestpay_order_count }}</label>
|
|
|
|
|
<label class="description-text text-red">交易商户数:{{ totalChannelAmount.bestpay_client_count }}</label>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
@ -167,9 +182,11 @@
|
|
|
|
|
<div class="col-sm-2 col-xs-6">
|
|
|
|
|
<div class="description-block">
|
|
|
|
|
<div class="description-header text-bold"><img src="/static/images/alipay_sign.png"/>Alipay</div>
|
|
|
|
|
<div class="description-text text-red">
|
|
|
|
|
<label class="description-text"
|
|
|
|
|
ng-bind="totalChannelAmount.alipayamount|currency: ' $ '"></label>
|
|
|
|
|
<div class="description-text">
|
|
|
|
|
<label class="description-text text-red"
|
|
|
|
|
ng-bind="totalChannelAmount.alipayamount|currency: ' $ '"></label></br>
|
|
|
|
|
<label class="description-text text-red">交易笔数:{{ totalChannelAmount.alipay_order_count }}</label>
|
|
|
|
|
<label class="description-text text-red">交易商户数:{{ totalChannelAmount.alipay_client_count }}</label>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
@ -177,9 +194,11 @@
|
|
|
|
|
<div class="col-sm-2 col-xs-6">
|
|
|
|
|
<div class="description-block">
|
|
|
|
|
<div class="description-header text-bold"><img src="/static/images/alipay_sign.png"/>AlipayOnline</div>
|
|
|
|
|
<div class="description-text text-red">
|
|
|
|
|
<label class="description-text"
|
|
|
|
|
ng-bind="totalChannelAmount.alipayonlineamount|currency: ' $ '"></label>
|
|
|
|
|
<div class="description-text">
|
|
|
|
|
<label class="description-text text-red"
|
|
|
|
|
ng-bind="totalChannelAmount.alipayonlineamount|currency: ' $ '"></label></br>
|
|
|
|
|
<label class="description-text text-red">交易笔数:{{ totalChannelAmount.alipayonline_order_count }}</label>
|
|
|
|
|
<label class="description-text text-red">交易商户数:{{ totalChannelAmount.alipayonline_client_count }}</label>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
@ -187,9 +206,11 @@
|
|
|
|
|
<div class="col-sm-2 col-xs-6">
|
|
|
|
|
<div class="description-block">
|
|
|
|
|
<div class="description-header text-bold"><img src="/static/images/jd_sign.png"/>JD Pay</div>
|
|
|
|
|
<div class="description-text text-red">
|
|
|
|
|
<label class="description-text"
|
|
|
|
|
ng-bind="totalChannelAmount.jdamount|currency: ' $ '"></label>
|
|
|
|
|
<div class="description-text">
|
|
|
|
|
<label class="description-text text-red"
|
|
|
|
|
ng-bind="totalChannelAmount.jdamount|currency: ' $ '"></label></br>
|
|
|
|
|
<label class="description-text text-red">交易笔数:{{ totalChannelAmount.jd_order_count }}</label>
|
|
|
|
|
<label class="description-text text-red">交易商户数:{{ totalChannelAmount.jd_client_count }}</label>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
@ -197,37 +218,46 @@
|
|
|
|
|
<div class="col-sm-2 col-xs-6">
|
|
|
|
|
<div class="description-block">
|
|
|
|
|
<div class="description-header text-bold"><img src="/static/images/hf_sign.png"/>HF Pay</div>
|
|
|
|
|
<div class="description-text text-red">
|
|
|
|
|
<label class="description-text"
|
|
|
|
|
ng-bind="totalChannelAmount.hfamount|currency: ' $ '"></label>
|
|
|
|
|
<div class="description-text">
|
|
|
|
|
<label class="description-text text-red"
|
|
|
|
|
ng-bind="totalChannelAmount.hfamount|currency: ' $ '"></label></br>
|
|
|
|
|
<label class="description-text text-red">交易笔数:{{ totalChannelAmount.hf_order_count }}</label>
|
|
|
|
|
<label class="description-text text-red">交易商户数:{{ totalChannelAmount.hf_client_count }}</label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- Rpay+显示交易额分析-->
|
|
|
|
|
|
|
|
|
|
<!-- 显示Rpay+交易额分析-->
|
|
|
|
|
<div class="col-sm-2 col-xs-6">
|
|
|
|
|
<div class="description-block">
|
|
|
|
|
<div class="description-header text-bold"><img src="/static/images/rpayplus_sign.png"/>RPay+</div>
|
|
|
|
|
<div class="description-text text-red">
|
|
|
|
|
<label class="description-text"
|
|
|
|
|
ng-bind="totalChannelAmount.rpayamount|currency: ' $ '"></label>
|
|
|
|
|
<div class="description-text">
|
|
|
|
|
<label class="description-text text-red"
|
|
|
|
|
ng-bind="totalChannelAmount.rpayamount|currency: ' $ '"></label></br>
|
|
|
|
|
<label class="description-text text-red">交易笔数:{{ totalChannelAmount.rpay_order_count }}</label>
|
|
|
|
|
<label class="description-text text-red">交易商户数:{{ totalChannelAmount.rpay_client_count }}</label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-2 col-xs-6">
|
|
|
|
|
<div class="description-block">
|
|
|
|
|
<div class="description-header text-bold"><img src="/static/images/yeepay_sign.png"/>Yeepay</div>
|
|
|
|
|
<div class="description-text text-red">
|
|
|
|
|
<label class="description-text"
|
|
|
|
|
ng-bind="totalChannelAmount.yeepayamount|currency: ' $ '"></label>
|
|
|
|
|
<div class="description-text">
|
|
|
|
|
<label class="description-text text-red"
|
|
|
|
|
ng-bind="totalChannelAmount.yeepayamount|currency: ' $ '"></label></br>
|
|
|
|
|
<label class="description-text text-red">交易笔数:{{ totalChannelAmount.yeepay_order_count }}</label>
|
|
|
|
|
<label class="description-text text-red">交易商户数:{{ totalChannelAmount.yeepay_client_count }}</label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-2 col-xs-6">
|
|
|
|
|
<div class="description-block">
|
|
|
|
|
<div class="description-header text-bold"><img src="/static/images/lakalapay_sign.png"/>LakalaPay</div>
|
|
|
|
|
<div class="description-text text-red">
|
|
|
|
|
<label class="description-text"
|
|
|
|
|
ng-bind="totalChannelAmount.lakalapayamount|currency: ' $ '"></label>
|
|
|
|
|
<div class="description-text">
|
|
|
|
|
<label class="description-text text-red"
|
|
|
|
|
ng-bind="totalChannelAmount.lakalapayamount|currency: ' $ '"></label></br>
|
|
|
|
|
<label class="description-text text-red">交易笔数:{{ totalChannelAmount.lakala_order_count }}</label>
|
|
|
|
|
<label class="description-text text-red">交易商户数:{{ totalChannelAmount.lakala_client_count }}</label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|