Skip to content

Commit

Permalink
Dev -> Test Dec 11 List modificacacione apropiaciones ⚜️
Browse files Browse the repository at this point in the history
Dev -> Test Dec 11 List modificacacione apropiaciones ⚜️
  • Loading branch information
Soulfilip-UD authored Dec 12, 2019
2 parents 510c8d1 + 6469f67 commit 176f05d
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class ModificacionApropiacionComponent implements OnInit {
{ value: 'apropiacion', label: 'Apropiación' },
{ value: 'fuente', label: 'Fuente de Financiamiento' }
];
option = { value:'', label: ''};
option = { value: '', label: ''};
@Output() saved: EventEmitter<boolean> = new EventEmitter();

ngOnInit() {
Expand Down Expand Up @@ -96,6 +96,7 @@ export class ModificacionApropiacionComponent implements OnInit {
break;
case 1:
console.info($event);
break;
case 2:
this.setSteppValidator(this.checkAfectationFinalData);
break;
Expand Down Expand Up @@ -138,6 +139,4 @@ export class ModificacionApropiacionComponent implements OnInit {
public nextStep() {
this.stepper.next();
}


}
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@
class="mod-registration-input-item"
>
<mat-label>{{ "GLOBAL.tipo" | translate }}</mat-label>
<mat-select formControlName="modType" [(value)]="selectedType">
<mat-option>
--Seleccionar--
</mat-option>
<mat-select formControlName="modType" [(value)]="selectedType" placeholder=" --Seleccionar--">

<mat-option
*ngFor="let modType of modTypes"
[value]="modType"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,17 @@ export class SetModificacionApropiacionComponent implements OnInit {
await this.cleanData();
this.aprAfectation = [];
this.modHelper.getModTypes().subscribe((res) => {
this.modTypes = res;
this.modTypes = res.filter(this.movApropiaciones) ;
});

}


public movApropiaciones( movimiento ) {
const acronimo = movimiento.Acronimo
if ( 'adicion' === acronimo ||
'suspension' === acronimo ||
'traslado' === acronimo ||
'reduccion' === acronimo ) return true;
}

public accountSelection(account: string) {
this.accountTypeSelected = account;
Expand All @@ -73,7 +78,6 @@ export class SetModificacionApropiacionComponent implements OnInit {
this.cnCreditAccount = $event;
this.modValueForm.controls['cnCredAccount'].patchValue(`${this.cnCreditAccount.Codigo} / ${this.cnCreditAccount.Nombre}`);
break;

default:
break;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ export class SetModificacionFuenteComponent implements OnInit {
this.modValueForm.controls['modType'].valueChanges.subscribe((selected: TypeGeneral) => {
if (selected.Parametros) {
selected.Parametros = JSON.parse(selected.Parametros);
console.info(selected.Parametros);
}
console.info(selected);
this.modTypeSelected = selected;
if (this.modTypeSelected) {
if (selected.Parametros['MovimientoDestino']) {
Expand Down
70 changes: 35 additions & 35 deletions src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,40 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
export const environment = {
production: false,
NUXEO: {
PATH: 'https://documental.udistrital.edu.co/nuxeo/',
},
WSO2_SERVICE: 'https://autenticacion.portaloas.udistrital.edu.co/apioas/',
NECESIDADES_CRUD_SERVICE: "http://pruebasapi.intranetoas.udistrital.edu.co:8201/v1/",
PLAN_ADQUISICION_SERVICE: 'https://autenticacion.portaloas.udistrital.edu.co/apioas/bodega_jbpm/v1/',
MOVIMIENTOS_CRUD_SERVICE: 'http://localhost:8085/v1/',
ADMINISTRATIVA_PRUEBAS_SERVICE: 'http://pruebasapi.intranetoas.udistrital.edu.co:8104/v1/',
PLAN_CUENTAS_MID_SERVICE: 'http://localhost:8084/v1/',
//PLAN_CUENTAS_MID_SERVICE: 'http://localhost:8084/v1/',
PLAN_CUENTAS_MONGO_SERVICE: 'http://localhost:8082/v1/',
//PLAN_CUENTAS_MONGO_SERVICE: 'http://pruebasapi.intranetoas.udistrital.edu.co:8203/v1/',
//PLAN_CUENTAS_MID_SERVICE: 'http://pruebasapi.intranetoas.udistrital.edu.co:8204/v1/',
ADMINISTRATIVA_SERVICE: 'http://pruebasapi.intranetoas.udistrital.edu.co:8090/v1/',
ADMINISTRATIVA_JBPM_SERVICE: 'https://autenticacion.portaloas.udistrital.edu.co/apioas/administrativa_jbpm/v1/',
// NECESIDADES_CRUD_SERVICE: 'https://autenticacion.udistrital.edu.co/apioas/necesidades_crud/v1/',
// MOVIMIENTOS_CRUD_SERVICE: 'https://autenticacion.portaloas.udistrital.edu.co/apioas/movimientos_crud/v1/',
// MOVIMIENTOS_CRUD_SERVICE: 'http://localhost:8085/v1/',
// MOVIMIENTOS_CRUD_SERVICE: 'https://autenticacion.udistrital.edu.co/apioas/movimientos_crud/v1/',
// ADMINISTRATIVA_SERVICE: 'http://pruebasapi.intranetoas.udistrital.edu.co:8201/v1/',
OIKOS_SERVICE: 'https://autenticacion.portaloas.udistrital.edu.co/apioas/oikos_crud_api/v2/',
CORE_SERVICE: 'http://pruebasapi.intranetoas.udistrital.edu.co:8092/v1/',
CORE_AMAZON_SERVICE: "https://autenticacion.portaloas.udistrital.edu.co/apioas/core_amazon_crud/v1/",
CONFIGURACION_SERVICE: 'https://autenticacion.portaloas.udistrital.edu.co/apioas/configuracion_crud_api/v1/',
CONF_MENU_SERVICE: 'https://autenticacion.portaloas.udistrital.edu.co/apioas/configuracion_crud_api/v1/menu_opcion_padre/ArbolMenus/',
TOKEN: {
AUTORIZATION_URL: 'https://autenticacion.portaloas.udistrital.edu.co/oauth2/authorize',
CLIENTE_ID: 'e36v1MPQk2jbz9KM4SmKhk8Cyw0a',
RESPONSE_TYPE: 'id_token token',
SCOPE: 'openid email role',
REDIRECT_URL: 'http://localhost:4200/',
SIGN_OUT_URL: 'https://autenticacion.portaloas.udistrital.edu.co/oidc/logout',
SIGN_OUT_REDIRECT_URL: 'http://localhost:4200/',
},
production: false,
NUXEO: {
PATH: 'https://documental.udistrital.edu.co/nuxeo/',
},
WSO2_SERVICE: 'https://autenticacion.portaloas.udistrital.edu.co/apioas/',
NECESIDADES_CRUD_SERVICE: "http://pruebasapi.intranetoas.udistrital.edu.co:8201/v1/",
PLAN_ADQUISICION_SERVICE: 'https://autenticacion.portaloas.udistrital.edu.co/apioas/bodega_jbpm/v1/',
// MOVIMIENTOS_CRUD_SERVICE: 'http://localhost:8085/v1/',
ADMINISTRATIVA_PRUEBAS_SERVICE: 'http://pruebasapi.intranetoas.udistrital.edu.co:8104/v1/',
// PLAN_CUENTAS_MID_SERVICE: 'http://localhost:8084/v1/',
// PLAN_CUENTAS_MID_SERVICE: 'http://localhost:8084/v1/',
// PLAN_CUENTAS_MONGO_SERVICE: 'http://localhost:8082/v1/',
PLAN_CUENTAS_MONGO_SERVICE: 'http://pruebasapi.intranetoas.udistrital.edu.co:8203/v1/',
PLAN_CUENTAS_MID_SERVICE: 'http://pruebasapi.intranetoas.udistrital.edu.co:8204/v1/',
ADMINISTRATIVA_SERVICE: 'http://pruebasapi.intranetoas.udistrital.edu.co:8090/v1/',
ADMINISTRATIVA_JBPM_SERVICE: 'https://autenticacion.portaloas.udistrital.edu.co/apioas/administrativa_jbpm/v1/',
// NECESIDADES_CRUD_SERVICE: 'https://autenticacion.udistrital.edu.co/apioas/necesidades_crud/v1/',
MOVIMIENTOS_CRUD_SERVICE: 'https://autenticacion.portaloas.udistrital.edu.co/apioas/movimientos_crud/v1/',
// MOVIMIENTOS_CRUD_SERVICE: 'http://localhost:8085/v1/',
// MOVIMIENTOS_CRUD_SERVICE: 'https://autenticacion.udistrital.edu.co/apioas/movimientos_crud/v1/',
// ADMINISTRATIVA_SERVICE: 'http://pruebasapi.intranetoas.udistrital.edu.co:8201/v1/',
OIKOS_SERVICE: 'https://autenticacion.portaloas.udistrital.edu.co/apioas/oikos_crud_api/v2/',
CORE_SERVICE: 'http://pruebasapi.intranetoas.udistrital.edu.co:8092/v1/',
CORE_AMAZON_SERVICE: "https://autenticacion.portaloas.udistrital.edu.co/apioas/core_amazon_crud/v1/",
CONFIGURACION_SERVICE: 'https://autenticacion.portaloas.udistrital.edu.co/apioas/configuracion_crud_api/v1/',
CONF_MENU_SERVICE: 'https://autenticacion.portaloas.udistrital.edu.co/apioas/configuracion_crud_api/v1/menu_opcion_padre/ArbolMenus/',
TOKEN: {
AUTORIZATION_URL: 'https://autenticacion.portaloas.udistrital.edu.co/oauth2/authorize',
CLIENTE_ID: 'e36v1MPQk2jbz9KM4SmKhk8Cyw0a',
RESPONSE_TYPE: 'id_token token',
SCOPE: 'openid email role',
REDIRECT_URL: 'http://localhost:4200/',
SIGN_OUT_URL: 'https://autenticacion.portaloas.udistrital.edu.co/oidc/logout',
SIGN_OUT_REDIRECT_URL: 'http://localhost:4200/',
},

};

0 comments on commit 176f05d

Please sign in to comment.