From be0589d61b2d13a12e0dc0f43591175bcae1261e Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期三, 07 五月 2025 10:19:07 +0800
Subject: [PATCH] Merge branch 'devlop' of http://47.97.1.152:5880/r/wms-master into devlop
---
rsf-admin/src/i18n/en.js | 17 +++++++++++++++--
1 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index 0f6f391..eafec23 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -24,6 +24,10 @@
memoWrap: 'memo wrap',
memo: 'memo',
opt: 'operate',
+ supplier: 'Supplier',
+ customer: 'Customer',
+ shipper: 'Shipper',
+ partners: 'Strategic Partners',
},
list: {
empty: {
@@ -345,6 +349,7 @@
flagMix: "flagMix",
},
warehouseAreasItem: {
+ asnCode: 'Order NO.',
areaId: "areaId",
areaName: "areaName",
matnrId: "matnrId",
@@ -353,6 +358,8 @@
fieldsIndex: "fieldsIndex",
barcode: "barcode",
anfme: "anfme",
+ workQty: 'Work Qty',
+ qty: 'Available',
batch: "batch",
unit: "unit",
stockUnit: "stockUnit",
@@ -571,22 +578,27 @@
asnId: "asnId",
asnCode: "asnCode",
poDetlId: "poDetlId",
+ platItemId: 'platItemId',
poDetlCode: "poDetlCode",
matnrId: "matnrId",
maktx: "maktx",
+ spec: "Spec",
+ model: "Model",
anfme: "anfme",
stockUnit: "stockUnit",
purQty: "purQty",
+ isptResult: "Ispt Result",
purUnit: "purUnit",
unit: 'Unit',
qty: "qty",
+ safeQty: 'Safe Qty',
+ disQty: 'Def Qty',
splrCode: "splrCode",
splrName: "splrName",
qrcode: "qrcode",
barcode: "barcode",
packName: "packName",
ntyStatus: "ntyStatus",
- platItemId: 'platItemId'
},
asnOrderLog: {
code: "code",
@@ -1031,7 +1043,8 @@
},
request: {
error: {
- stock: "Insufficient inventory to deliver 锛侊紒"
+ stock: "Insufficient inventory to deliver 锛侊紒",
+ select_error_order: "Please Select Asn Orders",
}
}
--
Gitblit v1.9.1