2026-06-08 13:35:58 +03:30
|
|
|
<shared-sale-invoice-single-view
|
|
|
|
|
[loading]="loading()"
|
|
|
|
|
[invoice]="invoice()"
|
|
|
|
|
[backRoute]="backRoute()"
|
|
|
|
|
[sendToTspLoading]="sendToTspLoading()"
|
|
|
|
|
[inquiryLoading]="inquiryLoading()"
|
2026-06-09 13:31:48 +03:30
|
|
|
[resendToTspLoading]="resendToTspLoading()"
|
2026-06-17 09:21:20 +03:30
|
|
|
[correctionLoading]="correctionLoading()"
|
|
|
|
|
[returnFromSaleLoading]="backFromSaleLoading()"
|
2026-06-08 13:35:58 +03:30
|
|
|
(onSendToTsp)="sendToTsp()"
|
2026-06-09 13:31:48 +03:30
|
|
|
(onResendToTsp)="resendToTsp()"
|
2026-06-08 13:35:58 +03:30
|
|
|
(onInquiry)="inquiry()"
|
|
|
|
|
(onCorrection)="correction($event)"
|
|
|
|
|
(onReturnFromSale)="returnFromSale($event)"
|
|
|
|
|
variant="pos" />
|