From 760b4f0509bbdc0605ea51060f4b844b315b625f Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期二, 06 五月 2025 15:45:42 +0800
Subject: [PATCH] Merge branch 'devlop' of http://47.97.1.152:5880/r/wms-master into devlop
---
rsf-admin/src/i18n/en.js | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index 0f6f391..bcdff99 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,15 +578,21 @@
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",
@@ -1031,7 +1044,8 @@
},
request: {
error: {
- stock: "Insufficient inventory to deliver 锛侊紒"
+ stock: "Insufficient inventory to deliver 锛侊紒",
+ select_error_order: "Please Select Asn Orders",
}
}
--
Gitblit v1.9.1