From fe19fe8ea219b5c4525885395b5779ff8319a211 Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Wed, 16 Jul 2025 14:19:56 +0800 Subject: [PATCH] =?UTF-8?q?custom/=E6=B1=87=E9=80=9A=E5=BB=BA=E8=AE=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/pages/calculate/calculate.js | 4 ++-- .../pages/socialSecurityBenefits/standingBook/standingBook.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/calculate/calculate.js b/pc4mobx/hrmSalary/pages/calculate/calculate.js index b2736d38..6eeab545 100644 --- a/pc4mobx/hrmSalary/pages/calculate/calculate.js +++ b/pc4mobx/hrmSalary/pages/calculate/calculate.js @@ -74,7 +74,7 @@ class Calculate extends Component { const menu = (
); let calculateOpts = [ @@ -238,7 +238,7 @@ class Calculate extends Component { case "batReAcct": Modal.confirm({ title: getLabel(111, "确认信息"), - content: getLabel(111, "重新核算后,选中的台账数据将可以删除且可以进行此月份的核算,是否确认取消归档?"), + content: getLabel(111, "选中的台账将取消归档并自动重新核算,是否确认?"), onOk: () => { batReAccounting({ salaryAcctRecordIds: this.state.selectedRowKeys }) .then(({ status, errormsg }) => { diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/standingBook.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/standingBook.js index 4d4d5212..8f125a65 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/standingBook.js +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/standingBook.js @@ -122,7 +122,7 @@ class StandingBook extends Component { case "batReAcct": Modal.confirm({ title: getLabel(111, "确认信息"), - content: getLabel(111, "重新核算后,选中的台账数据将可以删除且可以进行此月份的核算,是否确认取消归档?"), + content: getLabel(111, "选中的台账数据将取消归档并自动重新核算,是否确认?"), onOk: () => { API.batSocialSecurityBenefitsRecalculate({ ids: this.state.selectedRowKeys }) .then(({ status, errormsg }) => { @@ -185,7 +185,7 @@ class StandingBook extends Component { const menu = ( ); const rightBtns = [