ソースを参照

update

reset-do-picking-order
CANCERYS\kw093 6日前
コミット
1c737822c5
2個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      src/components/PoDetail/PoDetail.tsx
  2. +1
    -1
      src/i18n/zh/purchaseOrder.json

+ 1
- 1
src/components/PoDetail/PoDetail.tsx ファイルの表示

@@ -483,7 +483,7 @@ const PoDetail: React.FC<Props> = ({ 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 {


+ 1
- 1
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": "品檢結果",


読み込み中…
キャンセル
保存