feat(procurement): 修正採購單與進貨單日期標籤、狀態與操作紀錄本地化

This commit is contained in:
2026-02-04 13:20:18 +08:00
parent 4ba85ce446
commit 95fdec8a06
4 changed files with 24 additions and 8 deletions

View File

@@ -90,7 +90,7 @@ export default function CreatePurchaseOrder({
}
if (!orderDate) {
toast.error("請選擇採購日期");
toast.error("請選擇下單日期");
return;
}
@@ -247,7 +247,7 @@ export default function CreatePurchaseOrder({
<div className="grid grid-cols-1 md:grid-cols-2 gap-8">
<div className="space-y-3">
<label className="text-sm font-bold text-gray-700">
<span className="text-red-500">*</span>
<span className="text-red-500">*</span>
</label>
<Input
type="date"

View File

@@ -89,7 +89,7 @@ export default function ViewPurchaseOrderPage({ order }: Props) {
<span className="font-medium text-gray-900">{formatDateTime(order.createdAt)}</span>
</div>
<div>
<span className="text-sm text-gray-500 block mb-1"></span>
<span className="text-sm text-gray-500 block mb-1"></span>
<span className="font-medium text-gray-900">{order.orderDate || "-"}</span>
</div>
<div>