diff --git a/src/main/ui/static/invoice/invoice_assistant.js b/src/main/ui/static/invoice/invoice_assistant.js index 938e7b61c..4f0544787 100644 --- a/src/main/ui/static/invoice/invoice_assistant.js +++ b/src/main/ui/static/invoice/invoice_assistant.js @@ -17,7 +17,7 @@ define(['angular','decimal'], function (angular,decimal) { $scope.pagination = {}; $scope.today = new Date(); $scope.clients = [$scope.currentUser.client]; - if ($scope.currentUser.client.has_children) { + if ($scope.currentUser.client.has_children && !$scope.currentUser.client.hide_sub_mch) { $http.get('/client/partner_info/sub_partners').then(function (resp) { var clientList = resp.data; clientList.forEach(function (client) { diff --git a/src/main/ui/static/invoice/templates/invoice_assistant.html b/src/main/ui/static/invoice/templates/invoice_assistant.html index 1ffab462b..52ff8f13f 100644 --- a/src/main/ui/static/invoice/templates/invoice_assistant.html +++ b/src/main/ui/static/invoice/templates/invoice_assistant.html @@ -87,7 +87,7 @@
diff --git a/src/main/ui/static/payment/partner/partner-manage.js b/src/main/ui/static/payment/partner/partner-manage.js index 89654fcee..e44b62c50 100644 --- a/src/main/ui/static/payment/partner/partner-manage.js +++ b/src/main/ui/static/payment/partner/partner-manage.js @@ -3459,7 +3459,7 @@ define(['angular', 'decimal', 'static/commons/commons', 'uiBootstrap', 'uiRouter } $scope.loadTradeLogs(); }; - if ($scope.partner.has_children) { + if ($scope.partner.has_children && !$scope.partner.hide_sub_mch) { $http.get('/sys/partners/' + $scope.partner.client_moniker + '/sub_clients').then(function (resp) { var clientList = resp.data; clientList.forEach(function (client) { @@ -4296,9 +4296,9 @@ define(['angular', 'decimal', 'static/commons/commons', 'uiBootstrap', 'uiRouter $scope.isAll = true; $scope.initClientInfo = function(){ $http.get('/sys/partners/'+clientMoniker).then(function (resp) { - $scope.client = resp.data + $scope.client = resp.data; $scope.clients = [$scope.client]; - if ($scope.client.has_children) { + if ($scope.client.has_children && !$scope.client.hide_sub_mch) { $scope.params.client_ids = [$scope.client.client_id]; $http.get('/sys/partners/'+clientMoniker+'/sub_clients').then(function (resp) { var clientList = resp.data; diff --git a/src/main/ui/static/payment/partner/templates/partner_accounts.html b/src/main/ui/static/payment/partner/templates/partner_accounts.html index d41819a94..892e18a45 100644 --- a/src/main/ui/static/payment/partner/templates/partner_accounts.html +++ b/src/main/ui/static/payment/partner/templates/partner_accounts.html @@ -14,6 +14,7 @@
Client Moniker | Username | Display Name | OpenId | @@ -24,6 +25,7 @@
---|---|---|---|
@@ -44,4 +46,4 @@ |
diff --git a/src/main/ui/static/payment/partner/templates/partner_settlement.html b/src/main/ui/static/payment/partner/templates/partner_settlement.html index 681a96237..068607521 100644 --- a/src/main/ui/static/payment/partner/templates/partner_settlement.html +++ b/src/main/ui/static/payment/partner/templates/partner_settlement.html @@ -50,7 +50,7 @@
@@ -135,4 +135,4 @@
@@ -186,14 +202,19 @@
diff --git a/src/main/ui/static/payment/tradelog/templates/partner_settlement_logs.html b/src/main/ui/static/payment/tradelog/templates/partner_settlement_logs.html index 349501fb0..cb24010e1 100644 --- a/src/main/ui/static/payment/tradelog/templates/partner_settlement_logs.html +++ b/src/main/ui/static/payment/tradelog/templates/partner_settlement_logs.html @@ -71,7 +71,7 @@
diff --git a/src/main/ui/static/payment/tradelog/templates/partner_trade_logs.html b/src/main/ui/static/payment/tradelog/templates/partner_trade_logs.html index 3e66ada1a..f283ffee2 100644 --- a/src/main/ui/static/payment/tradelog/templates/partner_trade_logs.html +++ b/src/main/ui/static/payment/tradelog/templates/partner_trade_logs.html @@ -30,43 +30,52 @@ -webkit-transform: rotate(90deg); } } - .popover-color{ + + .popover-color { background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; color: black; } - .popover-content button{ + + .popover-content button { display: inline-block; } - .position_re{ + + .position_re { position: relative; } - .position_re .position_ab{ + + .position_re .position_ab { position: absolute; top: 90%; left: 90%; } -.box-icon_small{ + .box-icon_small { width: 70px; height: 70px; font-size: 30px; line-height: 70px } - .info_box_bottom{ - min-height:70px; - margin-bottom:0px + + .info_box_bottom { + min-height: 70px; + margin-bottom: 0px } - .box-content_left{ - margin-left:70px + + .box-content_left { + margin-left: 70px } - .box-number_font{ - font-size:14px; + + .box-number_font { + font-size: 14px; } - .line_height{ + + .line_height { line-height: 14px } - .line_height_{ + + .line_height_ { line-height: 22px; } @@ -105,7 +114,8 @@
Client Order ID | -Order ID | -Amount | -Input Amount | -AUD Amount | -Settle Amount | -Exchange Rate | -Status | -Create Time | -Gateway | -Order Detail | -Operation | -||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
- | - - - - - - - - - - - - - - - {{trade.order_id}} - | -- {{trade.total_amount|currency:trade.currency+' '}} - (-{{trade.refund_fee}}) - | -- | - | - | - - - - | -- | - | - |
+
+
+
+
|
+ + + + + + + + + + + | +