Add KycProfileCard component with full company info
Some checks failed
Build Docker Image / build (push) Has been cancelled
Some checks failed
Build Docker Image / build (push) Has been cancelled
- New KycProfileCard shows full KYC profile data (INN, OGRN, director, capital, activities) - Added to offer detail page /catalog/suppliers/[supplierId]/[productId]/[hubId] - Uses kycProfileFull endpoint for authorized detailed company info
This commit is contained in:
@@ -45,11 +45,12 @@
|
||||
<div v-if="supplier?.isVerified" class="badge badge-success badge-sm ml-auto">Верифицирован</div>
|
||||
</div>
|
||||
|
||||
<!-- KYC Info -->
|
||||
<SupplierInfoBlock v-if="supplier?.kycProfileUuid" :kyc-profile-uuid="supplier.kycProfileUuid" />
|
||||
</Stack>
|
||||
</Card>
|
||||
|
||||
<!-- KYC Profile Card (full company info) -->
|
||||
<KycProfileCard v-if="supplier?.kycProfileUuid" :kyc-profile-uuid="supplier.kycProfileUuid" />
|
||||
|
||||
<!-- Price Chart -->
|
||||
<Card padding="md">
|
||||
<div class="h-48">
|
||||
|
||||
Reference in New Issue
Block a user