From 2b639ad3886bda8ebd40cc59e133511a34387c05 Mon Sep 17 00:00:00 2001
From: lys <971387674@qq.com>
Date: Tue, 27 May 2025 12:31:43 +0800
Subject: [PATCH 1/2] =?UTF-8?q?custom/=E4=BA=94=E9=99=A2=E6=9D=AD=E5=B7=9E?=
=?UTF-8?q?=E4=B8=AD=E5=BF=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../doCalc/components/salaryEditCalc/editSalaryCalcSlide.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/editSalaryCalcSlide.js b/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/editSalaryCalcSlide.js
index 239ccb9e..faf4850e 100644
--- a/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/editSalaryCalcSlide.js
+++ b/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/editSalaryCalcSlide.js
@@ -43,7 +43,7 @@ class EditSalaryCalcSlide extends Component {
});
};
renderTitle = () => {
- const { loading } = this.state, { viewAttr } = this.props;
+ const { loading, itemsByGroup } = this.state, { viewAttr } = this.props;
return
@@ -52,7 +52,7 @@ class EditSalaryCalcSlide extends Component {
{
viewAttr === 2 &&
-
+
}
;
From b0e7cbfc419c4c95e254c2695d68452af44c30c9 Mon Sep 17 00:00:00 2001
From: lys <971387674@qq.com>
Date: Thu, 12 Jun 2025 10:37:23 +0800
Subject: [PATCH 2/2] =?UTF-8?q?release/3.0.1.2504.01-=E5=90=88=E5=B9=B6?=
=?UTF-8?q?=E4=B8=9A=E5=8A=A1=E7=BA=BF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../hrmSalary/pages/declare/generateDeclarationDetail.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pc4mobx/hrmSalary/pages/declare/generateDeclarationDetail.js b/pc4mobx/hrmSalary/pages/declare/generateDeclarationDetail.js
index 91a1a88f..928f715b 100644
--- a/pc4mobx/hrmSalary/pages/declare/generateDeclarationDetail.js
+++ b/pc4mobx/hrmSalary/pages/declare/generateDeclarationDetail.js
@@ -73,9 +73,9 @@ export default class GenerateDeclarationDetail extends React.Component {
render() {
const { loading, pageInfo, columns, dataSource } = this.state;
- const { taxAgentStore: { showOperateBtn } } = this.props;
- const buttons = showOperateBtn ? [
] : [];
+ const { taxAgentStore: { PageAndOptAuth } } = this.props;
+ const buttons = !!PageAndOptAuth.opts.length ? [
] : [];
const pagination = {
...pageInfo,
showTotal: (total) => `共 ${total} 条`,