From 93acc50d74598f51304eca6f9d2a4880e35f370d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Thu, 30 May 2024 10:57:02 +0800 Subject: [PATCH] =?UTF-8?q?custom-=E8=89=BE=E5=BF=97=E5=B7=A5=E4=B8=9A-?= =?UTF-8?q?=E5=90=88=E5=B9=B6=E4=B8=AA=E7=A8=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/pages/declare/declare.js | 4 +++- pc4mobx/hrmSalary/pages/declareDetail/index.js | 13 +++++++++---- .../pages/employeedeclareDetail/index.js | 18 ++++++++++++------ .../pages/salary/components/taxAgentSlide.js | 9 +++++++-- pc4mobx/hrmSalary/stores/taxAgent.js | 6 +++++- 5 files changed, 36 insertions(+), 14 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/declare/declare.js b/pc4mobx/hrmSalary/pages/declare/declare.js index e0c852e2..4e22645d 100644 --- a/pc4mobx/hrmSalary/pages/declare/declare.js +++ b/pc4mobx/hrmSalary/pages/declare/declare.js @@ -38,6 +38,7 @@ class Calculate extends Component { } renderCalculateOpts = () => { + const { taxAgentStore: { showOperateBtn, isTaxDeclareAdmin } } = this.props; const { queryParams, isRefresh, azOperate } = this.state; let calculateOpts = [ , , + onClick={() => confirmDialog("cancel", () => this.handleOperateDeclare("cancel", { reportType }))}>{getLabel(111, "作废申报")} //艾志项目-去掉刷新缴款状态 //