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 | 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