|
|
|
@ -3388,7 +3388,7 @@ define(['angular', 'decimal', 'static/commons/commons', 'uiBootstrap', 'uiRouter
|
|
|
|
|
$scope.showLevel3Clients = false;
|
|
|
|
|
$scope.subClientTable1 = [$scope.partner];
|
|
|
|
|
$scope.subClientTable2 = [];
|
|
|
|
|
$scope.choseSubClientNow = 'chose';
|
|
|
|
|
$scope.choseSubClientNow = 'More';
|
|
|
|
|
$scope.more20ChoseSubClient = false;
|
|
|
|
|
$scope.subSearchText = '';
|
|
|
|
|
|
|
|
|
@ -3495,7 +3495,7 @@ define(['angular', 'decimal', 'static/commons/commons', 'uiBootstrap', 'uiRouter
|
|
|
|
|
});
|
|
|
|
|
$scope.chooseClient = function (client) {
|
|
|
|
|
if (client == 'all') {
|
|
|
|
|
$scope.choseSubClientNow = 'chose';
|
|
|
|
|
$scope.choseSubClientNow = 'More';
|
|
|
|
|
$scope.params.client_ids = angular.copy($scope.clientIds);
|
|
|
|
|
$scope.isAll = true;
|
|
|
|
|
$scope.chooseClientId = '';
|
|
|
|
@ -4387,7 +4387,7 @@ define(['angular', 'decimal', 'static/commons/commons', 'uiBootstrap', 'uiRouter
|
|
|
|
|
$scope.clinet = {};
|
|
|
|
|
$scope.isAll = true;
|
|
|
|
|
$scope.more20ChoseSubClient = false;
|
|
|
|
|
$scope.choseSubClientNow = 'chose';
|
|
|
|
|
$scope.choseSubClientNow = 'More';
|
|
|
|
|
$scope.searchSubClients = function (subSearchText,page) {
|
|
|
|
|
|
|
|
|
|
$scope.subClientTable1 = [$scope.partner];
|
|
|
|
@ -4457,7 +4457,7 @@ define(['angular', 'decimal', 'static/commons/commons', 'uiBootstrap', 'uiRouter
|
|
|
|
|
|
|
|
|
|
$scope.chooseClient = function (client) {
|
|
|
|
|
if (client == 'all') {
|
|
|
|
|
$scope.choseSubClientNow = 'chose';
|
|
|
|
|
$scope.choseSubClientNow = 'More';
|
|
|
|
|
$scope.params.client_ids = angular.copy($scope.clientIds);
|
|
|
|
|
$scope.isAll = true;
|
|
|
|
|
$scope.chooseClientId = '';
|
|
|
|
|