From eddaebc2b2bbf68b1945e24e557996b9fc4d5404 Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Mon, 21 Apr 2025 17:03:49 +0800 Subject: [PATCH] =?UTF-8?q?release/2.19.1.2503.01-=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=E7=BA=BF=E4=B8=AA=E7=A8=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/config.js | 4 ++-- pc4mobx/hrmSalary/index.js | 1 + .../pages/ledgerPage/components/ledgerSalaryItemTable.js | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pc4mobx/hrmSalary/config.js b/pc4mobx/hrmSalary/config.js index 7a088127..d730832e 100644 --- a/pc4mobx/hrmSalary/config.js +++ b/pc4mobx/hrmSalary/config.js @@ -1,7 +1,7 @@ export const PAGE = { "salaryArchive": ["/hrmSalary/salaryFile"], //薪资档案 - "salarySob": ["/hrmSalary/ledger"], //薪资账套 - "salaryAcct": ["/hrmSalary/calculate", "/hrmSalary/calcView"], //薪资核算 + "salarySob": ["/hrmSalary/ledger", "/hrmSalary/ledger/topologyView/"], //薪资账套 + "salaryAcct": ["/hrmSalary/calculate", "/hrmSalary/calcView", "/hrmSalary/topologyView"], //薪资核算 "salaryBill": ["/hrmSalary/payroll", "/hrmSalary/payrollGrant", "/hrmSalary/payrollDetail"], //工资单 "taxDeclaration": ["/hrmSalary/declare", "/hrmSalary/generateDeclarationDetail"], //个税 "addUpDeduction": ["/dataAcquisition/cumDeduct"], //累计专项附加扣除 diff --git a/pc4mobx/hrmSalary/index.js b/pc4mobx/hrmSalary/index.js index a457493f..b6808b84 100644 --- a/pc4mobx/hrmSalary/index.js +++ b/pc4mobx/hrmSalary/index.js @@ -96,6 +96,7 @@ const Routes = ( + diff --git a/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerSalaryItemTable.js b/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerSalaryItemTable.js index 37ba201f..90e70cb9 100644 --- a/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerSalaryItemTable.js +++ b/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerSalaryItemTable.js @@ -254,7 +254,7 @@ class LedgerSalaryItemTable extends Component { render: (text, record) => { const { salarySobId, salaryItemId } = record; return {text}; } },