소스 검색

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) { if (exceedOrderBy10Percent) {
submitDialogWithWarning(doSubmit, t, { submitDialogWithWarning(doSubmit, t, {
title: t("Confirm submit"), 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"), confirmButtonText: t("Submit"),
}); });
} else { } else {


+ 1
- 1
src/i18n/zh/purchaseOrder.json 파일 보기

@@ -51,7 +51,7 @@
"acceptedPutawayQty": "本批上架數量", "acceptedPutawayQty": "本批上架數量",
"putawayQty": "上架數量", "putawayQty": "上架數量",
"Confirm submit": "確定提交", "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": "揀收數量", "acceptQty": "揀收數量",
"printQty": "列印數量", "printQty": "列印數量",
"qcResult": "品檢結果", "qcResult": "品檢結果",


불러오는 중...
취소
저장