feat(procurement): 修正採購單與進貨單日期標籤、狀態與操作紀錄本地化
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user