|
|
|
@ -925,7 +925,7 @@ define(['angular','decimal', 'uiRouter', 'uiBootstrap', 'angularEcharts'], funct
|
|
|
|
|
$scope.checkStartGuidance = function () {
|
|
|
|
|
$http.get('/client/partner_info/compliance/files').then(function (resp) {
|
|
|
|
|
$scope.complianceFiles = resp.data;
|
|
|
|
|
if( $scope.complianceFiles.client_agree_file != null && $scope.complianceFiles.client_id_file != null){
|
|
|
|
|
if($scope.complianceFiles.client_id_file != null){
|
|
|
|
|
if($scope.complianceFiles.client_bank_file != null && $scope.complianceFiles.client_company_file != null){
|
|
|
|
|
$scope.toCommitFiles = true;
|
|
|
|
|
}
|
|
|
|
|