From 92deba199598dd5c483fa1e9fff0a857483e5564 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期五, 30 五月 2025 15:25:08 +0800
Subject: [PATCH] #移库找库位优化
---
rsf-admin/src/i18n/en.js | 20 +++++++++++++++++---
1 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index 858bcf1..f163c6a 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -207,8 +207,12 @@
},
table: {
field: {
+ outBound: {
+ stockWithdrawal: 'StockWithdrawal',
+ withdrawal: 'Withdrawal'
+ },
basContainer: {
- containerType:'containerType',
+ containerType: 'containerType',
codeType: 'codeType',
areas: 'areas',
},
@@ -224,8 +228,8 @@
isWcs: 'isWcs',
wcsData: 'wcsData',
containerType: 'containerType',
- barcode: 'barcode',
- autoTransfer: 'autoTransfer',
+ barcode: 'barcode',
+ autoTransfer: 'autoTransfer',
},
host: {
@@ -767,6 +771,8 @@
deviceCode: "deviceCode",
deviceSite: "deviceSite",
flagInit: "flagInit",
+ wcsCode: "wcsCode",
+ channel: "channel",
},
waitPakin: {
code: "code",
@@ -885,6 +891,7 @@
taskItem: {
taskId: "taskId",
orderId: "orderId",
+ wkType: 'Work Type',
orderType: "orderType",
orderItemId: "orderItemId",
sourceCode: "sourceCode",
@@ -983,11 +990,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",
@@ -1113,6 +1123,8 @@
locInit: 'loc init',
siteInit: 'site init',
batch: 'batch',
+ pick: 'Pick',
+ check: 'Check',
confirm: 'confirm',
cancel: "cancel",
query: "Query",
@@ -1150,6 +1162,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