From af7a0d4a3991165c4dab36d4eff57d87fa67496e Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期一, 03 三月 2025 17:04:09 +0800
Subject: [PATCH] #新增 1. 新增ASN单据 2. 新增PO单据 3. 修改文件上传模板功能
---
rsf-admin/src/i18n/zh.js | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/rsf-admin/src/i18n/zh.js b/rsf-admin/src/i18n/zh.js
index e494ac2..c33f935 100644
--- a/rsf-admin/src/i18n/zh.js
+++ b/rsf-admin/src/i18n/zh.js
@@ -1,4 +1,4 @@
-import { s } from "motion/react-client";
+import { code, s } from "motion/react-client";
import chineseMessages from "./core/chineseMessages";
const customChineseMessages = {
@@ -135,7 +135,7 @@
companys: '寰�鏉ヤ紒涓�',
serialRuleItem: '缂栫爜瑙勫垯瀛愯〃',
serialRule: '缂栫爜瑙勫垯',
-
+ whMat: '搴撳尯鐗╂枡鍏崇郴',
},
table: {
field: {
@@ -298,7 +298,8 @@
flagMix: "娣锋斁",
},
loc: {
- areaId: "搴撳尯鏍囪瘑",
+ warehouseId: "浠撳簱",
+ areaId: "搴撳尯",
code: "缂栫爜",
type: "绫诲瀷",
name: "鍚嶇О",
@@ -387,6 +388,7 @@
currValue: "褰撳墠娴佹按鍙�",
lastCode: "鏈�杩戠敓鎴愮紪鐮�",
},
+
}
},
page: {
@@ -449,11 +451,17 @@
control: '鎺у埗灞炴��',
batchRole: '鎵规瑙勫垯',
}
- }
+ },
+ whMat: {
+ title: {
+ add: '娣诲姞',
+ }
+ },
},
form: {
matnr: {
name: '鐗╂枡鍚嶇О涓嶈兘涓虹┖',
+ code: '鐗╂枡缂栫爜涓嶈兘涓虹┖',
shipper: '璐т富涓嶈兘涓虹┖',
groupId: '鍒嗙粍涓嶈兘涓虹┖',
}
--
Gitblit v1.9.1