Selaa lähdekoodia

update

MergeProblem1
CANCERYS\kw093 1 viikko sitten
vanhempi
commit
ad34ead367
2 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. +2
    -2
      src/components/PickOrderSearch/WorkbenchPickExecution.tsx
  2. +1
    -0
      src/i18n/zh/pickOrder.json

+ 2
- 2
src/components/PickOrderSearch/WorkbenchPickExecution.tsx Näytä tiedosto

@@ -527,13 +527,13 @@ const WorkbenchPickExecution: React.FC<Props> = ({ filterArgs }) => {
if (!lineHasStockOutOrSuggestion(list)) {
const suggestRes = await suggestPickOrderWorkbenchV2(pickOrderId, userId);
if (suggestRes.code !== "SUCCESS") {
setError(suggestRes.message || t("Suggest pick failed"));
setError(t("Suggest pick failed"));
setLotRows([]);
return;
}
details = await fetchWorkbenchPickOrderLineDetailV2(pickOrderLineId);
list = Array.isArray(details) ? details : [];
setMessage(suggestRes.message || t("Suggestion created"));
setMessage(t("Suggestion success"));
}
setLotRows(
mapLotDetailsToRows(list, {


+ 1
- 0
src/i18n/zh/pickOrder.json Näytä tiedosto

@@ -34,6 +34,7 @@
"Fetching all matching records...": "正在獲取所有匹配的記錄...",
"Edit": "改數",
"Submit Qty": "提交數量",
"Suggestion success": "建議成功",
"Just Completed": "已完成",
"Just Completed (workbench): requires a valid lot number and quantity; expired rows must not use this button.": "已完成(工作台):需有效批號與可提交數量;過期列請勿使用此按鈕。",
"Do you want to start?": "確定開始嗎?",


Ladataan…
Peruuta
Tallenna