diff --git a/src/components/FinishedGoodSearch/FinishedGoodFloorLanePanel.tsx b/src/components/FinishedGoodSearch/FinishedGoodFloorLanePanel.tsx index b33b279..5033768 100644 --- a/src/components/FinishedGoodSearch/FinishedGoodFloorLanePanel.tsx +++ b/src/components/FinishedGoodSearch/FinishedGoodFloorLanePanel.tsx @@ -126,7 +126,8 @@ const FinishedGoodFloorLanePanel: React.FC = ({ onPickOrderAssigned }) => id="date-select" value={selectedDate} label={t("Select Date")} - onChange={(e) => setSelectedDate(e.target.value)} + + onChange={(e) => { setSelectedDate(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