16 lines
522 B
HTML
16 lines
522 B
HTML
<shared-sale-invoice-single-view
|
|
[loading]="loading()"
|
|
[invoice]="invoice()"
|
|
[backRoute]="backRoute()"
|
|
[sendToTspLoading]="sendToTspLoading()"
|
|
[inquiryLoading]="inquiryLoading()"
|
|
[resendToTspLoading]="resendToTspLoading()"
|
|
[correctionLoading]="correctionLoading()"
|
|
[returnFromSaleLoading]="backFromSaleLoading()"
|
|
(onSendToTsp)="sendToTsp()"
|
|
(onResendToTsp)="resendToTsp()"
|
|
(onInquiry)="inquiry()"
|
|
(onCorrection)="correction($event)"
|
|
(onReturnFromSale)="returnFromSale($event)"
|
|
variant="pos" />
|