diff --git a/src/components/FinishedGoodSearch/FinishedGoodFloorLanePanel.tsx b/src/components/FinishedGoodSearch/FinishedGoodFloorLanePanel.tsx index 7849a53..8e7722c 100644 --- a/src/components/FinishedGoodSearch/FinishedGoodFloorLanePanel.tsx +++ b/src/components/FinishedGoodSearch/FinishedGoodFloorLanePanel.tsx @@ -136,10 +136,11 @@ const FinishedGoodFloorLanePanel: React.FC = ({ onPickOrderAssigned }) => id="date-select" value={selectedDate} label={t("Select Date")} - onChange={(e) => { + + onChange={(e) => { { setSelectedDate(e.target.value); loadData(e.target.value); - }} + }}} > {t("Today")} ({getDateLabel(0)}) diff --git a/src/i18n/zh/do.json b/src/i18n/zh/do.json index a595912..e21ebc7 100644 --- a/src/i18n/zh/do.json +++ b/src/i18n/zh/do.json @@ -55,7 +55,5 @@ "Pick Order Assignment": "提料單分配", "Release 2/F": "放單2/F", "Release 4/F": "放單4/F", - "Stock Status": "庫存狀態", - "Finished: ": "已放送貨訂單:", - "Total:": "已選擇送貨訂單:" + "Stock Status": "庫存狀態" } \ No newline at end of file diff --git a/src/i18n/zh/pickOrder.json b/src/i18n/zh/pickOrder.json index f277eef..00df638 100644 --- a/src/i18n/zh/pickOrder.json +++ b/src/i18n/zh/pickOrder.json @@ -113,13 +113,13 @@ "Items": "項目", "Target Date": "需求日期", "Released By": "發佈者", - "Target Date From": "目標日期從", + "Target Date From": "目標日期", "Target Date To": "目標日期到", "Consolidate": "合併", "Stock Unit": "庫存單位", "create": "新增", "detail": "詳情", - "Pick Order Detail": "提料單詳情", + "Pick Order Detail": "撳單/提料單詳情", "item": "貨品", "Unit": "單位", "reset": "重置", @@ -305,8 +305,8 @@ "All lots must be completed before printing": "所有批次必須完成才能打印", "Assigning pick order...": "分配提料單...", "Enter the number of cartons:": "請輸入總箱數", - "Finished Good Detail": "成品詳情", - "Finished Good Record": "成品記錄", + "Finished Good Detail": "成品提貨詳情", + "Finished Good Record": "成品提貨記錄", "Hide Completed: OFF": "完成: OFF", "Hide Completed: ON": "完成: ON", "Number must be at least 1": "數量至少為1", @@ -382,6 +382,10 @@ "Info": "消息", "Warning": "警告", "Error": "錯誤", - "Batch Print": "批量列印" - + "Batch Print": "批量列印", + "No entries available": "該樓層未有需處理訂單", + "Today": "是日", + "Tomorrow": "翌日", + "Day After Tomorrow": "後日", + "Select Date": "請選擇日期" } \ No newline at end of file