From 1c737822c5f74308fc29a354ea663a58b7960bda Mon Sep 17 00:00:00 2001 From: "CANCERYS\\kw093" Date: Sun, 15 Mar 2026 21:49:03 +0800 Subject: [PATCH] update --- src/components/PoDetail/PoDetail.tsx | 2 +- src/i18n/zh/purchaseOrder.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PoDetail/PoDetail.tsx b/src/components/PoDetail/PoDetail.tsx index a64596c..a7fdb26 100644 --- a/src/components/PoDetail/PoDetail.tsx +++ b/src/components/PoDetail/PoDetail.tsx @@ -483,7 +483,7 @@ const PoDetail: React.FC = ({ po, warehouse, printerCombo }) => { if (exceedOrderBy10Percent) { submitDialogWithWarning(doSubmit, t, { title: t("Confirm submit"), - html: t("This batch quantity exceeds order quantity by more than 10%. Do you still want to submit?"), + html: t("This batch quantity exceeds order quantity. Do you still want to submit?"), confirmButtonText: t("Submit"), }); } else { diff --git a/src/i18n/zh/purchaseOrder.json b/src/i18n/zh/purchaseOrder.json index e04660b..65bc212 100644 --- a/src/i18n/zh/purchaseOrder.json +++ b/src/i18n/zh/purchaseOrder.json @@ -51,7 +51,7 @@ "acceptedPutawayQty": "本批上架數量", "putawayQty": "上架數量", "Confirm submit": "確定提交", - "This batch quantity exceeds order quantity by more than 10%. Do you still want to submit?": "本批收貨數量超出訂單數量超過10%。仍要提交嗎?", + "This batch quantity exceeds order quantity. Do you still want to submit?": "本批收貨數量超出訂單數量。仍要提交嗎?", "acceptQty": "揀收數量", "printQty": "列印數量", "qcResult": "品檢結果",