|
|
|
@ -33,9 +33,34 @@
|
|
|
|
|
<tr ng-repeat="client in subMerchantIdList">
|
|
|
|
|
<td ng-bind="client.merchant_id"></td>
|
|
|
|
|
<td>
|
|
|
|
|
{{client.sub_merchant_id}}
|
|
|
|
|
<i class="fa fa-clock-o text-danger"
|
|
|
|
|
title="Temp Sub Merchant ID"></i>
|
|
|
|
|
<a ng-click="showClient(client.sub_merchant_id); toShow = !toShow" class="cursor">
|
|
|
|
|
{{client.sub_merchant_id}}
|
|
|
|
|
<i class="fa fa-clock-o text-danger"
|
|
|
|
|
title="Temp Sub Merchant ID"></i>
|
|
|
|
|
<span class="badge position_re">
|
|
|
|
|
{{client.client_count}}
|
|
|
|
|
<div ng-if="sub_merchant_id==client.sub_merchant_id&&toShow"
|
|
|
|
|
class="popover fade in position_ab"
|
|
|
|
|
role="tooltip" style="display: block;">
|
|
|
|
|
<div class="arrow"></div>
|
|
|
|
|
<h3 class="popover-title popover-color">Clients</h3>
|
|
|
|
|
<div class="popover-content" style="width: 250px">
|
|
|
|
|
<button type="button" class="btn btn-link"
|
|
|
|
|
ng-repeat="client_moniker in client_monikers"
|
|
|
|
|
ng-show="$index<client_monikers.length-1"
|
|
|
|
|
ui-sref="partners.detail({clientMoniker:client_moniker.client_moniker})">
|
|
|
|
|
{{client_moniker.client_moniker}}
|
|
|
|
|
<span class="text-black">,</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" class="btn btn-link"
|
|
|
|
|
ng-repeat="client_moniker in client_monikers" ng-if="$last"
|
|
|
|
|
ui-sref="partners.detail({clientMoniker:client_moniker.client_moniker})">
|
|
|
|
|
{{client_moniker.client_moniker}}
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</span>
|
|
|
|
|
</a>
|
|
|
|
|
</td>
|
|
|
|
|
<td ng-bind="client.operator"></td>
|
|
|
|
|
<td ng-bind="client.create_time"></td>
|
|
|
|
|