From 158ef0f443b9f36f8beb44853ed1f39449c45c1d Mon Sep 17 00:00:00 2001
From: yangyang
Date: 星期五, 21 三月 2025 10:55:37 +0800
Subject: [PATCH] #修改 1. 动态扩展字段优化 2. 物料优化

---
 rsf-admin/src/i18n/en.js |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index f338b7e..72fc56e 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -107,7 +107,6 @@
     },
     menu: {
         dashboard: 'Dashboard',
-        basicInfo: 'BasicInfo',
         settings: 'Settings',
         basicInfo: 'BasicInfo',
         system: 'System',
@@ -128,6 +127,8 @@
         warehouse: 'Warehouse',
         warehouseAreas: 'WarehouseAreas',
         loc: 'Loc',
+        locType: 'LocType',
+        locArea: 'locArea',
         container: 'Container',
         contract: 'Contract',
         qlyInspect: 'QlyInspect',
@@ -147,7 +148,6 @@
         endBay: "endBay",
         endLev: "endLev",
         endRow: "endRow",
-        locType: "locType",
         startBay: "startBay",
         startLev: "startLev",
         startRow: "startRow",
@@ -305,6 +305,7 @@
             warehouseAreas: {
                 uuid: "uuid",
                 name: "name",
+                wareId: "ware",
                 code: "code",
                 shipperId: "shipperId",
                 supplierId: "supplierId",
@@ -354,6 +355,17 @@
                 flagLabelMange: "FlagLabelMange",
                 locAttrs: "LocAttrs",
                 useStatus: 'useStatus'
+            },
+            locType: {
+                uuid: "uuid",
+                name: "name",
+                regex: "regex",
+            },
+            locArea: {
+                name: "name",
+                code: "code",
+                areaId: "areaId",
+                locId: "locId",
             },
             container: {
                 code: "Code",
@@ -612,6 +624,7 @@
         unenable: 'unenable',
         locInit: 'loc init',
         batch: 'batch',
+        confirm: 'confirm',
     },
 };
 

--
Gitblit v1.9.1