From f22911d5eaf2cc7da49bd720853c229ecfaa32fa Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期五, 21 三月 2025 15:30:21 +0800
Subject: [PATCH] 库位修改,库位类型未空管
---
rsf-admin/src/i18n/en.js | 36 ++++++++++++++++++++++++++++++++++--
1 files changed, 34 insertions(+), 2 deletions(-)
diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index 4739948..cb54b18 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -68,6 +68,7 @@
deprecate: 'Deprecate',
resend: 'RESEND',
selected: 'selected',
+ batch: 'batch'
},
msg: {
confirm: {
@@ -106,7 +107,6 @@
},
menu: {
dashboard: 'Dashboard',
- basicInfo: 'BasicInfo',
settings: 'Settings',
basicInfo: 'BasicInfo',
system: 'System',
@@ -127,6 +127,8 @@
warehouse: 'Warehouse',
warehouseAreas: 'WarehouseAreas',
loc: 'Loc',
+ locType: 'LocType',
+ locArea: 'locArea',
container: 'Container',
contract: 'Contract',
qlyInspect: 'QlyInspect',
@@ -143,6 +145,12 @@
fields: 'Extend Fields',
fieldsItem: 'Extend Fields Items',
warehouseAreasItem: 'WarehouseAreasItem',
+ endBay: "endBay",
+ endLev: "endLev",
+ endRow: "endRow",
+ startBay: "startBay",
+ startLev: "startLev",
+ startRow: "startRow",
},
table: {
field: {
@@ -297,6 +305,7 @@
warehouseAreas: {
uuid: "uuid",
name: "name",
+ wareId: "ware",
code: "code",
shipperId: "shipperId",
supplierId: "supplierId",
@@ -334,6 +343,9 @@
barcode: "Barcode",
unit: "Unit",
size: "Size",
+ length: "length",
+ width: "width",
+ height: "height",
row: "Row",
col: "Col",
lev: "Lev",
@@ -342,6 +354,20 @@
maxPack: "MaxPack",
flagLabelMange: "FlagLabelMange",
locAttrs: "LocAttrs",
+ useStatus: 'useStatus',
+ locAreaId: 'locAreaId'
+ },
+ locType: {
+ uuid: "uuid",
+ code: "code",
+ name: "name",
+ regex: "regex",
+ },
+ locArea: {
+ name: "name",
+ code: "code",
+ areaId: "areaId",
+ locId: "locId",
},
container: {
code: "Code",
@@ -460,7 +486,7 @@
poDetlId: "poDetlId",
poDetlCode: "poDetlCode",
matnrId: "matnrId",
- matnk: "matnk",
+ maktx: "maktx",
anfme: "anfme",
stockUnit: "stockUnit",
purQty: "purQty",
@@ -596,6 +622,12 @@
inspection: "Inspection",
creatcode: "creatcode",
print: "print",
+ enable: 'enable',
+ unenable: 'unenable',
+ locInit: 'loc init',
+ batch: 'batch',
+ confirm: 'confirm',
+ subzone: 'subzone'
},
};
--
Gitblit v1.9.1