thai-uxui

This commit is contained in:
phaichayon
2026-06-19 11:11:17 +07:00
parent c0cc880be2
commit 721653f692
47 changed files with 1135 additions and 538 deletions

View File

@@ -1324,7 +1324,7 @@ export function QuotationDetail({
<TabsList className="flex flex-wrap">
<TabsTrigger value="overview">Overview</TabsTrigger>
<TabsTrigger value="items">Items</TabsTrigger>
<TabsTrigger value="customers">Project Parties</TabsTrigger>
<TabsTrigger value="customers"></TabsTrigger>
<TabsTrigger value="topics">Topics</TabsTrigger>
<TabsTrigger value="followups">Follow-ups</TabsTrigger>
<TabsTrigger value="attachments">Attachments</TabsTrigger>
@@ -1343,7 +1343,7 @@ export function QuotationDetail({
</CardHeader>
<CardContent className="grid gap-4 md:grid-cols-2 xl:grid-cols-4">
<FieldItem
label="Billing Customer"
label="ลูกค้าผู้รับใบเสนอราคา"
value={customer?.name}
/>
<FieldItem label="Contact" value={contact?.name} />
@@ -1406,7 +1406,7 @@ export function QuotationDetail({
<div className="md:col-span-2 xl:col-span-4">
<div className="space-y-3">
<div className="text-muted-foreground text-xs">
Project Parties
</div>
{!customersData.items.length ? (
<div className="text-muted-foreground rounded-lg border border-dashed p-4 text-sm">
@@ -1534,7 +1534,7 @@ export function QuotationDetail({
<Card>
<CardHeader className="flex flex-row items-center justify-between">
<div>
<CardTitle>Project Parties</CardTitle>
<CardTitle></CardTitle>
<CardDescription>
Related companies for this quotation, each with a
visible role.