From 156c505cad3b133efe712559ea14e0aa1b196160 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期五, 06 六月 2025 10:09:54 +0800
Subject: [PATCH] 库存出库添加库位搜索 出库单添加下发执行功能
---
rsf-admin/src/i18n/en.js | 46 ++++++++++++++++++++++++++++++++++++++++++++--
1 files changed, 44 insertions(+), 2 deletions(-)
diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index 5c0819b..8eb19e8 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -202,10 +202,35 @@
deviceBind: 'Device Bind',
tasks: 'Tasks',
wave: 'Wave Manage',
-
+ basStation: 'BasStation',
+ basContainer: 'BasContainer',
},
table: {
field: {
+ outBound: {
+ stockWithdrawal: 'StockWithdrawal',
+ withdrawal: 'Withdrawal'
+ },
+ basContainer: {
+ containerType: 'containerType',
+ codeType: 'codeType',
+ areas: 'areas',
+ },
+ basStation: {
+ stationName: 'stationName',
+ inAble: 'inAble',
+ outAble: 'outAble',
+ useStatus: 'useStatus',
+ status: 'status',
+ area: 'area',
+ isCrossZone: 'isCrossZone',
+ crossZoneArea: 'crossZoneArea',
+ isWcs: 'isWcs',
+ wcsData: 'wcsData',
+ containerType: 'containerType',
+ barcode: 'barcode',
+ autoTransfer: 'autoTransfer',
+ },
host: {
},
@@ -582,7 +607,9 @@
poDetlCode: "DO Detl Code",
matnrId: "matnrId",
maktx: "maktx",
+ workQty: 'Work Qty',
anfme: "anfme",
+ platOrderCode: 'Customer Code',
stockUnit: "stockUnit",
purQty: "purQty",
purUnit: "purUnit",
@@ -603,6 +630,9 @@
poDetlCode: "poDetlCode",
matnrId: "matnrId",
maktx: "maktx",
+ platOrderCode: 'Customer Order Code',
+ platWorkCode: 'Work Code',
+ projectCode: 'Project Code',
spec: "Spec",
model: "Model",
anfme: "anfme",
@@ -698,7 +728,8 @@
fieldsIndex: "fieldsIndex",
unit: "unit",
anfme: "anfme",
- qty: "qty",
+ workQty: 'Work Qty',
+ qty: "Qty",
nromQty: "nromQty",
printQty: "printQty",
splrName: "splrName",
@@ -743,6 +774,8 @@
deviceCode: "deviceCode",
deviceSite: "deviceSite",
flagInit: "flagInit",
+ wcsCode: "wcsCode",
+ channel: "channel",
},
waitPakin: {
code: "code",
@@ -826,6 +859,7 @@
taskCode: "TaskCode",
taskStatus: "Status",
taskType: "Type",
+ warehType: "Warehouse Type",
orgLoc: "orgLoc",
orgSite: "orgSite",
targLoc: "targLoc",
@@ -860,6 +894,7 @@
taskItem: {
taskId: "taskId",
orderId: "orderId",
+ wkType: 'Work Type',
orderType: "orderType",
orderItemId: "orderItemId",
sourceCode: "sourceCode",
@@ -958,11 +993,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",
@@ -1088,6 +1126,8 @@
locInit: 'loc init',
siteInit: 'site init',
batch: 'batch',
+ pick: 'Pick',
+ check: 'Check',
confirm: 'confirm',
cancel: "cancel",
query: "Query",
@@ -1125,6 +1165,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