thai-uxui
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user