parent
987bc939a8
commit
9800f035f9
@ -160,7 +160,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{{sumRef}}</th>
|
<th>{{sumRef}}</th>
|
||||||
<th><button [disabled]="dis == true || this.order[0].status == 'newOrder' || this.order[0].status == 'cancel' || this.order[0].status == 'paymentOverdue'" (click)="confirm(order[0].external_id, order[0].payment[0].type, order[0].id)">Отменить</button></th>
|
<th><button (click)="confirm(order[0].external_id, order[0].payment[0].type, order[0].id)">Отменить</button></th>
|
||||||
<!--<th><button [disabled]="order[0].payment[0].summ == sumRef || pay == false || this.order[0].payment == []" (click)="confirm(order[0].external_id, order[0].payment[0].payload.id)">Возврат ДС</button></th>-->
|
<!--<th><button [disabled]="order[0].payment[0].summ == sumRef || pay == false || this.order[0].payment == []" (click)="confirm(order[0].external_id, order[0].payment[0].payload.id)">Возврат ДС</button></th>-->
|
||||||
<!--<th><button disabled>Возврат ДС</button></th>-->
|
<!--<th><button disabled>Возврат ДС</button></th>-->
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -287,7 +287,7 @@ notif2() {
|
|||||||
console.log('ERROR: ', err)
|
console.log('ERROR: ', err)
|
||||||
this.messageService.add({
|
this.messageService.add({
|
||||||
severity: 'error',
|
severity: 'error',
|
||||||
summary: 'Произошла ошибка!',
|
summary: `Произошла ошибка! ${err.error.error.message}`,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: false,
|
production: false,
|
||||||
appSelfDeliveryEndPoint: 'http://selfdelivery-pitsburg.mydatahosting.ru/admin_api',
|
appSelfDeliveryEndPoint: 'http://localhost:4200/api',
|
||||||
systemId: 'dfe16ca16a3598b812',
|
systemId: 'dfe16ca16a3598b812',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user