From 50f4e2c3a3c5c9d4edafab346c58e3862b7610eb Mon Sep 17 00:00:00 2001
From: verou1 <857149855@qq.com>
Date: 星期一, 10 三月 2025 09:53:02 +0800
Subject: [PATCH] fix:编辑规则修改

---
 rsf-admin/src/i18n/zh.js |   46 ++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 40 insertions(+), 6 deletions(-)

diff --git a/rsf-admin/src/i18n/zh.js b/rsf-admin/src/i18n/zh.js
index e6e611d..4711164 100644
--- a/rsf-admin/src/i18n/zh.js
+++ b/rsf-admin/src/i18n/zh.js
@@ -1,4 +1,3 @@
-import { s } from "motion/react-client";
 import chineseMessages from "./core/chineseMessages";
 
 const customChineseMessages = {
@@ -133,8 +132,9 @@
         dictType: '鏁版嵁瀛楀吀',
         dictData: '瀛楀吀鏁版嵁闆�',
         companys: '寰�鏉ヤ紒涓�',
-
-
+        serialRuleItem: '缂栫爜瑙勫垯瀛愯〃',
+        serialRule: '缂栫爜瑙勫垯',
+        whMat: '搴撳尯鐗╂枡鍏崇郴',
     },
     table: {
         field: {
@@ -297,7 +297,8 @@
                 flagMix: "娣锋斁",
             },
             loc: {
-                areaId: "搴撳尯鏍囪瘑",
+                warehouseId: "浠撳簱",
+                areaId: "搴撳尯",
                 code: "缂栫爜",
                 type: "绫诲瀷",
                 name: "鍚嶇О",
@@ -343,6 +344,7 @@
                 name: "鍚嶇О",
             },
             dictType: {
+                code: "瀛楀吀缂栫爜",
                 name: "瀛楀吀鍚嶇О",
                 description: "鍐呭鎻忚堪",
             },
@@ -368,7 +370,33 @@
                 city: "鍩庡競",
                 address: "鍦板潃",
             },
-
+            serialRuleItem: {
+                ruleId: "瑙勫垯鏍囪瘑",
+                wkType: "瑙勫垯绫诲瀷",
+                feildValue: "瑙勫垯鍙傛暟",
+                len: "鎴彇闀垮害",
+                lenStr: "鎴彇璧峰浣嶇疆",
+                sort: "鎺掑簭",
+            },
+            serialRule: {
+                code: "瑙勫垯缂栫爜",
+                name: "瑙勫垯鍚嶇О",
+                delimit: "鍒嗛殧绗�",
+                reset: "閲嶇疆瑙勫垯",
+                resetDep: "閲嶇疆渚濊禆",
+                currValue: "褰撳墠娴佹按鍙�",
+                lastCode: "鏈�杩戠敓鎴愮紪鐮�",
+            },
+            whMat: {
+                matnrCode: "鐗╂枡缂栫爜",
+                matnrName: "鐗╂枡鍚嶇О",
+                matnrGroupId: "鐗╂枡鍒嗙粍",
+                spec: "瑙勬牸",
+                color: "棰滆壊",
+                size: "灏哄",
+                minWeight: "鏈�灏忛噸閲�",
+                maxWeight: "鏈�澶ч噸閲�",
+            }
         }
     },
     page: {
@@ -431,11 +459,17 @@
                 control: '鎺у埗灞炴��',
                 batchRole: '鎵规瑙勫垯',
             }
-        }
+        },
+        whMat: {
+            title: {
+                add: '娣诲姞',
+            }
+        },
     },
     form: {
         matnr: {
             name: '鐗╂枡鍚嶇О涓嶈兘涓虹┖',
+            code: '鐗╂枡缂栫爜涓嶈兘涓虹┖',
             shipper: '璐т富涓嶈兘涓虹┖',
             groupId: '鍒嗙粍涓嶈兘涓虹┖',
         }

--
Gitblit v1.9.1