From 3210698902c4e0f3e6f1433d24e62923fbfa794d Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期三, 28 五月 2025 12:59:42 +0800 Subject: [PATCH] 组托IO类型优化 --- rsf-admin/src/i18n/en.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js index b429a7a..4f6fb83 100644 --- a/rsf-admin/src/i18n/en.js +++ b/rsf-admin/src/i18n/en.js @@ -771,6 +771,8 @@ deviceCode: "deviceCode", deviceSite: "deviceSite", flagInit: "flagInit", + wcsCode: "wcsCode", + channel: "channel", }, waitPakin: { code: "code", @@ -987,11 +989,14 @@ wkType: "wkType", aggType: "Agg Type", matnrId: "matnrId", + wareArea: 'Warehouse Areas', maktx: "maktx", matnrCode: "matnrCode", trackCode: "trackCode", unit: "unit", anfme: "anfme", + qty: 'Qty', + workQty: 'Work Qty', batch: "batch", splrBatch: "splrBatch", spec: "spec", @@ -1118,6 +1123,7 @@ siteInit: 'site init', batch: 'batch', pick: 'Pick', + check: 'Check', confirm: 'confirm', cancel: "cancel", query: "Query", @@ -1155,6 +1161,8 @@ error: { stock: "Insufficient inventory to deliver 锛侊紒", select_error_order: "Please Select Asn Orders", + out_stock_qty: "The outbound quantity cannot be greater than the inventory quantity", + } } -- Gitblit v1.9.1