From 07363413e7d36618ebafe658baebab8a9172be91 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期五, 28 二月 2025 13:32:24 +0800
Subject: [PATCH] #修改 1. 物料分类接口新增筛选条件

---
 rsf-admin/src/i18n/zh.js |   27 +++++++++++++++++++++++----
 1 files changed, 23 insertions(+), 4 deletions(-)

diff --git a/rsf-admin/src/i18n/zh.js b/rsf-admin/src/i18n/zh.js
index c617d17..071f90f 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 = {
@@ -133,7 +133,8 @@
         dictType: '鏁版嵁瀛楀吀',
         dictData: '瀛楀吀鏁版嵁闆�',
         companys: '寰�鏉ヤ紒涓�',
-
+        serialRuleItem: '缂栫爜瑙勫垯瀛愯〃',
+        serialRule: '缂栫爜瑙勫垯',
 
     },
     table: {
@@ -297,7 +298,8 @@
                 flagMix: "娣锋斁",
             },
             loc: {
-                areaId: "搴撳尯鏍囪瘑",
+                warehouseId: "浠撳簱",
+                areaId: "搴撳尯",
                 code: "缂栫爜",
                 type: "绫诲瀷",
                 name: "鍚嶇О",
@@ -369,7 +371,23 @@
                 city: "鍩庡競",
                 address: "鍦板潃",
             },
-
+            serialRuleItem: {
+                ruleId: "瑙勫垯鏍囪瘑",
+                wkType: "瑙勫垯绫诲瀷",
+                feildValue: "瑙勫垯鍙傛暟",
+                len: "鎴彇闀垮害",
+                lenStr: "鎴彇璧峰浣嶇疆",
+                sort: "鎺掑簭",
+            },
+            serialRule: {
+                code: "瑙勫垯缂栫爜",
+                name: "瑙勫垯鍚嶇О",
+                delimit: "鍒嗛殧绗�",
+                reset: "閲嶇疆瑙勫垯",
+                resetDep: "閲嶇疆渚濊禆",
+                currValue: "褰撳墠娴佹按鍙�",
+                lastCode: "鏈�杩戠敓鎴愮紪鐮�",
+            },
         }
     },
     page: {
@@ -437,6 +455,7 @@
     form: {
         matnr: {
             name: '鐗╂枡鍚嶇О涓嶈兘涓虹┖',
+            code: '鐗╂枡缂栫爜涓嶈兘涓虹┖',
             shipper: '璐т富涓嶈兘涓虹┖',
             groupId: '鍒嗙粍涓嶈兘涓虹┖',
         }

--
Gitblit v1.9.1