|
|
|
@ -112,7 +112,7 @@ define(['angular', 'uiBootstrap', 'uiRouter'], function (angular) {
|
|
|
|
|
$scope.tradeLogs[i].htmlTooltip = $sce.trustAsHtml('<div style="width: 180px">' +
|
|
|
|
|
'<h5>手续费组成</h5>'+'<div style="background-color: #EFEFF5;height: 1px;margin-bottom: 10px;"></div>'+
|
|
|
|
|
'<p>system:'+ system_surcharge +'</p>' +
|
|
|
|
|
'<p>yangmatou:'+ incremental_surcharge +'</p>' +
|
|
|
|
|
'<p>yangmaimai:'+ incremental_surcharge +'</p>' +
|
|
|
|
|
'<p>tax amount:'+ tax_amount +'</p>' +
|
|
|
|
|
'</div>');
|
|
|
|
|
}
|
|
|
|
@ -297,7 +297,7 @@ define(['angular', 'uiBootstrap', 'uiRouter'], function (angular) {
|
|
|
|
|
|
|
|
|
|
app.controller('IncrementalTradeLogCtrl', ['$scope', '$http', '$filter', '$timeout', 'partnerRefunder', 'orderService', 'commonDialog',
|
|
|
|
|
function ($scope, $http, $filter, $timeout, partnerRefunder, orderService, commonDialog) {
|
|
|
|
|
$scope.params = {source: 'yangmatou',status: 'PAID', channel :'ALL' ,textType: 'all', datefrom: new Date(), dateto: new Date()};
|
|
|
|
|
$scope.params = {source: 'yangmaimai',status: 'PAID', channel :'ALL' ,textType: 'all', datefrom: new Date(), dateto: new Date()};
|
|
|
|
|
$scope.pagination = {};
|
|
|
|
|
$scope.today = new Date();
|
|
|
|
|
$scope.isAll = true;
|
|
|
|
|