From ff693a8b01f9ce6fac625d06d10d183e3255ab67 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期一, 24 二月 2025 16:04:23 +0800
Subject: [PATCH] no message
---
rsf-admin/src/i18n/en.js | 34 ++++++++++++++++++++++++++++++++--
1 files changed, 32 insertions(+), 2 deletions(-)
diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index c1cf780..e65bfbb 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -132,6 +132,7 @@
qlyInspect: 'QlyInspect',
dictType: 'DictType',
dictData: 'DictData',
+ companys: 'Companys',
@@ -342,8 +343,9 @@
name: "name",
},
dictType: {
- name: "name",
- description: "description",
+ code: "Code",
+ name: "Name",
+ description: "Description",
},
dictData: {
dictTypeId: "dictTypeId",
@@ -352,6 +354,20 @@
label: "label",
sort: "sort",
color: "color",
+ },
+ companys: {
+ code: "Code",
+ name: "Name",
+ nameEn: "NameEn",
+ breifCode: "BreifCode",
+ type: "Type",
+ contact: "Contact",
+ tel: "Tel",
+ email: "Email",
+ pcode: "PCode",
+ province: "Province",
+ city: "City",
+ address: "Address",
},
}
},
@@ -409,6 +425,20 @@
},
},
},
+ matnr: {
+ title: {
+ basic: 'basic info',
+ control: 'control',
+ batchRole: 'batch role',
+ }
+ },
+
+ },
+ form: {
+ matnr: {
+ shipper: 'shipper is required',
+ groupId: 'groupId is required',
+ }
}
};
--
Gitblit v1.9.1