|
|
|
@ -235,8 +235,13 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="panel panel-info">
|
|
|
|
|
<div class="panel-heading">
|
|
|
|
|
<h3>China Wallet</h3>
|
|
|
|
|
<div class="panel-heading" style="display: flex;justify-content: space-between">
|
|
|
|
|
<h3>China Wallets Rate</h3>
|
|
|
|
|
<a id="addRate" class="btn btn-info" style="margin-bottom: 10px;margin-top: 20px" type="button"
|
|
|
|
|
ng-if="partner.rate_editable && (('11'|withRole)||((!partner.approve_result||partner.approve_result>4) && ('111'|withRole)))"
|
|
|
|
|
ng-click="newRate()">
|
|
|
|
|
Add Rate
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="panel-body">
|
|
|
|
|
<div class="row">
|
|
|
|
@ -266,11 +271,6 @@
|
|
|
|
|
ng-click="bankCtrl.rate_name='CB_BankPay'"
|
|
|
|
|
ng-if="sysconfig.active_channels.indexOf('CB_BankPay')!=-1">CB_BankPay</a>
|
|
|
|
|
</li>
|
|
|
|
|
<a id="addRate" class="btn btn-info" style="float: right;margin-right: 10px" type="button"
|
|
|
|
|
ng-if="partner.rate_editable && (('11'|withRole)||((!partner.approve_result||partner.approve_result>4) && ('111'|withRole)))"
|
|
|
|
|
ng-click="newRate()">
|
|
|
|
|
Add Rate
|
|
|
|
|
</a>
|
|
|
|
|
</ul>
|
|
|
|
|
<div class="table-responsive">
|
|
|
|
|
<table class="table table-bordered">
|
|
|
|
@ -385,8 +385,13 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- card payment -->
|
|
|
|
|
<div class="panel-heading">
|
|
|
|
|
<div class="panel-heading" style="display: flex;justify-content: space-between">
|
|
|
|
|
<h3>Card Payment Rate</h3>
|
|
|
|
|
<a id="addCardPaymentRate" class="btn btn-info" style="margin-top: 20px;margin-bottom: 10px" type="button"
|
|
|
|
|
ng-click="newCardPaymentRates()"
|
|
|
|
|
ng-if="((partner.card_rate_editable && ('100'|withRole)) || ('11'|withRole))">
|
|
|
|
|
Add Card Payment Rates
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="panel-body">
|
|
|
|
|
<div class="row">
|
|
|
|
@ -398,11 +403,6 @@
|
|
|
|
|
<!-- <li role="presentation" ng-class="{active:bankCtrl.rate_name=='rpaypmt_dd'}"><a role="button"-->
|
|
|
|
|
<!-- ng-click="bankCtrl.rate_name='rpaypmt_dd'">Direct-->
|
|
|
|
|
<!-- Debit</a></li>-->
|
|
|
|
|
<a id="addCardPaymentRate" class="btn btn-info" style="float: right" type="button"
|
|
|
|
|
ng-click="newCardPaymentRates()"
|
|
|
|
|
ng-if="((partner.card_rate_editable && ('100'|withRole)) || ('11'|withRole))">
|
|
|
|
|
Add Card Payment Rates
|
|
|
|
|
</a>
|
|
|
|
|
</ul>
|
|
|
|
|
<div class="table-responsive">
|
|
|
|
|
<table class="table table-bordered">
|
|
|
|
@ -453,8 +453,13 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- APS -->
|
|
|
|
|
<div class="panel-heading">
|
|
|
|
|
<h3>A+</h3>
|
|
|
|
|
<div class="panel-heading" style="display: flex;justify-content: space-between">
|
|
|
|
|
<h3>Alipay+ Rate</h3>
|
|
|
|
|
<a id="addAlipayApsInStoreRate" class="btn btn-info" style="margin-bottom: 10px;margin-top: 20px"
|
|
|
|
|
type="button"
|
|
|
|
|
ng-click="newAlipayApsRate(apsBankCtrl.rate_name)">
|
|
|
|
|
Add A+(APS) Rate
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="panel-body">
|
|
|
|
|
<div class="row">
|
|
|
|
@ -468,11 +473,6 @@
|
|
|
|
|
role="button"
|
|
|
|
|
ng-click="apsBankCtrl.rate_name='ApsCashier'">A+(Online)</a>
|
|
|
|
|
</li>
|
|
|
|
|
<a id="addAlipayApsInStoreRate" class="btn btn-info" style="float: right;margin-right: 10px"
|
|
|
|
|
type="button"
|
|
|
|
|
ng-click="newAlipayApsRate(apsBankCtrl.rate_name)">
|
|
|
|
|
Add A+(APS) Rate
|
|
|
|
|
</a>
|
|
|
|
|
</ul>
|
|
|
|
|
<div class="table-responsive">
|
|
|
|
|
<table class="table table-bordered">
|
|
|
|
|