From 79edfec1f6e6789d3f6cc57db3cb0cfdffd64c32 Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期二, 24 二月 2026 15:50:32 +0800
Subject: [PATCH] 库位拣料出库数量调整
---
rsf-admin/src/i18n/en.js | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index 194a87e..feb2d8a 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -126,6 +126,7 @@
},
create: {
title: 'Create',
+ init: 'Init',
empty: {
title: 'Data Empty',
desc: 'Please Create Data First',
@@ -205,6 +206,7 @@
warehouseStock: 'Instant Inventory',
deviceBind: 'Device Bind',
tasks: 'Tasks',
+ locItem: 'Loc Items',
wave: 'Wave Manage',
basStation: 'BasStation',
basContainer: 'BasContainer',
@@ -227,6 +229,9 @@
basContainer: {
containerType: 'containerType',
codeType: 'codeType',
+ startNo: 'Start No',
+ code: 'Barcode',
+ endNo: 'End No',
areas: 'areas',
},
basStation: {
@@ -369,6 +374,7 @@
purUnit: "purchaseUnit",
stockUnit: "stockUnit",
stockLevel: "stockLeval",
+ stockQty: "Stock Qty",
isLabelMange: "isLabelMange",
safeQty: "safetyQty",
minQty: "minQty",
@@ -443,6 +449,7 @@
length: "length",
width: "width",
height: "height",
+ isHalf: 'Box Status',
row: "Row",
col: "Col",
lev: "Lev",
@@ -453,7 +460,8 @@
flagLabelMange: "FlagLabelMange",
locAttrs: "LocAttrs",
useStatus: 'useStatus',
- locAreaId: 'locAreaId'
+ locAreaId: 'locAreaId',
+ locCode: 'Loc Code'
},
locType: {
uuid: "uuid",
@@ -1060,6 +1068,7 @@
isptResult: 'Ispt Result',
unit: "unit",
anfme: "anfme",
+ qty: 'Qty',
batch: "batch",
spec: "spec",
model: "model",
@@ -1310,6 +1319,7 @@
detail: "Detail",
unenable: 'unenable',
locInit: 'loc init',
+ init: "Init",
siteInit: 'site init',
batch: 'batch',
pick: 'Pick',
@@ -1327,6 +1337,7 @@
start: 'Start',
stopPub: 'Stop Pub',
pause: 'Pause',
+ pausePub: 'Stop Auto Pub',
subzone: 'subzone',
bindmatnr: 'bind matnr',
bindloc: 'bind loc',
--
Gitblit v1.9.1