From 35c422aa74e47a2ee4bea49e6799fefac1b63713 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期五, 21 三月 2025 13:39:47 +0800
Subject: [PATCH] Merge branch 'front' into devlop

---
 rsf-admin/src/i18n/en.js |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index 8130e2f..cb54b18 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -128,6 +128,7 @@
         warehouseAreas: 'WarehouseAreas',
         loc: 'Loc',
         locType: 'LocType',
+        locArea: 'locArea',
         container: 'Container',
         contract: 'Contract',
         qlyInspect: 'QlyInspect',
@@ -353,10 +354,12 @@
                 maxPack: "MaxPack",
                 flagLabelMange: "FlagLabelMange",
                 locAttrs: "LocAttrs",
-                useStatus: 'useStatus'
+                useStatus: 'useStatus',
+                locAreaId: 'locAreaId'
             },
             locType: {
                 uuid: "uuid",
+                code: "code",
                 name: "name",
                 regex: "regex",
             },
@@ -623,6 +626,8 @@
         unenable: 'unenable',
         locInit: 'loc init',
         batch: 'batch',
+        confirm: 'confirm',
+        subzone: 'subzone'
     },
 };
 

--
Gitblit v1.9.1