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 (