From f9281b83739ceb938687264dcabd9e2e12acfd56 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期二, 25 三月 2025 15:20:00 +0800 Subject: [PATCH] 修改 # 优化物料分组搜索功能 --- rsf-admin/src/i18n/en.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js index fe02573..dfb832c 100644 --- a/rsf-admin/src/i18n/en.js +++ b/rsf-admin/src/i18n/en.js @@ -292,6 +292,7 @@ name: "name", code: "code", parentId: "parentId", + parCode: "parCode", }, warehouse: { name: "name", @@ -644,6 +645,7 @@ subzone: 'subzone', bindmatnr: 'bind matnr', bindloc: 'bind loc', + batchMatnrGropu: 'batchMatnrGropu', }, }; -- Gitblit v1.9.1