-
+
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 c9d3adea2..32df9ee0a 100644
--- a/src/main/ui/static/payment/partner/templates/partner_settlement.html
+++ b/src/main/ui/static/payment/partner/templates/partner_settlement.html
@@ -238,7 +238,7 @@
|
|
-
+ |
|
+
+
+
+
+ |
diff --git a/src/main/ui/static/payment/tradelog/partner-settlement-log.js b/src/main/ui/static/payment/tradelog/partner-settlement-log.js
index 9877d12b0..0a0705f81 100644
--- a/src/main/ui/static/payment/tradelog/partner-settlement-log.js
+++ b/src/main/ui/static/payment/tradelog/partner-settlement-log.js
@@ -222,6 +222,9 @@ define(['angular', 'uiBootstrap', 'uiRouter'], function (angular) {
$scope.getClearingTransactions = function (client_id, detailId) {
clearingDetailService.clientClearingDetail(client_id, detailId, true)
}
+ $scope.getClearingTransactionsOfMergeSettle = function (client_id, reportDate) {
+ clearingDetailService.clientClearingDetailOfMergeSettle(client_id, reportDate)
+ }
$scope.checkSubClientChoseShow = function (client) {
$scope.more20ChoseSubClient = !$scope.more20ChoseSubClient;
if (client != '') {
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 bfdca99f4..2c18f8311 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
@@ -291,7 +291,7 @@
|
{{log.fee}} |
-
+ |
|
+
+
+
+
+
+
+
+ |