mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
Remove relevant console log,
This commit is contained in:
@@ -63,7 +63,7 @@ export class OptsExpedientePrPage implements OnInit {
|
||||
}
|
||||
|
||||
|
||||
console.log('OptsExpedientePrPage ---- ', this.task);
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -99,7 +99,7 @@ export class OptsExpedientePrPage implements OnInit {
|
||||
await modal.present();
|
||||
|
||||
modal.onDidDismiss().then(async (res) => {
|
||||
console.log(res);
|
||||
|
||||
if(res.data){
|
||||
const DocumentToSave = res.data.documents.map((e) => {
|
||||
return {
|
||||
@@ -161,7 +161,7 @@ export class OptsExpedientePrPage implements OnInit {
|
||||
|
||||
await modal.present();
|
||||
modal.onDidDismiss().then( async (res)=>{
|
||||
console.log(res['data']);
|
||||
|
||||
|
||||
if(body == 'descartar') {
|
||||
if(res['data']== 'Yes'){
|
||||
@@ -207,7 +207,7 @@ export class OptsExpedientePrPage implements OnInit {
|
||||
this.goBack();
|
||||
}
|
||||
else if(res['data'] == 'No'){
|
||||
console.log('Update');
|
||||
|
||||
const loader = this.toastService.loading()
|
||||
|
||||
try {
|
||||
@@ -253,7 +253,7 @@ export class OptsExpedientePrPage implements OnInit {
|
||||
sendExpedienteToPending(){
|
||||
this.popoverController.dismiss();
|
||||
this.processes.SetTaskToPending(this.task.SerialNumber).subscribe(res=>{
|
||||
console.log(res);
|
||||
|
||||
this.close();
|
||||
},()=>{
|
||||
|
||||
@@ -281,11 +281,11 @@ export class OptsExpedientePrPage implements OnInit {
|
||||
});
|
||||
await modal.present();
|
||||
modal.onDidDismiss().then( async (res)=>{
|
||||
console.log(res['data']);
|
||||
|
||||
let body = res['data'];
|
||||
// console.log('close '+ res['data'])
|
||||
//
|
||||
if(res['data']) {
|
||||
console.log('open discart');
|
||||
|
||||
|
||||
const loader = this.toastService.loading()
|
||||
|
||||
@@ -301,7 +301,7 @@ export class OptsExpedientePrPage implements OnInit {
|
||||
|
||||
}
|
||||
else{
|
||||
console.log('Not open');
|
||||
|
||||
}
|
||||
|
||||
});
|
||||
@@ -357,7 +357,7 @@ export class OptsExpedientePrPage implements OnInit {
|
||||
if(res){
|
||||
const data = res.data;
|
||||
this.documents.push(data.selected);
|
||||
console.log( this.documents);
|
||||
|
||||
this.documents.forEach(element =>{
|
||||
let body = {
|
||||
"Source": "1",
|
||||
|
||||
Reference in New Issue
Block a user