diff --git a/src/components/PutAwayScan/PutAwayModal.tsx b/src/components/PutAwayScan/PutAwayModal.tsx index c337849..7069170 100644 --- a/src/components/PutAwayScan/PutAwayModal.tsx +++ b/src/components/PutAwayScan/PutAwayModal.tsx @@ -380,7 +380,7 @@ const PutAwayModal: React.FC = ({ open, onClose, warehouse, stockInLineId {warehouseId > 0 ? `${warehouse.find((w) => w.id == warehouseId)?.name}` - : `${warehouse.find((w) => w.id == 1)?.name} (預設)`} + : `${warehouse.find((w) => w.id == 1)?.name} (建議)`} diff --git a/src/i18n/zh/purchaseOrder.json b/src/i18n/zh/purchaseOrder.json index de1da99..9900803 100644 --- a/src/i18n/zh/purchaseOrder.json +++ b/src/i18n/zh/purchaseOrder.json @@ -97,7 +97,7 @@ "acceptedWeight": "接受重量", "productionDate": "生產日期", "reportQty": "上報數量", - "Default Warehouse": "預設倉庫", + "Default Warehouse": "建議倉位", "Select warehouse": "選擇倉庫", "Putaway Detail": "上架詳情", "Delivery Detail": "來貨詳情",