|
|
|
@ -389,8 +389,8 @@ define(['angular', 'decimal', 'uiBootstrap', 'uiRouter', 'angularEcharts'], func
|
|
|
|
|
$scope.report = detail.data;
|
|
|
|
|
}]);
|
|
|
|
|
|
|
|
|
|
app.controller('bankDistributionDialogCtrl', ['$scope', '$http', 'decimal', 'clearingBatch', 'banksConfig', 'settleDate',
|
|
|
|
|
function ($scope, $http, Decimal, clearingBatch, banksConfig, settleDate) {
|
|
|
|
|
app.controller('bankDistributionDialogCtrl', ['$scope', '$http', 'clearingBatch', 'banksConfig', 'settleDate',
|
|
|
|
|
function ($scope, $http, clearingBatch, banksConfig, settleDate) {
|
|
|
|
|
$scope.banksConfig = banksConfig.data;
|
|
|
|
|
$scope.bankData = [];
|
|
|
|
|
angular.forEach($scope.banksConfig.banks, function (bank) {
|
|
|
|
|