From 279b0314e6c0bd9a04b8d62597344c0464bfd3a2 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期一, 26 五月 2025 10:46:21 +0800
Subject: [PATCH] #
---
rsf-admin/src/i18n/en.js | 17 +++++++++++++----
1 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index 53ea47c..4f6fb83 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -209,10 +209,10 @@
field: {
outBound: {
stockWithdrawal: 'StockWithdrawal',
- withdrawal:'Withdrawal'
+ withdrawal: 'Withdrawal'
},
basContainer: {
- containerType:'containerType',
+ containerType: 'containerType',
codeType: 'codeType',
areas: 'areas',
},
@@ -228,8 +228,8 @@
isWcs: 'isWcs',
wcsData: 'wcsData',
containerType: 'containerType',
- barcode: 'barcode',
- autoTransfer: 'autoTransfer',
+ barcode: 'barcode',
+ autoTransfer: 'autoTransfer',
},
host: {
@@ -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",
@@ -1117,6 +1122,8 @@
locInit: 'loc init',
siteInit: 'site init',
batch: 'batch',
+ pick: 'Pick',
+ check: 'Check',
confirm: 'confirm',
cancel: "cancel",
query: "Query",
@@ -1154,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