Importadores mayoristas y empresas · §13
++ {filter || statusFilter ? "Sin solicitudes que coincidan con los filtros." : "No hay solicitudes B2B registradas."} +
+| ID | +Empresa / Contacto | +Mercancía | +Valor declarado | +Cotización | +Estado | +Fecha | +Acciones | +
|---|---|---|---|---|---|---|---|
| + + {r.trackingId} + + | +
+
+ {r.companyName || r.contactName}
+
+ {r.contactEmail}
+ {r.contactPhone && (
+ {r.contactPhone}
+ )}
+ |
+
+ {r.merchandiseType}
+
+ {r.description}
+
+ |
+ + {r.commercialValue != null ? `$${Number(r.commercialValue).toLocaleString("es-EC", { minimumFractionDigits: 2 })}` : "—"} + | ++ {r.quotationAmount != null ? ( + + ${Number(r.quotationAmount).toLocaleString("es-EC", { minimumFractionDigits: 2 })} + + ) : "—"} + | ++ + {STATUS_LABEL[r.status] ?? r.status} + + | +
+ |
+ + + | +