From 8968690efdc11a8d2c7d0ed3e945a9d1e47e4cbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Wed, 3 Jan 2024 15:26:36 +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/declareDetail/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/declareDetail/index.js b/pc4mobx/hrmSalary/pages/declareDetail/index.js index 736ec8bf..642d7066 100644 --- a/pc4mobx/hrmSalary/pages/declareDetail/index.js +++ b/pc4mobx/hrmSalary/pages/declareDetail/index.js @@ -340,10 +340,10 @@ class Index extends Component { onClick={() => this.handleOperateDeclare("feedback")}>{getLabel(111, "申报反馈")})); //申报状态:缴款中 declareInfo.declareStatus === "DECLARE_SUCCESS_PAYING" && (btns.splice(1, 2)); - //申报状态:已缴款 - declareInfo.declareStatus === "DECLARE_SUCCESS_PAID" && (btns.splice(1, 2, - )); + //申报状态:已缴款-艾志项目去掉已缴款下的更正申报按钮 + // declareInfo.declareStatus === "DECLARE_SUCCESS_PAID" && (btns.splice(1, 2, + // )); //申报状态:申报成功,无需缴款 declareInfo.declareStatus === "DECLARE_SUCCESS_NO_PAY" && (btns.splice(1, 2,