From 143e16b6ea8aa3b6836f452422b09725074b1351 Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Thu, 19 Jun 2025 16:14:59 +0800 Subject: [PATCH] 1.系统参数进行多语言设定 --- src/components/CommonSystemSettingEvent/CommonSystemSetting.js | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/components/CommonSystemSettingEvent/CommonSystemSetting.js b/src/components/CommonSystemSettingEvent/CommonSystemSetting.js index 81899e1..2fc712b 100644 --- a/src/components/CommonSystemSettingEvent/CommonSystemSetting.js +++ b/src/components/CommonSystemSettingEvent/CommonSystemSetting.js @@ -88,6 +88,11 @@ const CommonSystemSettingComponent = Form.create({ onFilterData: props.onFilterData, tableProps: { AutoTableHeight: 200 }, }; + const AccountingPeriod = commonFunc.showLocalMessage(props, 'AccountingPeriod', '会计期间'); + const SalesProductionParameters = commonFunc.showLocalMessage(props, 'SalesProductionParameters', '销售采购生产参数'); + const FinancialWarehouseParameters = commonFunc.showLocalMessage(props, 'FinancialWarehouseParameters', '财务仓库报价参数'); + const DocumentNumberSetup= commonFunc.showLocalMessage(props, 'DocumentNumberSetup', '单据编号设置'); + const SystemSetting = commonFunc.showLocalMessage(props, 'SystemSetting', '系统参数'); return (
@@ -98,16 +103,16 @@ const CommonSystemSettingComponent = Form.create({
- + - + - + - +
@@ -118,7 +123,7 @@ const CommonSystemSettingComponent = Form.create({
: '' } - + -- libgit2 0.22.2