From 7edefd0a0da9865aa07b0c5ef37baa6ed910d869 Mon Sep 17 00:00:00 2001 From: "taylor.dang" Date: Tue, 7 May 2019 16:51:02 +0800 Subject: [PATCH] =?UTF-8?q?[Y]=20=E7=A7=BB=E9=99=A4=E6=B8=85=E7=AE=97?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E4=B8=AD=E5=95=86=E6=88=B7=E6=B8=85=E7=AE=97?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../analysis/templates/clearing_logs.html | 152 ------------------ .../static/payment/partner/partner-manage.js | 2 - 2 files changed, 154 deletions(-) diff --git a/src/main/ui/static/analysis/templates/clearing_logs.html b/src/main/ui/static/analysis/templates/clearing_logs.html index 0f5e2e04c..9bb940b3d 100644 --- a/src/main/ui/static/analysis/templates/clearing_logs.html +++ b/src/main/ui/static/analysis/templates/clearing_logs.html @@ -18,16 +18,6 @@
-
Settlement Dates
@@ -39,147 +29,5 @@
-
-
-
-
-
-
-
-
-
-
- -
- -
- -
-
-
- -
-
-
- -
- ~ -
- -
- -
- Today -
-
- Yesterday -
- - - -
- - -
- -
-
-
-
-
-
-
-
-
-
-

- Total | Clearing Amount: {{analysis.total|currency:'AUD '}}, - Transfer to Merchant: {{analysis.income|currency:'AUD '}}, Merchant Service Fee: {{analysis.fee|currency:'AUD '}} -

-
-
-
-
- - - - - - - - - - - - - - - - - -
Partner NameTotal AmountTransfer to MerchantMerchant Service Fee
-
-
-
- -
-
-
清算金额趋势
-
-
-
-
-
-
-
\ No newline at end of file diff --git a/src/main/ui/static/payment/partner/partner-manage.js b/src/main/ui/static/payment/partner/partner-manage.js index 80e29cf4a..7ef184b87 100644 --- a/src/main/ui/static/payment/partner/partner-manage.js +++ b/src/main/ui/static/payment/partner/partner-manage.js @@ -699,7 +699,6 @@ define(['angular', 'decimal', 'static/commons/commons', 'uiBootstrap', 'uiRouter }; $scope.showFile(); $scope.passClient = function () { - $scope.refreshWechatInstitutionMerchantId(); if ($scope.partner.enable_hf) { if ($scope.partner.hfindustry == null) { alert("已开启HF支付通道,HF行业不可为空!"); @@ -772,7 +771,6 @@ define(['angular', 'decimal', 'static/commons/commons', 'uiBootstrap', 'uiRouter }); }; $scope.pass2GreenChannel = function () { - $scope.refreshWechatInstitutionMerchantId(); commonDialog.confirm({ title: 'Green Channel Audit Partner', content: 'Are you sure to mark partner ' + $scope.partner.company_name + ' green channel audited ?'